Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dperf_events.h444 static const std::string GetStaticConfigName(perf_type_id type_id, __u64 config_id) in GetStaticConfigName() function
/developtools/hiperf/src/
Dsubcommand_report.cpp404 std::string name = PerfEvents::GetStaticConfigName( in LoadAttrSection()
Dperf_events.cpp91 printf("event not support %s\n", GetStaticConfigName(type, config).c_str()); in IsEventSupport()
291 eventItem.configName = GetStaticConfigName(type, config); in AddEvent()