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 …]
51 struct timechart { struct318 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_comm_event()328 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_fork_event()338 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_exit_event()558 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_sample_event()1416 static int determine_display_io_tasks(struct timechart *timechart, u64 threshold) in determine_display_io_tasks() argument1422 p = timechart->all_data; in determine_display_io_tasks()1426 p->end_time = timechart->last_time; in determine_display_io_tasks()1439 c->end_time = timechart->last_time; in determine_display_io_tasks()1510 struct timechart *tchart = data; in process_header()[all …]
16 perf-y += builtin-timechart.o42 CFLAGS_builtin-timechart.o += $(paths)
31 perf-timechart mainporcelain common
199 |data|help|script|test|timechart|trace) ]]; then
90 values. This effect can be better visualized using a Perf timechart.
Completed in 12 milliseconds