Home
last modified time | relevance | path

Searched defs:tchart (Results 1 – 1 of 1) sorted by relevance

/tools/perf/
Dbuiltin-timechart.c199 static struct per_pid *find_create_pid(struct timechart *tchart, int pid) in find_create_pid()
216 static void pid_set_comm(struct timechart *tchart, int pid, char *comm) in pid_set_comm()
242 static void pid_fork(struct timechart *tchart, int pid, int ppid, u64 timestamp) in pid_fork()
258 static void pid_exit(struct timechart *tchart, int pid, u64 timestamp) in pid_exit()
267 static void pid_put_sample(struct timechart *tchart, int pid, int type, in pid_put_sample()
318 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_comm_event() local
328 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_fork_event() local
338 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_exit_event() local
353 static void c_state_end(struct timechart *tchart, int cpu, u64 timestamp) in c_state_end()
370 static void p_state_change(struct timechart *tchart, int cpu, u64 timestamp, u64 new_freq) in p_state_change()
[all …]