Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dbuiltin-timechart.c197 static struct per_pid *find_create_pid(struct timechart *tchart, int pid) in find_create_pid()
214 static void pid_set_comm(struct timechart *tchart, int pid, char *comm) in pid_set_comm()
240 static void pid_fork(struct timechart *tchart, int pid, int ppid, u64 timestamp) in pid_fork()
256 static void pid_exit(struct timechart *tchart, int pid, u64 timestamp) in pid_exit()
265 static void pid_put_sample(struct timechart *tchart, int pid, int type, in pid_put_sample()
316 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_comm_event() local
326 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_fork_event() local
336 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_exit_event() local
351 static void c_state_end(struct timechart *tchart, int cpu, u64 timestamp) in c_state_end()
368 static void p_state_change(struct timechart *tchart, int cpu, u64 timestamp, u64 new_freq) in p_state_change()
[all …]