Searched refs:perf_thread_map__comm (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/tools/perf/tests/ |
D | thread-map.c | 39 perf_thread_map__comm(map, 0) && in test__thread_map() 40 !strcmp(perf_thread_map__comm(map, 0), NAME)); in test__thread_map() 54 perf_thread_map__comm(map, 0) && in test__thread_map() 55 !strcmp(perf_thread_map__comm(map, 0), "dummy")); in test__thread_map() 81 perf_thread_map__comm(threads, 0) && in process_event() 82 !strcmp(perf_thread_map__comm(threads, 0), NAME)); in process_event()
|
/linux-6.1.9/tools/lib/perf/ |
D | threadmap.c | 40 char *perf_thread_map__comm(struct perf_thread_map *map, int idx) in perf_thread_map__comm() function 75 free(perf_thread_map__comm(threads, i)); in perf_thread_map__delete()
|
D | libperf.map | 18 perf_thread_map__comm;
|
/linux-6.1.9/tools/lib/perf/include/perf/ |
D | threadmap.h | 14 LIBPERF_API char *perf_thread_map__comm(struct perf_thread_map *map, int idx);
|
/linux-6.1.9/tools/lib/perf/Documentation/ |
D | libperf.txt | 68 char *perf_thread_map__comm(struct perf_thread_map *map, int idx);
|
/linux-6.1.9/tools/perf/util/ |
D | stat-display.c | 192 perf_thread_map__comm(evsel->core.threads, id.thread_idx), in aggr_printout() 197 perf_thread_map__comm(evsel->core.threads, id.thread_idx), in aggr_printout()
|
D | synthetic-events.c | 1202 char *comm = perf_thread_map__comm(threads, i); in perf_event__synthesize_thread_map2()
|