Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dtool_pmu.h33 enum tool_pmu_event tool_pmu__str_to_event(const char *str);
H A Dtool_pmu.c72 enum tool_pmu_event tool_pmu__str_to_event(const char *str) in tool_pmu__str_to_event() function
H A Dexpr.c395 enum tool_pmu_event ev = tool_pmu__str_to_event(literal + 1); in expr__get_literal()
H A Dmetricgroup.c689 ev = tool_pmu__str_to_event(id); in metricgroup__build_event_string()