From d52d4872e357a88800726f671e237a2a8e3c201f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 18 Feb 2020 09:15:59 +0100 Subject: sys/linux: don't extract from futex.txt and watch_queue.txt These are not present in linux-next. --- sys/linux/perf_amd64.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/perf_amd64.const') diff --git a/sys/linux/perf_amd64.const b/sys/linux/perf_amd64.const index d249d2275..0bf756d2f 100644 --- a/sys/linux/perf_amd64.const +++ b/sys/linux/perf_amd64.const @@ -64,7 +64,7 @@ PERF_SAMPLE_BRANCH_IND_CALL = 64 PERF_SAMPLE_BRANCH_IND_JUMP = 4096 PERF_SAMPLE_BRANCH_IN_TX = 256 PERF_SAMPLE_BRANCH_KERNEL = 2 -PERF_SAMPLE_BRANCH_MAX = 131072 +PERF_SAMPLE_BRANCH_MAX = 262144 PERF_SAMPLE_BRANCH_NO_CYCLES = 32768 PERF_SAMPLE_BRANCH_NO_FLAGS = 16384 PERF_SAMPLE_BRANCH_NO_TX = 512 -- cgit mrf-deployment