Home
last modified time | relevance | path

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

/tools/perf/util/
A Dtool_pmu.h26 TOOL_PMU__EVENT_MAX, enumerator
30 for ((ev) = TOOL_PMU__EVENT_DURATION_TIME; (ev) < TOOL_PMU__EVENT_MAX; ev++)
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()
431 case TOOL_PMU__EVENT_MAX: in tool_pmu__read_event()
517 case TOOL_PMU__EVENT_MAX: in evsel__tool_pmu_read()
A Dmetricgroup.c556 bool tool_events[TOOL_PMU__EVENT_MAX] = {false}; in metricgroup__build_event_string()
1179 bool tool_events[TOOL_PMU__EVENT_MAX]) in find_tool_events() argument
1251 bool group_events, const bool tool_events[TOOL_PMU__EVENT_MAX], in parse_ids() argument
1339 bool tool_events[TOOL_PMU__EVENT_MAX] = {false}; in parse_groups()
A Dstat-shadow.c408 case TOOL_PMU__EVENT_MAX: in prepare_metric()

Completed in 10 milliseconds