diff options
Diffstat (limited to 'tools/perf/util/perf-hooks-list.h')
-rw-r--r-- | tools/perf/util/perf-hooks-list.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/perf/util/perf-hooks-list.h b/tools/perf/util/perf-hooks-list.h new file mode 100644 index 000000000..2867c07ee --- /dev/null +++ b/tools/perf/util/perf-hooks-list.h @@ -0,0 +1,3 @@ +PERF_HOOK(record_start) +PERF_HOOK(record_end) +PERF_HOOK(test) |