Searched refs:thread__ppid (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/
H A Dbuiltin-report.c883 if (thread__ppid(thread) <= 0)
886 parent_thread = machine__find_thread(machine, -1, thread__ppid(thread));
901 thread__ppid(thread), level, "");
939 if (thread__ppid(a) == thread__ppid(b))
952 struct thread *parent = machine__find_thread(machine, -1, thread__ppid(a));
963 struct thread *parent = machine__find_thread(machine, -1, thread__ppid(b));
974 while (thread__ppid(a) != thread__ppid(b)) {
977 parent = machine__find_thread(machine, -1, thread__ppid(
[all...]
H A Dbuiltin-sched.c2702 comm_width, timehist_get_commstr(t), thread__ppid(t),
2722 comm_width, timehist_get_commstr(t), thread__ppid(t),
H A Dbuiltin-trace.c3583 thread__ppid(thread),
3584 thread__ppid(thread));
/linux-master/tools/perf/util/
H A Dthread.h159 static inline pid_t thread__ppid(const struct thread *thread) function

Completed in 134 milliseconds