Home
last modified time | relevance | path

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

/linux/tools/lib/perf/include/perf/
H A Dthreadmap.h17 LIBPERF_API int perf_thread_map__idx(struct perf_thread_map *map, pid_t pid);
/linux/tools/lib/perf/
H A Dthreadmap.c108 int perf_thread_map__idx(struct perf_thread_map *threads, pid_t pid) in perf_thread_map__idx() function
/linux/tools/perf/util/
H A Dpython.c1164 thread_idx = perf_thread_map__idx(evsel->core.threads, thread); in pyrf_evsel__read()
1445 thread_idx = perf_thread_map__idx(pos2->core.threads, thread); in pyrf_evlist__compute_metric()
/linux/tools/perf/
H A Dbuiltin-script.c2343 thread_map_idx = perf_thread_map__idx(evsel->core.threads, sample->tid); in perf_sample__fprint_metric()