Home
last modified time | relevance | path

Searched refs:per_pid (Results 1 – 1 of 1) sorted by relevance

/linux-6.6.21/tools/perf/
Dbuiltin-timechart.c50 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()
[all …]