From 96b8e3997297d822c17c8281ec2ac94cc478db2d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 13 Sep 2017 15:39:34 +0200 Subject: sys: regenerate consts with tip linux --- sys/perf_amd64.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/perf_amd64.const') diff --git a/sys/perf_amd64.const b/sys/perf_amd64.const index f9e35f6dc..dc9dbeed5 100644 --- a/sys/perf_amd64.const +++ b/sys/perf_amd64.const @@ -33,7 +33,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 = 65536 +PERF_SAMPLE_BRANCH_MAX = 131072 PERF_SAMPLE_BRANCH_NO_CYCLES = 32768 PERF_SAMPLE_BRANCH_NO_FLAGS = 16384 PERF_SAMPLE_BRANCH_NO_TX = 512 -- cgit mrf-deployment