Symbol: thread__pid
tools/perf/builtin-c2c.c
1179
return scnprintf(hpp->buf, hpp->size, "%*d", width, thread__pid(he->thread));
tools/perf/builtin-c2c.c
1186
return thread__pid(left->thread) - thread__pid(right->thread);
tools/perf/builtin-report.c
929
thread__pid(thread), thread__tid(thread),
tools/perf/builtin-sched.c
2051
pid_t pid = thread__pid(thread);
tools/perf/builtin-trace.c
1718
if (thread__pid(thread) == thread__tid(thread)) {
tools/perf/builtin-trace.c
1720
"/proc/%d/fd/%d", thread__pid(thread), fd);
tools/perf/builtin-trace.c
1724
thread__pid(thread), thread__tid(thread), fd);
tools/perf/builtin-trace.c
2680
thread__comm_str(thread), thread__pid(thread),
tools/perf/util/arm-spe.c
304
speq->pid = thread__pid(speq->thread);
tools/perf/util/cs-etm.c
1580
sample.pid = thread__pid(tidq->thread);
tools/perf/util/cs-etm.c
1641
sample.pid = thread__pid(tidq->prev_packet_thread);
tools/perf/util/data-convert-json.c
192
output_json_key_format(out, true, 3, "pid", "%i", thread__pid(al.thread));
tools/perf/util/db-export.c
543
*is_idle = !thread__pid(thread) && !thread__tid(thread);
tools/perf/util/intel-bts.c
461
btsq->pid = thread__pid(thread);
tools/perf/util/intel-pt.c
1473
ptq->guest_pid = thread__pid(ptq->guest_thread);
tools/perf/util/intel-pt.c
1496
ptq->pid = thread__pid(ptq->thread);
tools/perf/util/intel-pt.c
3309
ptq->pid = thread__pid(ptq->thread);
tools/perf/util/machine.c
1881
if (thread__pid(parent) != (pid_t)event->fork.ppid) {
tools/perf/util/machine.c
1883
thread__pid(parent), thread__tid(parent));
tools/perf/util/machine.c
480
if (pid == thread__pid(th) || pid == -1 || thread__pid(th) != -1)
tools/perf/util/machine.c
485
if (thread__pid(th) == thread__tid(th))
tools/perf/util/machine.c
488
leader = machine__findnew_thread(machine, thread__pid(th), thread__pid(th));
tools/perf/util/machine.c
509
thread__pid(th), thread__tid(th));
tools/perf/util/machine.c
518
pr_err("Failed to join map groups for %d:%d\n", thread__pid(th), thread__tid(th));
tools/perf/util/scripting-engines/trace-event-python.c
1191
tuple_set_s32(t, 3, thread__pid(thread));
tools/perf/util/sort.c
149
return thread__pid(right->thread) - thread__pid(left->thread);
tools/perf/util/sort.c
155
int tgid = thread__pid(he->thread);
tools/perf/util/sort.c
159
if (thread__pid(he->thread) == thread__tid(he->thread)) {
tools/perf/util/sort.c
1765
if (thread__pid(left->thread) > thread__pid(right->thread))
tools/perf/util/sort.c
1767
if (thread__pid(left->thread) < thread__pid(right->thread))
tools/perf/util/thread-stack.c
1129
if (ts->comm != comm && thread__pid(thread) == thread__tid(thread)) {
tools/perf/util/thread-stack.c
115
return !(thread__tid(thread) || thread__pid(thread));
tools/perf/util/thread.c
244
if (second_last && !last->start && thread__pid(thread) == thread__tid(thread))
tools/perf/util/thread.c
27
pid_t pid = thread__pid(thread);
tools/perf/util/thread.c
295
thread__pid(thread), thread__tid(thread)) >= (int)sizeof(path)) &&
tools/perf/util/thread.c
401
if (thread__pid(thread) == thread__pid(parent))
tools/perf/util/thread.c
406
thread__pid(thread), thread__tid(thread),
tools/perf/util/thread.c
407
thread__pid(parent), thread__tid(parent));
tools/perf/util/thread.c
508
pid = thread__pid(thread);
tools/perf/util/thread.c
556
if (thread__pid(thread) == thread__tid(thread))
tools/perf/util/thread.c
559
if (thread__pid(thread) == -1)
tools/perf/util/thread.c
562
return machine__find_thread(machine, thread__pid(thread), thread__pid(thread));
tools/perf/util/thread.h
360
!intlist__has_entry(symbol_conf.pid_list, thread__pid(thread))) {