Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dtool_pmu.c65 if ((ev > TOOL_PMU__EVENT_NONE && ev < TOOL_PMU__EVENT_MAX) && in tool_pmu__event_to_str()
77 return TOOL_PMU__EVENT_NONE; in tool_pmu__str_to_event()
83 return TOOL_PMU__EVENT_NONE; in tool_pmu__str_to_event()
99 return TOOL_PMU__EVENT_NONE; in evsel__tool_event()
385 case TOOL_PMU__EVENT_NONE: in tool_pmu__read_event()
474 case TOOL_PMU__EVENT_NONE: in evsel__tool_pmu_read()
H A Dtool_pmu.h12 TOOL_PMU__EVENT_NONE = 0, enumerator
H A Dexpr.c397 if (ev != TOOL_PMU__EVENT_NONE) { in expr__get_literal()
H A Dstat-shadow.c405 case TOOL_PMU__EVENT_NONE: in prepare_metric()
H A Dmetricgroup.c690 if (ev != TOOL_PMU__EVENT_NONE) { in metricgroup__build_event_string()