Searched refs:timechart (Results 1 – 7 of 7) sorted by relevance
1 perf-timechart(1)11 'perf timechart' [<timechart options>] {record} [<record options>]15 There are two variants of perf timechart:101 $ perf timechart record git pull106 $ perf timechart110 Record system-wide timechart:112 $ perf timechart record116 $ perf timechart --highlight gcc120 $ perf timechart record -I122 then generate timechart:[all …]
54 struct timechart { struct328 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_comm_event()338 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_fork_event()348 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_exit_event()580 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_sample_event()1425 static int determine_display_io_tasks(struct timechart *timechart, u64 threshold) in determine_display_io_tasks() argument1431 p = timechart->all_data; in determine_display_io_tasks()1435 p->end_time = timechart->last_time; in determine_display_io_tasks()1448 c->end_time = timechart->last_time; in determine_display_io_tasks()1519 struct timechart *tchart = data; in process_header()[all …]
29 perf-$(CONFIG_LIBTRACEEVENT) += builtin-timechart.o48 CFLAGS_builtin-timechart.o += $(paths)
32 perf-timechart mainporcelain traceevent
204 |data|help|script|test|timechart|trace) ]]; then
92 values. This effect can be better visualized using a Perf timechart.
91 timechart Tool to visualize total system behavior during a workload