Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/perf/util/
H A Dprint-events.c35 static const char * const event_type_descriptors[] = { variable
284 const char *event_type_descriptor = event_type_descriptors[PERF_TYPE_HW_CACHE]; in print_hwcache_events()
396 event_type_descriptors[type], in print_symbol_events()
427 event_type_descriptors[PERF_TYPE_RAW], in print_events()
439 event_type_descriptors[PERF_TYPE_RAW], in print_events()
451 event_type_descriptors[PERF_TYPE_BREAKPOINT], in print_events()
/kernel/linux/linux-5.10/tools/perf/util/
H A Dparse-events.c2436 static const char * const event_type_descriptors[] = { variable
2529 event_type_descriptors[PERF_TYPE_TRACEPOINT]); in print_tracepoint_events()
2547 event_type_descriptors[PERF_TYPE_TRACEPOINT]); in print_tracepoint_events()
2764 event_type_descriptors[PERF_TYPE_HW_CACHE]); in print_hwcache_events()
2777 printf("FATAL: not enough memory to print %s\n", event_type_descriptors[PERF_TYPE_HW_CACHE]); in print_hwcache_events()
2861 printf(" %-50s [%s]\n", evt_list[evt_i++], event_type_descriptors[type]); in print_symbol_events()
2874 printf("FATAL: not enough memory to print %s\n", event_type_descriptors[type]); in print_symbol_events()
2903 event_type_descriptors[PERF_TYPE_RAW]); in print_events()
2906 event_type_descriptors[PERF_TYPE_RAW]); in print_events()
2912 event_type_descriptors[PERF_TYPE_BREAKPOIN in print_events()
[all...]

Completed in 5 milliseconds