Home
last modified time | relevance | path

Searched refs:GetAllEvents (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/extras/simpleperf/include/
H A Dsimpleperf.h31 std::vector<std::string> GetAllEvents() SIMPLEPERF_EXPORT;
/aosp12/system/extras/simpleperf/
H A Drecord_lib_test.cpp26 std::vector<std::string> events = GetAllEvents(); in TEST()
H A Drecord_lib_interface.cpp35 std::vector<std::string> GetAllEvents() { in GetAllEvents() function