aboutsummaryrefslogtreecommitdiffstats
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/perf_api_probe.h b/tools/perf/util/perf_api_probe.h
index 706c3c6426e2..d5506a983a94 100644
--- a/tools/perf/util/perf_api_probe.h
+++ b/tools/perf/util/perf_api_probe.h
@@ -9,6 +9,7 @@ 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);
#endif // __PERF_API_PROBE_H