Searched refs:PERF_TYPE_MAX (Results 1 – 8 of 8) sorted by relevance
37 PERF_TYPE_MAX, /* non-ABI */ enumerator
53 u32 type = PERF_TYPE_MAX; in kvm_pmu_get_perf_event_type()
25 static const char *perf_type_name[PERF_TYPE_MAX] = {
222 OUTPUT_TYPE_SYNTH = PERF_TYPE_MAX,393 if (type < PERF_TYPE_MAX) in output_type()2573 if (evsel->core.attr.type >= PERF_TYPE_MAX && in process_attr()
240 if (pmu && (attr->type == PERF_TYPE_RAW || attr->type >= PERF_TYPE_MAX)) { in __add_event()
2489 for (i = 0; i < PERF_TYPE_MAX; ++i) { in perf_session__cpu_bitmap()
11732 int cpu, ret, max = PERF_TYPE_MAX; in perf_pmu_register()