Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dtool_pmu.h28 TOOL_PMU__EVENT_MAX, enumerator
32 for ((ev) = TOOL_PMU__EVENT_DURATION_TIME; (ev) < TOOL_PMU__EVENT_MAX; ev++)
H A Dtool_pmu.c22 static const char *const tool_pmu__event_names[TOOL_PMU__EVENT_MAX] = {
70 if ((ev > TOOL_PMU__EVENT_NONE && ev < TOOL_PMU__EVENT_MAX) && in tool_pmu__event_to_str()
119 if (event <= TOOL_PMU__EVENT_NONE || event >= TOOL_PMU__EVENT_MAX) { in tool_pmu__cpus()
462 case TOOL_PMU__EVENT_MAX: in tool_pmu__read_event()
568 case TOOL_PMU__EVENT_MAX: in evsel__tool_pmu_read()
H A Dmetricgroup.c567 bool tool_events[TOOL_PMU__EVENT_MAX] = {false}; in metricgroup__build_event_string()
1190 bool tool_events[TOOL_PMU__EVENT_MAX]) in find_tool_events() argument
1262 bool group_events, const bool tool_events[TOOL_PMU__EVENT_MAX], in parse_ids() argument
1395 bool tool_events[TOOL_PMU__EVENT_MAX] = {false}; in parse_groups()