Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtool_pmu.c22 static const char *const tool_pmu__event_names[TOOL_PMU__EVENT_MAX] = { variable
71 !tool_pmu__skip_event(tool_pmu__event_names[ev])) in tool_pmu__event_to_str()
72 return tool_pmu__event_names[ev]; in tool_pmu__event_to_str()
85 if (!strcasecmp(str, tool_pmu__event_names[i])) in tool_pmu__str_to_event()