summaryrefslogtreecommitdiff
path: root/tools/perf/util/perf_api_probe.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/perf_api_probe.h')
-rw-r--r--tools/perf/util/perf_api_probe.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/perf_api_probe.h b/tools/perf/util/perf_api_probe.h
index 706c3c6426e2..b104168efb15 100644
--- a/tools/perf/util/perf_api_probe.h
+++ b/tools/perf/util/perf_api_probe.h
@@ -9,6 +9,9 @@ bool perf_can_aux_sample(void);
bool perf_can_comm_exec(void);
bool perf_can_record_cpu_wide(void);
bool perf_can_record_switch_events(void);
+bool perf_can_record_text_poke_events(void);
bool perf_can_sample_identifier(void);
+bool perf_can_record_build_id(void);
+bool perf_can_record_cgroup(void);
#endif // __PERF_API_PROBE_H