Home
last modified time | relevance | path

Searched refs:requestEventTypes (Results 1 - 2 of 2) sorted by relevance

/developtools/hiperf/src/
H A Dsubcommand_list.cpp25 vector<perf_type_id> requestEventTypes; in OnSubCommand() local
32 requestEventTypes.push_back(it.first); in OnSubCommand()
41 requestEventTypes.push_back(it->second); in OnSubCommand()
44 ShowSupportEventsTypes(requestEventTypes); in OnSubCommand()
47 bool SubCommandList::ShowSupportEventsTypes(vector<perf_type_id> requestEventTypes) in ShowSupportEventsTypes() argument
50 for (perf_type_id id : requestEventTypes) { in ShowSupportEventsTypes()
/developtools/hiperf/include/
H A Dsubcommand_list.h62 bool ShowSupportEventsTypes(std::vector<perf_type_id> requestEventTypes);

Completed in 1 milliseconds