Searched refs:thread__pid (Results 1 – 14 of 14) sorted by relevance
/linux/tools/perf/util/ |
H A D | thread.c | 27 pid_t pid = thread__pid(thread); in thread__init_maps() 244 if (second_last && !last->start && thread__pid(thread) == thread__tid(thread)) in thread__exec_comm() 295 thread__pid(thread), thread__tid(thread)) >= (int)sizeof(path)) && in thread__set_comm_from_proc() 401 if (thread__pid(thread) == thread__pid(parent)) in thread__clone_maps() 406 thread__pid(thread), thread__tid(thread), in thread__clone_maps() 407 thread__pid(parent), thread__tid(parent)); in thread__clone_maps() 490 pid = thread__pid(thread); in thread__e_machine() 531 if (thread__pid(thread) == thread__tid(thread)) in thread__main_thread() 534 if (thread__pid(threa in thread__main_thread() [all...] |
H A D | thread.h | 144 static inline pid_t thread__pid(const struct thread *thread) in thread__pid() function 346 !intlist__has_entry(symbol_conf.pid_list, thread__pid(thread))) { in thread__is_filtered()
|
H A D | machine.c | 480 if (pid == thread__pid(th) || pid == -1 || thread__pid(th) != -1) in machine__update_thread_pid() 485 if (thread__pid(th) == thread__tid(th)) in machine__update_thread_pid() 488 leader = machine__findnew_thread(machine, thread__pid(th), thread__pid(th)); in machine__update_thread_pid() 509 thread__pid(th), thread__tid(th)); in machine__update_thread_pid() 518 pr_err("Failed to join map groups for %d:%d\n", thread__pid(th), thread__tid(th)); in machine__update_thread_pid() 1881 if (thread__pid(parent) != (pid_t)event->fork.ppid) { in machine__process_fork_event() 1883 thread__pid(parent), thread__tid(parent)); in machine__process_fork_event()
|
H A D | data-convert-json.c | 177 output_json_key_format(out, true, 3, "pid", "%i", thread__pid(al.thread)); in process_sample_event()
|
H A D | thread-stack.c | 115 return !(thread__tid(thread) || thread__pid(thread)); in thread_stack__per_cpu() 1129 if (ts->comm != comm && thread__pid(thread) == thread__tid(thread)) { in thread_stack__process()
|
H A D | intel-bts.c | 461 btsq->pid = thread__pid(thread); in intel_bts_process_queue()
|
H A D | cs-etm.c | 1581 sample.pid = thread__pid(tidq->thread); in cs_etm__synth_instruction_sample() 1642 sample.pid = thread__pid(tidq->prev_packet_thread); in cs_etm__synth_branch_sample()
|
H A D | intel-pt.c | 1473 ptq->guest_pid = thread__pid(ptq->guest_thread); in intel_pt_get_guest_from_sideband() 1496 ptq->pid = thread__pid(ptq->thread); in intel_pt_set_pid_tid_cpu() 3309 ptq->pid = thread__pid(ptq->thread); in intel_pt_sample_set_pid_tid_cpu()
|
H A D | arm-spe.c | 289 speq->pid = thread__pid(speq->thread); in arm_spe_set_pid_tid_cpu()
|
/linux/tools/perf/ |
H A D | builtin-c2c.c | 1143 return scnprintf(hpp->buf, hpp->size, "%*d", width, thread__pid(he->thread)); in STAT_FN() 1150 return thread__pid(left->thread) - thread__pid(right->thread); in pid_cmp()
|
H A D | builtin-trace.c | 1717 if (thread__pid(thread) == thread__tid(thread)) { in thread__read_fd_path() 1719 "/proc/%d/fd/%d", thread__pid(thread), fd); in thread__read_fd_path() 1723 thread__pid(thread), thread__tid(thread), fd); in thread__read_fd_path() 2658 thread__comm_str(thread), thread__pid(thread), in thread__update_stats()
|
H A D | builtin-report.c | 928 thread__pid(thread), thread__tid(thread), in task__print_level()
|
H A D | builtin-sched.c | 2055 pid_t pid = thread__pid(thread); in timehist_get_commstr()
|
/linux/tools/perf/util/scripting-engines/ |
H A D | trace-event-python.c | 1183 tuple_set_s32(t, 3, thread__pid(thread)); in python_export_thread()
|