Searched refs:PERF_TYPE_MAX (Results 1 – 8 of 8) sorted by relevance
37 PERF_TYPE_MAX, /* non-ABI */ enumerator
136 if (print_state->exclude_abi && pmu_type < PERF_TYPE_MAX && pmu_type != PERF_TYPE_RAW) in default_print_event()
221 OUTPUT_TYPE_SYNTH = PERF_TYPE_MAX,396 if (type < PERF_TYPE_MAX) in output_type()2517 if (evsel->core.attr.type >= PERF_TYPE_MAX && in process_attr()
1208 return PERF_TYPE_MAX; in wellknown_pmu_type()1232 if (pmu->type == PERF_TYPE_MAX) { in perf_pmu__lookup()
98 if (type >= PERF_TYPE_MAX) in event_type()241 if (attr->type == PERF_TYPE_RAW || attr->type >= PERF_TYPE_MAX) { in __add_event()
2568 for (i = 0; i < PERF_TYPE_MAX; ++i) { in perf_session__cpu_bitmap()
4007 if (counter->core.attr.type < PERF_TYPE_MAX && counter->core.attr.type != PERF_TYPE_RAW) { in evsel__set_needs_uniquify()
25 static const char *perf_type_name[PERF_TYPE_MAX] = {
Completed in 38 milliseconds