Searched refs:tool_pmu__event_names (Results 1 – 1 of 1) sorted by relevance
20 static const char *const tool_pmu__event_names[TOOL_PMU__EVENT_MAX] = { variable69 !tool_pmu__skip_event(tool_pmu__event_names[ev])) in tool_pmu__event_to_str()70 return tool_pmu__event_names[ev]; in tool_pmu__event_to_str()83 if (!strcasecmp(str, tool_pmu__event_names[i])) in tool_pmu__str_to_event()