summaryrefslogtreecommitdiff
path: root/lib/libipt
diff options
context:
space:
mode:
authorRuslan Bukin <br@FreeBSD.org>2019-10-10 12:46:34 +0000
committerRuslan Bukin <br@FreeBSD.org>2019-10-10 12:46:34 +0000
commit85f87cf491bec6f90948a85b10f5523ea24db9e3 (patch)
tree7d8d4fcc280d6d3a95e5c04c45d4d8369cf3d62a /lib/libipt
parent93d9a79816d7ac55056ed27c18f61567709d8bf0 (diff)
downloadsrc-test-85f87cf491bec6f90948a85b10f5523ea24db9e3.tar.gz
src-test-85f87cf491bec6f90948a85b10f5523ea24db9e3.zip
Update Intel Processor Trace decoder library.
Its latest version merged from: ^/vendor/processor-trace/892e12c5a27bda5806d1e63269986bb4171b5a8b Sponsored by: DARPA, AFRL
Notes
Notes: svn path=/head/; revision=353390
Diffstat (limited to 'lib/libipt')
-rw-r--r--lib/libipt/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libipt/Makefile b/lib/libipt/Makefile
index e320218293c6f..df300e699bc0c 100644
--- a/lib/libipt/Makefile
+++ b/lib/libipt/Makefile
@@ -17,7 +17,6 @@ LIB= ipt
SHLIB_MAJOR=0
SRCS= \
- init.c \
pt_asid.c \
pt_block_cache.c \
pt_block_decoder.c \
@@ -34,6 +33,7 @@ SRCS= \
pt_insn_decoder.c \
pt_insn.c \
pt_last_ip.c \
+ pt_msec_cache.c \
pt_packet_decoder.c \
pt_packet.c \
pt_query_decoder.c \
@@ -57,7 +57,8 @@ CFLAGS+= \
-DPT_VERSION_BUILD=0 \
-DPT_VERSION_EXT=\"\" \
-DPT_VERSION_MAJOR=1 \
- -DPT_VERSION_MINOR=6
+ -DPT_VERSION_MINOR=6 \
+ -DPT_VERSION_PATCH=0
INCS= \
intel-pt.h \