Symbol: timechart
tools/perf/builtin-timechart.c
1019
static void draw_c_p_states(struct timechart *tchart)
tools/perf/builtin-timechart.c
1044
static void draw_wakeups(struct timechart *tchart)
tools/perf/builtin-timechart.c
1112
static void draw_cpu_usage(struct timechart *tchart)
tools/perf/builtin-timechart.c
1140
static void draw_io_bars(struct timechart *tchart)
tools/perf/builtin-timechart.c
1254
static void draw_process_bars(struct timechart *tchart)
tools/perf/builtin-timechart.c
1343
static int determine_display_tasks_filtered(struct timechart *tchart)
tools/perf/builtin-timechart.c
1383
static int determine_display_tasks(struct timechart *tchart, u64 threshold)
tools/perf/builtin-timechart.c
1424
static int determine_display_io_tasks(struct timechart *timechart, u64 threshold)
tools/perf/builtin-timechart.c
1430
p = timechart->all_data;
tools/perf/builtin-timechart.c
1434
p->end_time = timechart->last_time;
tools/perf/builtin-timechart.c
1447
c->end_time = timechart->last_time;
tools/perf/builtin-timechart.c
1459
static void write_svg_file(struct timechart *tchart, const char *filename)
tools/perf/builtin-timechart.c
1518
struct timechart *tchart = data;
tools/perf/builtin-timechart.c
1540
static int __cmd_timechart(struct timechart *tchart, const char *output_name)
tools/perf/builtin-timechart.c
1789
static int timechart__record(struct timechart *tchart, int argc, const char **argv,
tools/perf/builtin-timechart.c
1932
struct timechart tchart = {
tools/perf/builtin-timechart.c
202
static struct per_pid *find_create_pid(struct timechart *tchart, int pid)
tools/perf/builtin-timechart.c
232
static void pid_set_comm(struct timechart *tchart, int pid, char *comm)
tools/perf/builtin-timechart.c
255
static void pid_fork(struct timechart *tchart, int pid, int ppid, u64 timestamp)
tools/perf/builtin-timechart.c
271
static void pid_exit(struct timechart *tchart, int pid, u64 timestamp)
tools/perf/builtin-timechart.c
280
static void pid_put_sample(struct timechart *tchart, int pid, int type,
tools/perf/builtin-timechart.c
328
struct timechart *tchart = container_of(tool, struct timechart, tool);
tools/perf/builtin-timechart.c
338
struct timechart *tchart = container_of(tool, struct timechart, tool);
tools/perf/builtin-timechart.c
348
struct timechart *tchart = container_of(tool, struct timechart, tool);
tools/perf/builtin-timechart.c
363
static void c_state_end(struct timechart *tchart, int cpu, u64 timestamp)
tools/perf/builtin-timechart.c
380
static struct power_event *p_state_end(struct timechart *tchart, int cpu,
tools/perf/builtin-timechart.c
401
static void p_state_change(struct timechart *tchart, int cpu, u64 timestamp, u64 new_freq)
tools/perf/builtin-timechart.c
425
static void sched_wakeup(struct timechart *tchart, int cpu, u64 timestamp,
tools/perf/builtin-timechart.c
458
static void sched_switch(struct timechart *tchart, int cpu, u64 timestamp,
tools/perf/builtin-timechart.c
569
typedef int (*tracepoint_handler)(struct timechart *tchart,
tools/perf/builtin-timechart.c
580
struct timechart *tchart = container_of(tool, struct timechart, tool);
tools/perf/builtin-timechart.c
599
process_sample_cpu_idle(struct timechart *tchart __maybe_unused,
tools/perf/builtin-timechart.c
615
process_sample_cpu_frequency(struct timechart *tchart,
tools/perf/builtin-timechart.c
628
process_sample_sched_wakeup(struct timechart *tchart,
tools/perf/builtin-timechart.c
642
process_sample_sched_switch(struct timechart *tchart,
tools/perf/builtin-timechart.c
658
process_sample_power_start(struct timechart *tchart __maybe_unused,
tools/perf/builtin-timechart.c
671
process_sample_power_end(struct timechart *tchart,
tools/perf/builtin-timechart.c
681
process_sample_power_frequency(struct timechart *tchart,
tools/perf/builtin-timechart.c
698
static void end_sample_processing(struct timechart *tchart)
tools/perf/builtin-timechart.c
730
static int pid_begin_io_sample(struct timechart *tchart, int pid, int type,
tools/perf/builtin-timechart.c
772
static int pid_end_io_sample(struct timechart *tchart, int pid, int type,
tools/perf/builtin-timechart.c
851
process_enter_read(struct timechart *tchart,
tools/perf/builtin-timechart.c
861
process_exit_read(struct timechart *tchart,
tools/perf/builtin-timechart.c
871
process_enter_write(struct timechart *tchart,
tools/perf/builtin-timechart.c
881
process_exit_write(struct timechart *tchart,
tools/perf/builtin-timechart.c
891
process_enter_sync(struct timechart *tchart,
tools/perf/builtin-timechart.c
901
process_exit_sync(struct timechart *tchart,
tools/perf/builtin-timechart.c
911
process_enter_tx(struct timechart *tchart,
tools/perf/builtin-timechart.c
921
process_exit_tx(struct timechart *tchart,
tools/perf/builtin-timechart.c
931
process_enter_rx(struct timechart *tchart,
tools/perf/builtin-timechart.c
941
process_exit_rx(struct timechart *tchart,
tools/perf/builtin-timechart.c
951
process_enter_poll(struct timechart *tchart,
tools/perf/builtin-timechart.c
961
process_exit_poll(struct timechart *tchart,
tools/perf/builtin-timechart.c
973
static void sort_pids(struct timechart *tchart)