Symbol: timechart
tools/perf/builtin-timechart.c
1004
process_exit_poll(struct timechart *tchart,
tools/perf/builtin-timechart.c
1016
static void sort_pids(struct timechart *tchart)
tools/perf/builtin-timechart.c
1062
static void draw_c_p_states(struct timechart *tchart)
tools/perf/builtin-timechart.c
1087
static void draw_wakeups(struct timechart *tchart)
tools/perf/builtin-timechart.c
1155
static void draw_cpu_usage(struct timechart *tchart)
tools/perf/builtin-timechart.c
1183
static void draw_io_bars(struct timechart *tchart)
tools/perf/builtin-timechart.c
1297
static void draw_process_bars(struct timechart *tchart)
tools/perf/builtin-timechart.c
1386
static int determine_display_tasks_filtered(struct timechart *tchart)
tools/perf/builtin-timechart.c
1426
static int determine_display_tasks(struct timechart *tchart, u64 threshold)
tools/perf/builtin-timechart.c
1467
static int determine_display_io_tasks(struct timechart *timechart, u64 threshold)
tools/perf/builtin-timechart.c
1473
p = timechart->all_data;
tools/perf/builtin-timechart.c
1477
p->end_time = timechart->last_time;
tools/perf/builtin-timechart.c
1490
c->end_time = timechart->last_time;
tools/perf/builtin-timechart.c
1502
static void write_svg_file(struct timechart *tchart, const char *filename)
tools/perf/builtin-timechart.c
1561
struct timechart *tchart = data;
tools/perf/builtin-timechart.c
1585
static int __cmd_timechart(struct timechart *tchart, const char *output_name)
tools/perf/builtin-timechart.c
1834
static int timechart__record(struct timechart *tchart, int argc, const char **argv,
tools/perf/builtin-timechart.c
1977
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
576
typedef int (*tracepoint_handler)(struct timechart *tchart,
tools/perf/builtin-timechart.c
585
struct timechart *tchart = container_of(tool, struct timechart, tool);
tools/perf/builtin-timechart.c
608
process_sample_cpu_idle(struct timechart *tchart __maybe_unused,
tools/perf/builtin-timechart.c
629
process_sample_cpu_frequency(struct timechart *tchart,
tools/perf/builtin-timechart.c
647
process_sample_sched_wakeup(struct timechart *tchart,
tools/perf/builtin-timechart.c
666
process_sample_sched_switch(struct timechart *tchart,
tools/perf/builtin-timechart.c
687
process_sample_power_start(struct timechart *tchart __maybe_unused,
tools/perf/builtin-timechart.c
705
process_sample_power_end(struct timechart *tchart,
tools/perf/builtin-timechart.c
720
process_sample_power_frequency(struct timechart *tchart,
tools/perf/builtin-timechart.c
742
static void end_sample_processing(struct timechart *tchart)
tools/perf/builtin-timechart.c
773
static int pid_begin_io_sample(struct timechart *tchart, int pid, int type,
tools/perf/builtin-timechart.c
815
static int pid_end_io_sample(struct timechart *tchart, int pid, int type,
tools/perf/builtin-timechart.c
894
process_enter_read(struct timechart *tchart,
tools/perf/builtin-timechart.c
904
process_exit_read(struct timechart *tchart,
tools/perf/builtin-timechart.c
914
process_enter_write(struct timechart *tchart,
tools/perf/builtin-timechart.c
924
process_exit_write(struct timechart *tchart,
tools/perf/builtin-timechart.c
934
process_enter_sync(struct timechart *tchart,
tools/perf/builtin-timechart.c
944
process_exit_sync(struct timechart *tchart,
tools/perf/builtin-timechart.c
954
process_enter_tx(struct timechart *tchart,
tools/perf/builtin-timechart.c
964
process_exit_tx(struct timechart *tchart,
tools/perf/builtin-timechart.c
974
process_enter_rx(struct timechart *tchart,
tools/perf/builtin-timechart.c
984
process_exit_rx(struct timechart *tchart,
tools/perf/builtin-timechart.c
994
process_enter_poll(struct timechart *tchart,