Lines Matching refs:pid
496 static void print_graph_proc(struct trace_seq *s, pid_t pid) in print_graph_proc() argument
505 trace_find_cmdline(pid, comm); in print_graph_proc()
507 sprintf(pid_str, "%d", pid); in print_graph_proc()
535 verif_pid(struct trace_seq *s, pid_t pid, int cpu, struct fgraph_data *data) in verif_pid() argument
545 if (*last_pid == pid) in verif_pid()
549 *last_pid = pid; in verif_pid()
565 print_graph_proc(s, pid); in verif_pid()
629 if (curr->ent.pid != next->ent.pid || in get_return_for_leaf()
653 enum trace_type type, int cpu, pid_t pid, u32 flags) in print_graph_irq() argument
674 print_graph_proc(s, pid); in print_graph_irq()
858 verif_pid(s, ent->pid, cpu, data); in print_graph_prologue()
862 print_graph_irq(iter, addr, type, cpu, ent->pid, flags); in print_graph_prologue()
877 print_graph_proc(s, ent->pid); in print_graph_prologue()
1034 pid_t pid = ent->pid; in print_graph_return() local
1089 cpu, pid, flags); in print_graph_return()
1335 pid_t *pid = &(per_cpu_ptr(data->cpu_data, cpu)->last_pid); in graph_trace_open() local
1340 *pid = -1; in graph_trace_open()