/linux-4.1.27/Documentation/ABI/testing/ |
D | procfs-diskstats | 14 7 - time spent reading (ms) 18 11 - time spent writing (ms) 20 13 - time spent doing I/Os (ms) 21 14 - weighted time spent doing I/Os (ms)
|
D | sysfs-block | 10 4 - time spent reading (ms) 14 8 - time spent writing (ms) 16 10 - time spent doing I/Os (ms) 17 11 - weighted time spent doing I/Os (ms) 147 being spent in the kernel. This allows one to turn off
|
D | sysfs-class-devfreq | 52 specific device. It shows the time spent in each state and
|
/linux-4.1.27/Documentation/device-mapper/ |
D | statistics.txt | 16 provided: total time spent reading and writing in milliseconds. All 119 4. the number of milliseconds spent reading 123 8. the number of milliseconds spent writing 125 10. the number of milliseconds spent doing I/Os 126 11. the weighted number of milliseconds spent doing I/Os 129 12. the total time spent reading in milliseconds 130 13. the total time spent writing in milliseconds
|
/linux-4.1.27/Documentation/ |
D | iostats.txt | 69 Field 4 -- # of milliseconds spent reading 70 This is the total number of milliseconds spent by all reads (as 78 Field 8 -- # of milliseconds spent writing 79 This is the total number of milliseconds spent by all writes (as 84 Field 10 -- # of milliseconds spent doing I/Os 86 Field 11 -- weighted # of milliseconds spent doing I/Os 89 (field 9) times the number of milliseconds spent doing I/O since the
|
D | cpu-load.txt | 6 the average time system spent in a particular state, for example: 17 system spent 10.01% of the time doing work in user space, 2.92% in the
|
D | irqflags-tracing.txt | 35 irq-flags-tracing is spent in this state: look at the lockdep
|
/linux-4.1.27/Documentation/cgroups/ |
D | cpuacct.txt | 37 user: Time spent by tasks of the cgroup in user mode. 38 system: Time spent by tasks of the cgroup in kernel mode.
|
D | blkio-controller.txt | 225 - Total amount of time the IOs for this cgroup spent waiting in the 228 measure of total time the cgroup spent waiting but rather a measure of 230 this metric does not include the time spent waiting for service once 260 cumulative total of the amount of time spent by each IO in that cgroup 270 spent idling for one of the queues of the cgroup. This is in 277 This is the amount of time spent by the IO scheduler idling for a
|
/linux-4.1.27/Documentation/scheduler/ |
D | sched-stats.txt | 51 7) sum of all time spent running by tasks on this processor (in jiffies) 52 8) sum of all time spent waiting to run by tasks on this processor (in 146 1) time spent on the cpu 147 2) time spent waiting on a runqueue
|
D | sched-rt-group.txt | 52 CPU time is divided by means of specifying how much time can be spent running
|
D | sched-design-CFS.txt | 77 for": the (small) time it just spent using the physical CPU is added to
|
/linux-4.1.27/Documentation/cpu-freq/ |
D | cpufreq-stats.txt | 53 This gives the amount of time spent in each of the frequencies supported by 55 will mean this CPU spent <time> usertime units of time at <frequency>. Output
|
/linux-4.1.27/arch/powerpc/ |
D | Kconfig.debug | 36 the amount of time spent in hypervisor calls. Wall time spent in 37 each call is always calculated, and if available CPU cycles spent
|
/linux-4.1.27/drivers/net/ethernet/sfc/ |
D | efx.c | 246 int spent; in efx_process_channel() local 251 spent = efx_nic_process_eventq(channel, budget); in efx_process_channel() 252 if (spent && efx_channel_has_rx_queue(channel)) { in efx_process_channel() 260 return spent; in efx_process_channel() 273 int spent; in efx_poll() local 282 spent = efx_process_channel(channel, budget); in efx_poll() 284 if (spent < budget) { in efx_poll() 318 return spent; in efx_poll()
|
D | ef10.c | 1977 int spent = 0; in efx_ef10_ev_process() local 1980 return spent; in efx_ef10_ev_process() 2006 spent += efx_ef10_handle_rx_event(channel, &event); in efx_ef10_ev_process() 2007 if (spent >= quota) { in efx_ef10_ev_process() 2011 spent = quota; in efx_ef10_ev_process() 2018 spent = quota; in efx_ef10_ev_process() 2020 } else if (++spent == quota) { in efx_ef10_ev_process() 2026 if (++spent == quota) in efx_ef10_ev_process() 2043 return spent; in efx_ef10_ev_process()
|
D | farch.c | 1276 int spent = 0; in efx_farch_ev_process() local 1279 return spent; in efx_farch_ev_process() 1305 if (++spent == budget) in efx_farch_ev_process() 1312 spent = budget; in efx_farch_ev_process() 1343 return spent; in efx_farch_ev_process()
|
/linux-4.1.27/fs/btrfs/ |
D | Kconfig | 56 plenty of additional CPU cycles are spent. Enabling this
|
/linux-4.1.27/Documentation/cpuidle/ |
D | sysfs.txt | 83 * time : Total time spent in this idle state (in microseconds)
|
/linux-4.1.27/tools/perf/Documentation/ |
D | perf-timechart.txt | 30 There are also poll bars which show how much time application spent
|
/linux-4.1.27/Documentation/locking/ |
D | lockstat.txt | 50 avg - average time spent waiting on this lock
|
/linux-4.1.27/arch/powerpc/kvm/ |
D | Kconfig | 118 exit, and interrupt handling code, plus time spent in the guest
|
/linux-4.1.27/Documentation/scsi/ |
D | in2000.txt | 137 spent a lot of time testing this. You might try 'ENABLE_CLUSTERING'
|
D | ncr53c8xx.txt | 413 Example above: 369.94 seconds spent for data transfer 417 Example above: 183.09 seconds spent disconnected 422 Example above: 1.32 seconds spent for post processing
|
/linux-4.1.27/Documentation/filesystems/ |
D | xfs-self-describing-metadata.txt | 45 Hence most of the time spent on forensic analysis is spent doing basic
|
D | ntfs.txt | 73 (from 9:43 minutes on average down to 7:53). The time spent in user space 74 was unchanged but the time spent in the kernel was decreased by a factor of
|
D | proc.txt | 320 blkio_ticks time spent waiting for block IO 1276 lines. These numbers identify the amount of time the CPU has spent performing
|
D | xfs-delayed-logging-design.txt | 141 no time is spent in this document trying to convince the reader that the
|
/linux-4.1.27/Documentation/timers/ |
D | hrtimers.txt | 14 to solve this'), and spent a considerable effort trying to integrate
|
/linux-4.1.27/kernel/trace/ |
D | Kconfig | 177 This option measures the time spent in irqs-off critical 201 This option measures the time spent in preemption-off critical
|
/linux-4.1.27/Documentation/trace/ |
D | tracepoint-analysis.txt | 323 At a glance, it looks like the time is being spent copying pixmaps to
|
D | ftrace.txt | 248 track of the time spent in those functions. The histogram
|
/linux-4.1.27/Documentation/development-process/ |
D | 4.Coding | 252 should not be used all of the time. But some time spent learning the 307 Some time spent installing and using these compilers will help avoid
|
D | 3.Early-stage | 6 line of code is written. Some time spent in early planning and
|
D | 5.Posting | 122 done. When done properly, though, it is time well spent.
|
/linux-4.1.27/Documentation/vm/ |
D | transhuge.txt | 253 tracer to record how long was spent in __alloc_pages_nodemask and
|
/linux-4.1.27/Documentation/mtd/ |
D | nand_ecc.txt | 706 again there are also much less cycles spent there.
|
/linux-4.1.27/init/ |
D | Kconfig | 346 statistics about user, system and idle time spent on per jiffies 439 Collect information on time spent by a task waiting for system
|
/linux-4.1.27/arch/x86/ |
D | Kconfig | 711 accounting. Time spent executing other tasks in parallel with
|