diff options
Diffstat (limited to 'tools/perf/util/intel-pt.h')
-rw-r--r-- | tools/perf/util/intel-pt.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/perf/util/intel-pt.h b/tools/perf/util/intel-pt.h index 8b8356233e6a..e13b14e5a37b 100644 --- a/tools/perf/util/intel-pt.h +++ b/tools/perf/util/intel-pt.h @@ -35,11 +35,10 @@ enum { INTEL_PT_TSC_CTC_D, INTEL_PT_CYC_BIT, INTEL_PT_MAX_NONTURBO_RATIO, + INTEL_PT_FILTER_STR_LEN, INTEL_PT_AUXTRACE_PRIV_MAX, }; -#define INTEL_PT_AUXTRACE_PRIV_SIZE (INTEL_PT_AUXTRACE_PRIV_MAX * sizeof(u64)) - struct auxtrace_record; struct perf_tool; union perf_event; |