Searched refs:tool_pmu__event_names (Results 1 – 1 of 1) sorted by relevance
22 static const char *const tool_pmu__event_names[TOOL_PMU__EVENT_MAX] = { variable71 !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()