Searched refs:thread_map__comm (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/tools/perf/tests/ |
D | thread-map.c | 21 thread_map__comm(map, 0) && in test__thread_map() 22 !strcmp(thread_map__comm(map, 0), "perf")); in test__thread_map() 36 thread_map__comm(map, 0) && in test__thread_map() 37 !strcmp(thread_map__comm(map, 0), "dummy")); in test__thread_map()
|
/linux-4.4.14/tools/perf/util/ |
D | thread_map.h | 49 static inline char *thread_map__comm(struct thread_map *map, int thread) in thread_map__comm() function
|
D | thread_map.c | 330 free(thread_map__comm(threads, i)); in thread_map__delete()
|
/linux-4.4.14/tools/perf/ |
D | builtin-stat.c | 481 thread_map__comm(evsel->threads, id), in aggr_printout()
|