Searched refs:thread_map__comm (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/tools/perf/tests/ |
D | thread-map.c | 30 thread_map__comm(map, 0) && in test__thread_map() 31 !strcmp(thread_map__comm(map, 0), NAME)); in test__thread_map() 45 thread_map__comm(map, 0) && in test__thread_map() 46 !strcmp(thread_map__comm(map, 0), "dummy")); in test__thread_map() 72 thread_map__comm(threads, 0) && in process_event() 73 !strcmp(thread_map__comm(threads, 0), NAME)); in process_event()
|
/Linux-v4.19/tools/perf/util/ |
D | thread_map.h | 57 static inline char *thread_map__comm(struct thread_map *map, int thread) in thread_map__comm() function
|
D | thread_map.c | 349 free(thread_map__comm(threads, i)); in thread_map__delete()
|
D | event.c | 994 char *comm = thread_map__comm(threads, i); in perf_event__synthesize_thread_map2()
|
/Linux-v4.19/tools/perf/ |
D | builtin-stat.c | 862 thread_map__comm(evsel->threads, id), in aggr_printout()
|