Searched refs:workload (Results 1 – 11 of 11) sorted by relevance
/tools/perf/Documentation/ |
D | perf-sched.txt | 18 of an arbitrary workload. 21 and other scheduling properties of the workload. 23 'perf sched script' to see a detailed trace of the workload that 26 'perf sched replay' to simulate the workload that was recorded 28 that mimic the workload based on the events in the trace. These 30 of the workload as it occurred when it was recorded - and can repeat 34 workload captured via perf sched record. Columns stand for
|
D | perf-kmem.txt | 18 of an arbitrary workload.
|
D | perf-timechart.txt | 6 perf-timechart - Tool to visualize total system behavior during a workload 18 of an arbitrary workload. By default timechart records only scheduler
|
D | perf-kvm.txt | 24 of an arbitrary workload. 27 of an arbitrary workload and save it into a perf data file. We set the
|
D | examples.txt | 45 'repeat the workload N times' feature of perf stat: 65 Furthermore, these tracepoints can be used to sample the workload as
|
D | perf-script.txt | 23 'perf script' to see a detailed trace of the workload that was
|
/tools/perf/tests/ |
D | perf-record.c | 102 err = sched__get_first_possible_cpu(evlist->workload.pid, &cpu_mask); in test__PERF_RECORD() 114 if (sched_setaffinity(evlist->workload.pid, cpu_mask_size, &cpu_mask) < 0) { in test__PERF_RECORD() 195 if ((pid_t)sample.pid != evlist->workload.pid) { in test__PERF_RECORD() 197 name, evlist->workload.pid, sample.pid); in test__PERF_RECORD() 201 if ((pid_t)sample.tid != evlist->workload.pid) { in test__PERF_RECORD() 203 name, evlist->workload.pid, sample.tid); in test__PERF_RECORD() 212 (pid_t)event->comm.pid != evlist->workload.pid) { in test__PERF_RECORD()
|
/tools/perf/util/ |
D | evlist.c | 44 evlist->workload.pid = -1; in perf_evlist__init() 1256 evlist->workload.pid = fork(); in perf_evlist__prepare_workload() 1257 if (evlist->workload.pid < 0) { in perf_evlist__prepare_workload() 1262 if (!evlist->workload.pid) { in perf_evlist__prepare_workload() 1326 evlist->threads->map[0] = evlist->workload.pid; in perf_evlist__prepare_workload() 1340 evlist->workload.cork_fd = go_pipe[1]; in perf_evlist__prepare_workload() 1355 if (evlist->workload.cork_fd > 0) { in perf_evlist__start_workload() 1361 ret = write(evlist->workload.cork_fd, &bf, 1); in perf_evlist__start_workload() 1365 close(evlist->workload.cork_fd); in perf_evlist__start_workload()
|
D | evlist.h | 47 } workload; member
|
/tools/perf/ |
D | builtin-record.c | 514 kill(rec->evlist->workload.pid, SIGTERM); in __cmd_record()
|
D | builtin-stat.c | 557 child_pid = evsel_list->workload.pid; in __run_perf_stat()
|