Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/tests/
Dthread-map.c21 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/
Dthread_map.h49 static inline char *thread_map__comm(struct thread_map *map, int thread) in thread_map__comm() function
Dthread_map.c330 free(thread_map__comm(threads, i)); in thread_map__delete()
/linux-4.4.14/tools/perf/
Dbuiltin-stat.c481 thread_map__comm(evsel->threads, id), in aggr_printout()