summaryrefslogtreecommitdiff
path: root/tools/perf/util/evlist-hybrid.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/evlist-hybrid.h')
-rw-r--r--tools/perf/util/evlist-hybrid.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/perf/util/evlist-hybrid.h b/tools/perf/util/evlist-hybrid.h
new file mode 100644
index 000000000000..e25861649d8f
--- /dev/null
+++ b/tools/perf/util/evlist-hybrid.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-2.0 */
+#ifndef __PERF_EVLIST_HYBRID_H
+#define __PERF_EVLIST_HYBRID_H
+
+#include <linux/compiler.h>
+#include <linux/kernel.h>
+#include "evlist.h"
+#include <unistd.h>
+
+int evlist__add_default_hybrid(struct evlist *evlist, bool precise);
+
+#endif /* __PERF_EVLIST_HYBRID_H */