Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dparse-events.c2429 static const char * const event_type_descriptors[] = { variable
2522 event_type_descriptors[PERF_TYPE_TRACEPOINT]); in print_tracepoint_events()
2540 event_type_descriptors[PERF_TYPE_TRACEPOINT]); in print_tracepoint_events()
2757 event_type_descriptors[PERF_TYPE_HW_CACHE]); in print_hwcache_events()
2770 printf("FATAL: not enough memory to print %s\n", event_type_descriptors[PERF_TYPE_HW_CACHE]); in print_hwcache_events()
2854 printf(" %-50s [%s]\n", evt_list[evt_i++], event_type_descriptors[type]); in print_symbol_events()
2867 printf("FATAL: not enough memory to print %s\n", event_type_descriptors[type]); in print_symbol_events()
2896 event_type_descriptors[PERF_TYPE_RAW]); in print_events()
2899 event_type_descriptors[PERF_TYPE_RAW]); in print_events()
2905 event_type_descriptors[PERF_TYPE_BREAKPOINT]); in print_events()