Lines Matching refs:per_pid
47 struct per_pid;
53 struct per_pid *all_data;
89 struct per_pid { struct
90 struct per_pid *next; argument
199 static struct per_pid *find_create_pid(struct timechart *tchart, int pid) in find_create_pid()
201 struct per_pid *cursor = tchart->all_data; in find_create_pid()
218 struct per_pid *p; in pid_set_comm()
244 struct per_pid *p, *pp; in pid_fork()
260 struct per_pid *p; in pid_exit()
271 struct per_pid *p; in pid_put_sample()
409 struct per_pid *p; in sched_wakeup()
443 struct per_pid *p = NULL, *prev_p; in sched_switch()
721 struct per_pid *p = find_create_pid(tchart, pid); in pid_begin_io_sample()
766 struct per_pid *p = find_create_pid(tchart, pid); in pid_end_io_sample()
966 struct per_pid *new_list, *p, *cursor, *prev; in sort_pids()
1038 struct per_pid *p; in draw_wakeups()
1105 struct per_pid *p; in draw_cpu_usage()
1136 struct per_pid *p; in draw_io_bars()
1248 struct per_pid *p; in draw_process_bars()
1318 static int passes_filter(struct per_pid *p, struct per_pidcomm *c) in passes_filter()
1337 struct per_pid *p; in determine_display_tasks_filtered()
1377 struct per_pid *p; in determine_display_tasks()
1418 struct per_pid *p; in determine_display_io_tasks()