Searched refs:timechart (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/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-v5.10/tools/perf/ |
D | builtin-timechart.c | 51 struct timechart { struct 199 static struct per_pid *find_create_pid(struct timechart *tchart, int pid) in find_create_pid() 216 static void pid_set_comm(struct timechart *tchart, int pid, char *comm) in pid_set_comm() 242 static void pid_fork(struct timechart *tchart, int pid, int ppid, u64 timestamp) in pid_fork() 258 static void pid_exit(struct timechart *tchart, int pid, u64 timestamp) in pid_exit() 267 static void pid_put_sample(struct timechart *tchart, int pid, int type, in pid_put_sample() 318 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() 353 static void c_state_end(struct timechart *tchart, int cpu, u64 timestamp) in c_state_end() [all …]
|
D | Build | 16 perf-y += builtin-timechart.o 41 CFLAGS_builtin-timechart.o += $(paths)
|
D | command-list.txt | 30 perf-timechart mainporcelain common
|
D | perf-completion.sh | 199 |data|help|script|test|timechart|trace) ]]; then
|
/Linux-v5.10/Documentation/driver-api/thermal/ |
D | intel_powerclamp.rst | 90 values. This effect can be better visualized using a Perf timechart.
|