Searched refs:timechart (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/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 101 $ perf timechart record git pull 106 $ perf timechart [all …]
|
/linux-6.6.21/tools/perf/ |
D | builtin-timechart.c | 54 struct timechart { struct 202 static struct per_pid *find_create_pid(struct timechart *tchart, int pid) in find_create_pid() 232 static void pid_set_comm(struct timechart *tchart, int pid, char *comm) in pid_set_comm() 255 static void pid_fork(struct timechart *tchart, int pid, int ppid, u64 timestamp) in pid_fork() 271 static void pid_exit(struct timechart *tchart, int pid, u64 timestamp) in pid_exit() 280 static void pid_put_sample(struct timechart *tchart, int pid, int type, in pid_put_sample() 328 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() 363 static void c_state_end(struct timechart *tchart, int cpu, u64 timestamp) in c_state_end() [all …]
|
D | Build | 29 perf-$(CONFIG_LIBTRACEEVENT) += builtin-timechart.o 48 CFLAGS_builtin-timechart.o += $(paths)
|
D | command-list.txt | 32 perf-timechart mainporcelain traceevent
|
D | perf-completion.sh | 204 |data|help|script|test|timechart|trace) ]]; then
|
/linux-6.6.21/Documentation/admin-guide/thermal/ |
D | intel_powerclamp.rst | 92 values. This effect can be better visualized using a Perf timechart.
|