aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/util/topdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/topdown.h')
-rw-r--r--tools/perf/util/topdown.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/perf/util/topdown.h b/tools/perf/util/topdown.h
new file mode 100644
index 000000000000..1996c5fedcd7
--- /dev/null
+++ b/tools/perf/util/topdown.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef TOPDOWN_H
+#define TOPDOWN_H 1
+
+#include <stdbool.h>
+
+struct evsel;
+
+bool arch_topdown_sample_read(struct evsel *leader);
+
+#endif