Lines Matching refs:pid
563 static void print_graph_proc(struct trace_seq *s, pid_t pid) in print_graph_proc() argument
572 trace_find_cmdline(pid, comm); in print_graph_proc()
574 sprintf(pid_str, "%d", pid); in print_graph_proc()
602 verif_pid(struct trace_seq *s, pid_t pid, int cpu, struct fgraph_data *data) in verif_pid() argument
612 if (*last_pid == pid) in verif_pid()
616 *last_pid = pid; in verif_pid()
632 print_graph_proc(s, pid); in verif_pid()
696 if (curr->ent.pid != next->ent.pid || in get_return_for_leaf()
720 enum trace_type type, int cpu, pid_t pid, u32 flags) in print_graph_irq() argument
741 print_graph_proc(s, pid); in print_graph_irq()
935 verif_pid(s, ent->pid, cpu, data); in print_graph_prologue()
939 print_graph_irq(iter, addr, type, cpu, ent->pid, flags); in print_graph_prologue()
954 print_graph_proc(s, ent->pid); in print_graph_prologue()
1111 pid_t pid = ent->pid; in print_graph_return() local
1167 cpu, pid, flags); in print_graph_return()
1419 pid_t *pid = &(per_cpu_ptr(data->cpu_data, cpu)->last_pid); in graph_trace_open() local
1424 *pid = -1; in graph_trace_open()