| /linux/Documentation/arch/powerpc/ |
| H A D | vcpudispatch_stats.rst | 17 By default, the DTLB log for each vcpu is processed 50 times a second so 31 2. number of times this vcpu was dispatched on the same processor as last 33 3. number of times this vcpu was dispatched on a different processor core 35 4. number of times this vcpu was dispatched on a different chip 36 5. number of times this vcpu was dispatches on a different socket/drawer 42 6. number of times this vcpu was dispatched in its home node (chip) 43 7. number of times this vcpu was dispatched in a different node 44 8. number of times this vcpu was dispatched in a node further away (numa
|
| /linux/tools/power/cpupower/bench/ |
| H A 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
|
| /linux/kernel/sched/ |
| H A D | psi.c | 272 enum psi_aggregators aggregator, u32 *times, in get_recent_times() argument 289 memcpy(times, groupc->times, sizeof(groupc->times)); in get_recent_times() 309 times[s] += now - state_start; in get_recent_times() 311 delta = times[s] - groupc->times_prev[aggregator][s]; in get_recent_times() 312 groupc->times_prev[aggregator][s] = times[s]; in get_recent_times() 314 times[s] = delta; in get_recent_times() 381 u32 times[NR_PSI_STATES]; in collect_percpu_times() local 385 get_recent_times(group, cpu, aggregator, times, in collect_percpu_times() 389 nonidle = nsecs_to_jiffies(times[PSI_NONIDLE]); in collect_percpu_times() 393 deltas[s] += (u64)times[s] * nonidle; in collect_percpu_times() [all …]
|
| /linux/arch/mips/include/asm/ |
| H A D | unroll.h | 16 #define unroll(times, fn, ...) do { \ argument 28 BUILD_BUG_ON(!__builtin_constant_p(times)); \ 30 switch (times) { \
|
| /linux/tools/testing/selftests/bpf/benchs/ |
| H A D | bench_bpf_hashmap_lookup.c | 208 static int compute_events(u64 *times, double *events_mean, double *events_stddev, u64 *mean_time) in compute_events() argument 217 if (!times[i]) in compute_events() 219 *mean_time += times[i]; in compute_events() 220 *events_mean += events_from_time(times[i]); in compute_events() 231 double events_i = *events_mean - events_from_time(times[i]); in compute_events()
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-devices-platform-ipmi | 127 idles (RO) Number of times the interface was 140 hosed_count (RO) Number of times the hardware didn't 143 long_timeouts (RO) Number of times the driver 147 flag_fetches (RO) Number of times the driver 156 short_timeouts (RO) Number of times the driver 207 hosed (RO) Number of times the hardware didn't 228 flag_fetches (RO) Number of times a flag fetch was 234 receive_retries (RO) Number of times the receive of a 237 send_errors (RO) Number of times the send of a
|
| H A D | sysfs-kernel-slab | 60 The alloc_from_partial file shows how many times a cpu slab has 72 The alloc_refill file shows how many times the per-cpu freelist 83 The alloc_slab file is shows how many times a new slab had to 125 The file cpuslab_flush shows how many times a cache's cpu slabs 148 The deactivate_empty file shows how many times an empty cpu slab 158 The deactivate_full file shows how many times a full cpu slab 168 The deactivate_remote_frees file shows how many times a cpu slab 179 The deactivate_to_head file shows how many times a partial cpu 190 The deactivate_to_tail file shows how many times a partial cpu 210 The free_add_partial file shows how many times an object has [all …]
|
| H A D | sysfs-class-wakeup | 18 This file contains the number of times the wakeup source was 32 This file contains the number of times the wakeup source might 39 This file contains the number of times the wakeup source's
|
| H A D | sysfs-firmware-acpi | 122 times it has triggered:: 169 sci The number of times the ACPI SCI 172 sci_not The number of times the ACPI SCI 224 # press the power button for 3 times; 230 # press the power button for 3 times; 241 # press the power button for 3 times; 245 # press the power button for 3 times;
|
| H A D | sysfs-kernel-oops_count | 6 Shows how many times the system has Oopsed since last boot.
|
| H A D | sysfs-kernel-warn_count | 6 Shows how many times the system has Warned since last boot.
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | cpuacct.rst | 35 CPU time obtained by the cgroup into user and system times. Currently 44 system times. This has two side effects: 46 - It is theoretically possible to see wrong values for user and system times. 49 - It is possible to see slightly outdated values for user and system times
|
| /linux/tools/perf/scripts/python/ |
| H A D | stat-cpi.py | 6 times = [] variable 14 if (time not in times): 15 times.append(time)
|
| /linux/Documentation/fault-injection/ |
| H A D | nvme-fault-injection.rst | 22 echo 1 > /sys/kernel/debug/nvme0n1/fault_inject/times 33 name fault_inject, interval 1, probability 100, space 0, times 1 77 echo 1 > /sys/kernel/debug/nvme0n1/fault_inject/times 91 name fault_inject, interval 1, probability 100, space 0, times 1 129 echo 1 > /sys/kernel/debug/nvme0/fault_inject/times 141 name fault_inject, interval 1, probability 100, space 1, times 1
|
| /linux/Documentation/driver-api/media/drivers/ccs/ |
| H A D | mk-ccs-regs | 340 my $times = $h->{$arg}->{elsize} != 1 ? 346 $reg_formula .= " + (($arg) < $lim ? ($arg)$times : $offset + (($arg) - $lim)$times)"; 348 $reg_formula .= " + ($arg)$times"; 351 $lim_formula .= (defined $lim_formula ? " + " : "") . "($arg)$times";
|
| /linux/include/linux/ |
| H A D | fault-inject.h | 28 atomic_t times; member 45 .times = ATOMIC_INIT(1), \
|
| /linux/Documentation/power/ |
| H A D | drivers-testing.rst | 13 several times, preferably several times in a row, and separately for hibernation 50 Each of the above tests should be repeated several times and the STD tests
|
| /linux/Documentation/hwmon/ |
| H A D | ina2xx.rst | 84 programmable conversion times and filtering. 101 programmable calibration value and conversion times. The SY24655 can also 111 bus and shunt voltage conversion times multiplied by the averaging rate. We 112 don't touch the conversion times and only modify the number of averages. The
|
| /linux/Documentation/admin-guide/device-mapper/ |
| H A D | statistics.rst | 22 The reported times are in milliseconds and the granularity depends on 24 reported times are in nanoseconds. 70 used, the resulting times are in nanoseconds instead of 75 numbers n1, n2, etc are times that represent the boundaries 77 times are in milliseconds, otherwise they are in
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | xdping.c | 53 if (pinginfo.times[i] == 0) in get_stats() 60 (double)pinginfo.times[i]/1000000); in get_stats()
|
| H A D | xdping.h | 12 __u64 times[XDPING_MAX_COUNT]; member
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | xdping_kern.c | 122 if (pinginfo->times[i] == 0) in xdping_client() 127 pinginfo->times[i] = recvtime - in xdping_client()
|
| /linux/tools/perf/util/ |
| H A D | evlist.c | 2304 struct event_enable_time *times; member 2350 eet->times = calloc(times_cnt, sizeof(*eet->times)); in evlist__parse_event_enable_time() 2351 if (!eet->times) { in evlist__parse_event_enable_time() 2356 if (parse_event_enable_times(str, eet->times) != times_cnt) { in evlist__parse_event_enable_time() 2378 opts->target.initial_delay = eet->times[0].start; in evlist__parse_event_enable_time() 2385 zfree(&eet->times); in evlist__parse_event_enable_time() 2413 ms = eet->times[0].end - eet->times[0].start; in event_enable_timer__start() 2452 int *times = (int *)eet->times; /* Accessing 'times' as array of int */ in event_enable_timer__process() local 2453 int ms = times[step] - times[step - 1]; in event_enable_timer__process() 2467 zfree(&(*ep)->times); in event_enable_timer__exit()
|
| /linux/Documentation/filesystems/nfs/ |
| H A D | knfsd-stats.rst | 50 is the number of times that the network stack has notified the 63 Counts how many times an NFS transport is enqueued to wait for 79 Counts how many times an idle nfsd thread is woken to try to 88 Counts how many times an nfsd thread triggered an idle timeout,
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-bench.txt | 21 Specify number of times to repeat the run (default 10). 203 Repeat memcpy invocation this number of times. 237 Repeat memset invocation this number of times. 271 Repeat mmap() invocation this number of times.
|