summaryrefslogtreecommitdiff
path: root/simpleperf/event_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'simpleperf/event_type.h')
-rw-r--r--simpleperf/event_type.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/simpleperf/event_type.h b/simpleperf/event_type.h
index a804b083..6ec544d8 100644
--- a/simpleperf/event_type.h
+++ b/simpleperf/event_type.h
@@ -52,6 +52,8 @@ struct EventType {
std::string limited_arch;
};
+bool SetTracepointEventsFilePath(const std::string& filepath);
+std::string GetTracepointEvents();
const std::vector<EventType>& GetAllEventTypes();
const EventType* FindEventTypeByName(const std::string& name);