Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/
Dbuiltin-timechart.c201 static struct per_pid *find_create_pid(struct timechart *tchart, int pid) in find_create_pid()
231 static void pid_set_comm(struct timechart *tchart, int pid, char *comm) in pid_set_comm()
254 static void pid_fork(struct timechart *tchart, int pid, int ppid, u64 timestamp) in pid_fork()
270 static void pid_exit(struct timechart *tchart, int pid, u64 timestamp) in pid_exit()
279 static void pid_put_sample(struct timechart *tchart, int pid, int type, in pid_put_sample()
327 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_comm_event() local
337 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_fork_event() local
347 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_exit_event() local
362 static void c_state_end(struct timechart *tchart, int cpu, u64 timestamp) in c_state_end()
379 static struct power_event *p_state_end(struct timechart *tchart, int cpu, in p_state_end()
[all …]