Home
last modified time | relevance | path

Searched refs:perf_thread_map__comm (Results 1 – 6 of 6) sorted by relevance

/linux/tools/lib/perf/
H A Dthreadmap.c40 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 Dlibperf.map21 perf_thread_map__comm;
/linux/tools/lib/perf/include/perf/
H A Dthreadmap.h14 LIBPERF_API char *perf_thread_map__comm(struct perf_thread_map *map, int idx);
/linux/tools/lib/perf/Documentation/
H A Dlibperf.txt67 char *perf_thread_map__comm(struct perf_thread_map *map, int idx);
/linux/tools/perf/util/
H A Dstat-display.c297 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 Dsynthetic-events.c1228 char *comm = perf_thread_map__comm(threads, i); in perf_event__synthesize_thread_map2()