Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dtool_pmu.h26 TOOL_PMU__EVENT_MAX, enumerator
30 for ((ev) = TOOL_PMU__EVENT_DURATION_TIME; (ev) < TOOL_PMU__EVENT_MAX; ev++)
H A Dtool_pmu.c19 static const char *const tool_pmu__event_names[TOOL_PMU__EVENT_MAX] = {
65 if ((ev > TOOL_PMU__EVENT_NONE && ev < TOOL_PMU__EVENT_MAX) && in tool_pmu__event_to_str()
389 case TOOL_PMU__EVENT_MAX: in tool_pmu__read_event()
475 case TOOL_PMU__EVENT_MAX: in evsel__tool_pmu_read()
H A Dmetricgroup.c677 bool tool_events[TOOL_PMU__EVENT_MAX] = {false}; in metricgroup__build_event_string()
1378 bool tool_events[TOOL_PMU__EVENT_MAX]) in find_tool_events() argument
1450 bool group_events, const bool tool_events[TOOL_PMU__EVENT_MAX], in parse_ids() argument
1539 bool tool_events[TOOL_PMU__EVENT_MAX] = {false}; in parse_groups()
H A Dstat-shadow.c408 case TOOL_PMU__EVENT_MAX: in prepare_metric()