Lines Matching defs:tchart
197 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()
404 static void sched_wakeup(struct timechart *tchart, int cpu, u64 timestamp, in sched_wakeup()
437 static void sched_switch(struct timechart *tchart, int cpu, u64 timestamp, in sched_switch()
559 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_sample_event() local
594 process_sample_cpu_frequency(struct timechart *tchart, in process_sample_cpu_frequency()
607 process_sample_sched_wakeup(struct timechart *tchart, in process_sample_sched_wakeup()
621 process_sample_sched_switch(struct timechart *tchart, in process_sample_sched_switch()
650 process_sample_power_end(struct timechart *tchart, in process_sample_power_end()
660 process_sample_power_frequency(struct timechart *tchart, in process_sample_power_frequency()
677 static void end_sample_processing(struct timechart *tchart) in end_sample_processing()
719 static int pid_begin_io_sample(struct timechart *tchart, int pid, int type, in pid_begin_io_sample()
764 static int pid_end_io_sample(struct timechart *tchart, int pid, int type, in pid_end_io_sample()
843 process_enter_read(struct timechart *tchart, in process_enter_read()
853 process_exit_read(struct timechart *tchart, in process_exit_read()
863 process_enter_write(struct timechart *tchart, in process_enter_write()
873 process_exit_write(struct timechart *tchart, in process_exit_write()
883 process_enter_sync(struct timechart *tchart, in process_enter_sync()
893 process_exit_sync(struct timechart *tchart, in process_exit_sync()
903 process_enter_tx(struct timechart *tchart, in process_enter_tx()
913 process_exit_tx(struct timechart *tchart, in process_exit_tx()
923 process_enter_rx(struct timechart *tchart, in process_enter_rx()
933 process_exit_rx(struct timechart *tchart, in process_exit_rx()
943 process_enter_poll(struct timechart *tchart, in process_enter_poll()
953 process_exit_poll(struct timechart *tchart, in process_exit_poll()
965 static void sort_pids(struct timechart *tchart) in sort_pids()
1011 static void draw_c_p_states(struct timechart *tchart) in draw_c_p_states()
1036 static void draw_wakeups(struct timechart *tchart) in draw_wakeups()
1104 static void draw_cpu_usage(struct timechart *tchart) in draw_cpu_usage()
1132 static void draw_io_bars(struct timechart *tchart) in draw_io_bars()
1247 static void draw_process_bars(struct timechart *tchart) in draw_process_bars()
1336 static int determine_display_tasks_filtered(struct timechart *tchart) in determine_display_tasks_filtered()
1376 static int determine_display_tasks(struct timechart *tchart, u64 threshold) in determine_display_tasks()
1452 static void write_svg_file(struct timechart *tchart, const char *filename) in write_svg_file()
1511 struct timechart *tchart = data; in process_header() local
1536 static int __cmd_timechart(struct timechart *tchart, const char *output_name) in __cmd_timechart()
1778 static int timechart__record(struct timechart *tchart, int argc, const char **argv) in timechart__record()
1921 struct timechart tchart = { in cmd_timechart() local