Lines Matching refs:per_pid
49 struct per_pid;
55 struct per_pid *all_data;
91 struct per_pid { struct
92 struct per_pid *next; argument
201 static struct per_pid *find_create_pid(struct timechart *tchart, int pid) in find_create_pid()
203 struct per_pid *cursor = tchart->all_data; in find_create_pid()
218 static struct per_pidcomm *create_pidcomm(struct per_pid *p) in create_pidcomm()
233 struct per_pid *p; in pid_set_comm()
256 struct per_pid *p, *pp; in pid_fork()
272 struct per_pid *p; in pid_exit()
283 struct per_pid *p; in pid_put_sample()
427 struct per_pid *p; in sched_wakeup()
461 struct per_pid *p = NULL, *prev_p; in sched_switch()
729 struct per_pid *p = find_create_pid(tchart, pid); in pid_begin_io_sample()
771 struct per_pid *p = find_create_pid(tchart, pid); in pid_end_io_sample()
971 struct per_pid *new_list, *p, *cursor, *prev; in sort_pids()
1043 struct per_pid *p; in draw_wakeups()
1110 struct per_pid *p; in draw_cpu_usage()
1141 struct per_pid *p; in draw_io_bars()
1253 struct per_pid *p; in draw_process_bars()
1323 static int passes_filter(struct per_pid *p, struct per_pidcomm *c) in passes_filter()
1342 struct per_pid *p; in determine_display_tasks_filtered()
1382 struct per_pid *p; in determine_display_tasks()
1423 struct per_pid *p; in determine_display_io_tasks()