Searched refs:perf_thread_map__pid (Results  1 – 13 of 13) sorted by relevance
| /Linux-v5.4/tools/perf/tests/ | 
| D | thread-map.c | 37 			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-v5.4/tools/perf/lib/include/perf/ | 
| D | threadmap.h | 15 LIBPERF_API pid_t perf_thread_map__pid(struct perf_thread_map *map, int thread);
 | 
| /Linux-v5.4/tools/perf/lib/ | 
| D | libperf.map | 17 		perf_thread_map__pid;
 | 
| D | threadmap.c | 88 pid_t perf_thread_map__pid(struct perf_thread_map *map, int thread)  in perf_thread_map__pid()  function
 | 
| /Linux-v5.4/tools/perf/util/ | 
| D | thread_map.c | 313 		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()
 
 | 
| D | synthetic-events.c | 591 					       perf_thread_map__pid(threads, thread), 0,  in perf_event__synthesize_thread_map()602 		if ((int) comm_event->comm.pid != perf_thread_map__pid(threads, thread)) {  in perf_event__synthesize_thread_map()
 607 				if ((int) comm_event->comm.pid == perf_thread_map__pid(threads, j)) {  in perf_event__synthesize_thread_map()
 908 		entry->pid = perf_thread_map__pid(threads, i);  in perf_event__synthesize_thread_map2()
 
 | 
| D | auxtrace.c | 138 			mp->tid = perf_thread_map__pid(evlist->core.threads, 0);  in auxtrace_mmap_params__set_idx()143 		mp->tid = perf_thread_map__pid(evlist->core.threads, idx);  in auxtrace_mmap_params__set_idx()
 
 | 
| D | evsel.c | 1487 	pid_t ignore_pid = perf_thread_map__pid(threads, thread);  in ignore_missing_thread()1656 				pid = perf_thread_map__pid(threads, thread);  in evsel__open()
 
 | 
| D | stat-display.c | 122 			perf_thread_map__pid(evsel->core.threads, id),  in aggr_printout()
 | 
| D | evlist.c | 437 		sid->tid = perf_thread_map__pid(evlist->core.threads, thread);  in perf_evlist__set_sid_idx()
 | 
| /Linux-v5.4/tools/perf/util/scripting-engines/ | 
| D | trace-event-python.c | 1408 				     perf_thread_map__pid(threads, thread), tstamp,  in python_process_stat()
 | 
| /Linux-v5.4/tools/perf/ | 
| D | builtin-trace.c | 3201 	} else if (perf_thread_map__pid(trace->evlist->core.threads, 0) == -1) {  in trace__set_filter_pids()3430 	trace->multiple_threads = perf_thread_map__pid(evlist->core.threads, 0) == -1 ||  in trace__run()
 
 | 
| D | builtin-script.c | 1943 				perf_thread_map__pid(counter->core.threads, thread),  in __process_stat()
 |