Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtool_pmu.h35 enum tool_pmu_event tool_pmu__str_to_event(const char *str);
H A Dexpr.c399 enum tool_pmu_event ev = tool_pmu__str_to_event(literal + 1); in expr__get_literal()
H A Dtool_pmu.c77 enum tool_pmu_event tool_pmu__str_to_event(const char *str) in tool_pmu__str_to_event() function
H A Dmetricgroup.c579 ev = tool_pmu__str_to_event(id); in metricgroup__build_event_string()