Lines Matching refs:per_pid
45 struct per_pid;
51 struct per_pid *all_data;
87 struct per_pid { struct
88 struct per_pid *next; argument
197 static struct per_pid *find_create_pid(struct timechart *tchart, int pid) in find_create_pid()
199 struct per_pid *cursor = tchart->all_data; in find_create_pid()
216 struct per_pid *p; in pid_set_comm()
242 struct per_pid *p, *pp; in pid_fork()
258 struct per_pid *p; in pid_exit()
269 struct per_pid *p; in pid_put_sample()
407 struct per_pid *p; in sched_wakeup()
441 struct per_pid *p = NULL, *prev_p; in sched_switch()
723 struct per_pid *p = find_create_pid(tchart, pid); in pid_begin_io_sample()
768 struct per_pid *p = find_create_pid(tchart, pid); in pid_end_io_sample()
968 struct per_pid *new_list, *p, *cursor, *prev; in sort_pids()
1040 struct per_pid *p; in draw_wakeups()
1107 struct per_pid *p; in draw_cpu_usage()
1138 struct per_pid *p; in draw_io_bars()
1250 struct per_pid *p; in draw_process_bars()
1320 static int passes_filter(struct per_pid *p, struct per_pidcomm *c) in passes_filter()
1339 struct per_pid *p; in determine_display_tasks_filtered()
1379 struct per_pid *p; in determine_display_tasks()
1420 struct per_pid *p; in determine_display_io_tasks()