Lines Matching refs:per_pid
50 struct per_pid;
56 struct per_pid *all_data;
92 struct per_pid { struct
93 struct per_pid *next; argument
202 static struct per_pid *find_create_pid(struct timechart *tchart, int pid) in find_create_pid()
204 struct per_pid *cursor = tchart->all_data; in find_create_pid()
219 static struct per_pidcomm *create_pidcomm(struct per_pid *p) in create_pidcomm()
234 struct per_pid *p; in pid_set_comm()
257 struct per_pid *p, *pp; in pid_fork()
273 struct per_pid *p; in pid_exit()
284 struct per_pid *p; in pid_put_sample()
428 struct per_pid *p; in sched_wakeup()
462 struct per_pid *p = NULL, *prev_p; in sched_switch()
733 struct per_pid *p = find_create_pid(tchart, pid); in pid_begin_io_sample()
775 struct per_pid *p = find_create_pid(tchart, pid); in pid_end_io_sample()
975 struct per_pid *new_list, *p, *cursor, *prev; in sort_pids()
1047 struct per_pid *p; in draw_wakeups()
1114 struct per_pid *p; in draw_cpu_usage()
1145 struct per_pid *p; in draw_io_bars()
1257 struct per_pid *p; in draw_process_bars()
1327 static int passes_filter(struct per_pid *p, struct per_pidcomm *c) in passes_filter()
1346 struct per_pid *p; in determine_display_tasks_filtered()
1386 struct per_pid *p; in determine_display_tasks()
1427 struct per_pid *p; in determine_display_io_tasks()