/tools/power/cpupower/bench/ |
D | README-BENCH | 34 You can specify load (100% CPU load) and sleep (0% CPU load) times in us which 42 repeated 20 times. 48 Will increase load and sleep time by 25ms 5 times. 50 25ms load/sleep time repeated 20 times (cycles). 51 50ms load/sleep time repeated 20 times (cycles). 53 100ms load/sleep time repeated 20 times (cycles). 79 In round 2, if the ondemand sampling times exactly match the load/sleep 96 You can easily test all kind of load/sleep times and check whether your
|
/tools/perf/scripts/python/ |
D | stat-cpi.py | 6 times = [] variable 14 if (time not in times): 15 times.append(time)
|
/tools/testing/selftests/bpf/ |
D | xdping.h | 12 __u64 times[XDPING_MAX_COUNT]; member
|
D | xdping.c | 53 if (pinginfo.times[i] == 0) in get_stats() 60 (double)pinginfo.times[i]/1000000); in get_stats()
|
/tools/testing/selftests/bpf/progs/ |
D | xdping_kern.c | 122 if (pinginfo->times[i] == 0) in xdping_client() 127 pinginfo->times[i] = recvtime - in xdping_client()
|
/tools/perf/Documentation/ |
D | perf-bench.txt | 21 Specify amount of times to repeat the run (default 10). 157 Repeat memcpy invocation this number of times. 181 Repeat memset invocation this number of times.
|
D | perf-sched.txt | 31 it a number of times, measuring its performance.) 124 run times (in sec) and relative stddev. 129 max, and average run times (in sec) and relative stddev.
|
D | perf-timechart.txt | 19 and CPU events (task switches, running times, CPU power states, etc), 103 [ perf record: Woken up 13 times to write data ]
|
D | perf-trace.txt | 136 Show only a summary of syscalls by thread with min, max, and average times 142 average times (in msec) and relative stddev. 145 Show tool stats such as number of times fd->pathname was discovered thru 168 times the maximum for non-root users, based on the kernel.perf_event_mlock_kb
|
D | perf-stat.txt | 88 print more detailed statistics, can be specified up to 3 times 183 --interval-count times:: 184 Print count deltas for fixed number of times. 364 Those times are the very same as displayed by the 'time' tool.
|
D | examples.txt | 45 'repeat the workload N times' feature of perf stat:
|
D | perf-list.txt | 60 address should be. The 'p' modifier can be specified multiple times:
|
D | intel-pt.txt | 719 [ perf record: Woken up 1 times to write data ] 911 [ perf record: Woken up 2 times to write data ]
|
/tools/testing/selftests/tc-testing/ |
D | TODO.txt | 19 be run in the various predefined times. Then if a plugin does not
|
D | README | 227 appropriate times. There are a few examples in the plugin-lib
|
/tools/testing/selftests/uevent/ |
D | uevent_filtering.c | 194 int trigger_uevent(unsigned int times) in trigger_uevent() argument 207 for (i = 0; i < times; i++) { in trigger_uevent()
|
/tools/perf/util/ |
D | stat.h | 115 int times; member
|
/tools/perf/ |
D | builtin-stat.c | 426 int times = stat_config.times; in __run_perf_stat() local 567 if (interval_count && !(--times)) in __run_perf_stat() 592 if (interval_count && !(--times)) in __run_perf_stat() 781 OPT_INTEGER(0, "interval-count", &stat_config.times, 1895 if (stat_config.times && interval) in cmd_stat() 1897 else if (stat_config.times && !interval) { in cmd_stat()
|
D | design.txt | 222 way to request that counting of events be restricted to times when the
|
/tools/perf/tests/ |
D | Build | 45 perf-y += event-times.o
|
/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 64 and the number of times it was run). If available, bpftool 116 of existing maps. It can be specified multiple times, each
|
/tools/testing/selftests/tc-testing/creating-testcases/ |
D | AddingTestCases.txt | 62 matchCount: How many times the regex in matchPattern should match. A value
|
/tools/perf/arch/x86/entry/syscalls/ |
D | syscall_64.tbl | 111 100 common times __x64_sys_times
|
/tools/perf/arch/s390/entry/syscalls/ |
D | syscall.tbl | 47 43 common times sys_times compat_sys_times
|
/tools/perf/arch/powerpc/entry/syscalls/ |
D | syscall.tbl | 64 43 common times sys_times compat_sys_times
|