Searched refs:timechart (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-timechart.txt | 1 perf-timechart(1) 6 perf-timechart - Tool to visualize total system behavior during a workload 11 'perf timechart' [<timechart options>] {record} [<record options>] 15 There are two variants of perf timechart: 17 'perf timechart record <command>' to record the system level events 18 of an arbitrary workload. By default timechart records only scheduler 22 'perf timechart' to turn a trace into a Scalable Vector Graphics file, 24 on the events in the perf.data file, timechart will contain scheduler/cpu 99 $ perf timechart record git pull 104 $ perf timechart [all …]
|
/linux-4.1.27/tools/perf/ |
D | builtin-timechart.c | 49 struct timechart { struct 197 static struct per_pid *find_create_pid(struct timechart *tchart, int pid) in find_create_pid() 214 static void pid_set_comm(struct timechart *tchart, int pid, char *comm) in pid_set_comm() 240 static void pid_fork(struct timechart *tchart, int pid, int ppid, u64 timestamp) in pid_fork() 256 static void pid_exit(struct timechart *tchart, int pid, u64 timestamp) in pid_exit() 265 static void pid_put_sample(struct timechart *tchart, int pid, int type, in pid_put_sample() 316 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_comm_event() 326 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_fork_event() 336 struct timechart *tchart = container_of(tool, struct timechart, tool); in process_exit_event() 351 static void c_state_end(struct timechart *tchart, int cpu, u64 timestamp) in c_state_end() [all …]
|
D | Build | 13 perf-y += builtin-timechart.o 36 CFLAGS_builtin-timechart.o += $(paths)
|
D | command-list.txt | 26 perf-timechart mainporcelain common
|
D | perf-completion.sh | 169 |data|help|script|test|timechart|trace) ]]; then
|
/linux-4.1.27/Documentation/thermal/ |
D | intel_powerclamp.txt | 88 values. This effect can be better visualized using a Perf timechart.
|