Searched refs:perf_thread_map__comm (Results 1 – 6 of 6) sorted by relevance
/linux/tools/lib/perf/ |
H A 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()
|
H A D | libperf.map | 21 perf_thread_map__comm;
|
/linux/tools/lib/perf/include/perf/ |
H A D | threadmap.h | 14 LIBPERF_API char *perf_thread_map__comm(struct perf_thread_map *map, int idx);
|
/linux/tools/lib/perf/Documentation/ |
H A D | libperf.txt | 67 char *perf_thread_map__comm(struct perf_thread_map *map, int idx);
|
/linux/tools/perf/util/ |
H A D | stat-display.c | 297 COMM_LEN, perf_thread_map__comm(evsel->core.threads, id.thread_idx), in print_aggr_id_std() 352 perf_thread_map__comm(evsel->core.threads, id.thread_idx), in print_aggr_id_csv() 403 perf_thread_map__comm(evsel->core.threads, id.thread_idx), in print_aggr_id_json()
|
H A D | synthetic-events.c | 1228 char *comm = perf_thread_map__comm(threads, i); in perf_event__synthesize_thread_map2()
|