Home
last modified time | relevance | path

Searched refs:perf_thread_map__pid (Results 1 – 15 of 15) sorted by relevance

/linux/tools/perf/tests/
A Dthread-map.c37 perf_thread_map__pid(map, 0) == getpid()); in test__thread_map()
52 TEST_ASSERT_VAL("wrong pid", perf_thread_map__pid(map, 0) == -1); in test__thread_map()
79 perf_thread_map__pid(threads, 0) == getpid()); in process_event()
/linux/tools/lib/perf/include/perf/
A Dthreadmap.h15 LIBPERF_API pid_t perf_thread_map__pid(struct perf_thread_map *map, int thread);
/linux/tools/lib/perf/
A Dlibperf.map17 perf_thread_map__pid;
A Dthreadmap.c88 pid_t perf_thread_map__pid(struct perf_thread_map *map, int thread) in perf_thread_map__pid() function
A Devlist.c382 sid->tid = perf_thread_map__pid(evsel->threads, thread); in perf_evsel__set_sid_idx()
/linux/tools/perf/util/
A Dthread_map.c313 printed += fprintf(fp, "%s%d", i ? ", " : "", perf_thread_map__pid(threads, i)); in thread_map__fprintf()
344 pid_t pid = perf_thread_map__pid(map, i); in comm_init()
A Dsynthetic-events.c838 perf_thread_map__pid(threads, thread), 0, in perf_event__synthesize_thread_map()
849 if ((int) comm_event->comm.pid != perf_thread_map__pid(threads, thread)) { in perf_event__synthesize_thread_map()
854 if ((int) comm_event->comm.pid == perf_thread_map__pid(threads, j)) { in perf_event__synthesize_thread_map()
1176 entry->pid = perf_thread_map__pid(threads, i); in perf_event__synthesize_thread_map2()
A Dauxtrace.c179 mp->tid = perf_thread_map__pid(evlist->core.threads, 0); in auxtrace_mmap_params__set_idx()
184 mp->tid = perf_thread_map__pid(evlist->core.threads, idx); in auxtrace_mmap_params__set_idx()
A Devsel.c1693 pid_t ignore_pid = perf_thread_map__pid(threads, thread); in evsel__ignore_missing_thread()
2034 pid = perf_thread_map__pid(threads, thread); in evsel__open_cpu()
A Dstat-display.c135 perf_thread_map__pid(evsel->core.threads, id.thread), in aggr_printout()
/linux/tools/lib/perf/Documentation/
A Dlibperf.txt68 pid_t perf_thread_map__pid(struct perf_thread_map *map, int thread);
/linux/tools/perf/
A Dbuiltin-ftrace.c292 perf_thread_map__pid(ftrace->evlist->core.threads, i)); in set_tracing_pid()
A Dbuiltin-trace.c3723 } else if (perf_thread_map__pid(trace->evlist->core.threads, 0) == -1) {
4080 trace->multiple_threads = perf_thread_map__pid(evlist->core.threads, 0) == -1 ||
A Dbuiltin-script.c2137 perf_thread_map__pid(counter->core.threads, thread), in __process_stat()
/linux/tools/perf/util/scripting-engines/
A Dtrace-event-python.c1608 perf_thread_map__pid(threads, thread), tstamp, in python_process_stat()

Completed in 48 milliseconds