Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-timechart.c54 struct per_pid;
73 struct per_pid { struct
74 struct per_pid *next; argument
128 static struct per_pid *all_data;
162 static struct per_pid *find_create_pid(int pid) in find_create_pid()
164 struct per_pid *cursor = all_data; in find_create_pid()
181 struct per_pid *p; in pid_set_comm()
207 struct per_pid *p, *pp; in pid_fork()
223 struct per_pid *p; in pid_exit()
233 struct per_pid *p; in pid_put_sample()
[all …]