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

/linux-master/tools/perf/
H A Dbuiltin-timechart.c202 static struct per_pid *find_create_pid(struct timechart *tchart, int pid) argument
232 static void pid_set_comm(struct timechart *tchart, int pid, char *comm) argument
255 static void pid_fork(struct timechart *tchart, int pid, int ppid, u64 timestamp) argument
271 pid_exit(struct timechart *tchart, int pid, u64 timestamp) argument
280 pid_put_sample(struct timechart *tchart, int pid, int type, unsigned int cpu, u64 start, u64 end, const char *backtrace) argument
328 struct timechart *tchart = container_of(tool, struct timechart, tool); local
338 struct timechart *tchart = container_of(tool, struct timechart, tool); local
348 struct timechart *tchart = container_of(tool, struct timechart, tool); local
363 c_state_end(struct timechart *tchart, int cpu, u64 timestamp) argument
380 p_state_end(struct timechart *tchart, int cpu, u64 timestamp) argument
401 p_state_change(struct timechart *tchart, int cpu, u64 timestamp, u64 new_freq) argument
425 sched_wakeup(struct timechart *tchart, int cpu, u64 timestamp, int waker, int wakee, u8 flags, const char *backtrace) argument
458 sched_switch(struct timechart *tchart, int cpu, u64 timestamp, int prev_pid, int next_pid, u64 prev_state, const char *backtrace) argument
580 struct timechart *tchart = container_of(tool, struct timechart, tool); local
615 process_sample_cpu_frequency(struct timechart *tchart, struct evsel *evsel, struct perf_sample *sample, const char *backtrace __maybe_unused) argument
628 process_sample_sched_wakeup(struct timechart *tchart, struct evsel *evsel, struct perf_sample *sample, const char *backtrace) argument
642 process_sample_sched_switch(struct timechart *tchart, struct evsel *evsel, struct perf_sample *sample, const char *backtrace) argument
671 process_sample_power_end(struct timechart *tchart, struct evsel *evsel __maybe_unused, struct perf_sample *sample, const char *backtrace __maybe_unused) argument
681 process_sample_power_frequency(struct timechart *tchart, struct evsel *evsel, struct perf_sample *sample, const char *backtrace __maybe_unused) argument
698 end_sample_processing(struct timechart *tchart) argument
730 pid_begin_io_sample(struct timechart *tchart, int pid, int type, u64 start, int fd) argument
772 pid_end_io_sample(struct timechart *tchart, int pid, int type, u64 end, long ret) argument
851 process_enter_read(struct timechart *tchart, struct evsel *evsel, struct perf_sample *sample) argument
861 process_exit_read(struct timechart *tchart, struct evsel *evsel, struct perf_sample *sample) argument
871 process_enter_write(struct timechart *tchart, struct evsel *evsel, struct perf_sample *sample) argument
881 process_exit_write(struct timechart *tchart, struct evsel *evsel, struct perf_sample *sample) argument
891 process_enter_sync(struct timechart *tchart, struct evsel *evsel, struct perf_sample *sample) argument
901 process_exit_sync(struct timechart *tchart, struct evsel *evsel, struct perf_sample *sample) argument
911 process_enter_tx(struct timechart *tchart, struct evsel *evsel, struct perf_sample *sample) argument
921 process_exit_tx(struct timechart *tchart, struct evsel *evsel, struct perf_sample *sample) argument
931 process_enter_rx(struct timechart *tchart, struct evsel *evsel, struct perf_sample *sample) argument
941 process_exit_rx(struct timechart *tchart, struct evsel *evsel, struct perf_sample *sample) argument
951 process_enter_poll(struct timechart *tchart, struct evsel *evsel, struct perf_sample *sample) argument
961 process_exit_poll(struct timechart *tchart, struct evsel *evsel, struct perf_sample *sample) argument
973 sort_pids(struct timechart *tchart) argument
1019 draw_c_p_states(struct timechart *tchart) argument
1044 draw_wakeups(struct timechart *tchart) argument
1112 draw_cpu_usage(struct timechart *tchart) argument
1140 draw_io_bars(struct timechart *tchart) argument
1255 draw_process_bars(struct timechart *tchart) argument
1344 determine_display_tasks_filtered(struct timechart *tchart) argument
1384 determine_display_tasks(struct timechart *tchart, u64 threshold) argument
1460 write_svg_file(struct timechart *tchart, const char *filename) argument
1519 struct timechart *tchart = data; local
1541 __cmd_timechart(struct timechart *tchart, const char *output_name) argument
1784 timechart__record(struct timechart *tchart, int argc, const char **argv) argument
1926 struct timechart tchart = { local
[all...]

Completed in 125 milliseconds