Searched refs:timechart (Results 1 – 6 of 6) 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()1424 static int determine_display_io_tasks(struct timechart *timechart, u64 threshold) in determine_display_io_tasks() argument1430 p = timechart->all_data; in determine_display_io_tasks()1434 p->end_time = timechart->last_time; in determine_display_io_tasks()1447 c->end_time = timechart->last_time; in determine_display_io_tasks()1518 struct timechart *tchart = data; in process_header()[all …]
30 perf-$(CONFIG_LIBTRACEEVENT) += builtin-timechart.o49 CFLAGS_builtin-timechart.o += $(paths)
32 perf-timechart mainporcelain traceevent
219 |data|help|script|test|timechart|trace) ]]; then
92 values. This effect can be better visualized using a Perf timechart.