Home
last modified time | relevance | path

Searched refs:PERF_TYPE_MAX (Results 1 – 8 of 8) sorted by relevance

/tools/include/uapi/linux/
A Dperf_event.h37 PERF_TYPE_MAX, /* non-ABI */ enumerator
/tools/perf/
A Dbuiltin-list.c136 if (print_state->exclude_abi && pmu_type < PERF_TYPE_MAX && pmu_type != PERF_TYPE_RAW) in default_print_event()
A Dbuiltin-script.c221 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()
/tools/perf/util/
A Dpmu.c1208 return PERF_TYPE_MAX; in wellknown_pmu_type()
1232 if (pmu->type == PERF_TYPE_MAX) { in perf_pmu__lookup()
A Dparse-events.c98 if (type >= PERF_TYPE_MAX) in event_type()
241 if (attr->type == PERF_TYPE_RAW || attr->type >= PERF_TYPE_MAX) { in __add_event()
A Dsession.c2568 for (i = 0; i < PERF_TYPE_MAX; ++i) { in perf_session__cpu_bitmap()
A Devsel.c4007 if (counter->core.attr.type < PERF_TYPE_MAX && counter->core.attr.type != PERF_TYPE_RAW) { in evsel__set_needs_uniquify()
/tools/bpf/bpftool/
A Dlink.c25 static const char *perf_type_name[PERF_TYPE_MAX] = {

Completed in 38 milliseconds