Searched defs:tchart (Results 1 – 1 of 1) sorted by relevance
/linux-6.6.21/tools/perf/ |
D | builtin-timechart.c | 202 static struct per_pid *find_create_pid(struct timechart *tchart, int pid) in find_create_pid() 232 static void pid_set_comm(struct timechart *tchart, int pid, char *comm) in pid_set_comm() 255 static void pid_fork(struct timechart *tchart, int pid, int ppid, u64 timestamp) in pid_fork() 271 static void pid_exit(struct timechart *tchart, int pid, u64 timestamp) in pid_exit() 280 static void pid_put_sample(struct timechart *tchart, int pid, int type, in pid_put_sample() 328 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_comm_event() local 338 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_fork_event() local 348 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_exit_event() local 363 static void c_state_end(struct timechart *tchart, int cpu, u64 timestamp) in c_state_end() 380 static struct power_event *p_state_end(struct timechart *tchart, int cpu, in p_state_end() [all …]
|