| /linux/Documentation/translations/zh_CN/accounting/ |
| H A D | delay-accounting.rst | 3 :Original: Documentation/accounting/delay-accounting.rst 54 tools/accounting目录中的用户空间程序getdelays.c提供了一些简单的命令,用以显示 109 printing IO accounting
|
| H A D | index.rst | 5 :Original: Documentation/accounting/index.rst 18 delay-accounting
|
| H A D | taskstats.rst | 3 :Original: Documentation/accounting/taskstats.rst
|
| H A D | psi.rst | 3 :Original: Documentation/accounting/psi.rst
|
| /linux/drivers/md/bcache/ |
| H A D | stats.c | 203 mark_cache_stats(&dc->accounting.collector, hit, bypass); in bch_mark_cache_accounting() 204 mark_cache_stats(&c->accounting.collector, hit, bypass); in bch_mark_cache_accounting() 211 atomic_inc(&dc->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision() 212 atomic_inc(&c->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision() 218 atomic_add(sectors, &dc->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed() 219 atomic_add(sectors, &c->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed()
|
| H A D | bcache.h | 368 struct cache_accounting accounting; member 523 struct cache_accounting accounting; member
|
| /linux/arch/powerpc/include/asm/ |
| H A D | cputime.h | 33 #define get_accounting(tsk) (&get_paca()->accounting) 34 #define raw_get_accounting(tsk) (&local_paca->accounting) 37 #define get_accounting(tsk) (&task_thread_info(tsk)->accounting)
|
| H A D | paca.h | 233 struct cpu_accounting_data accounting; member
|
| /linux/Documentation/admin-guide/cgroup-v1/ |
| H A D | cpuacct.rst | 5 The CPU accounting controller is used to group tasks using cgroups and 8 The CPU accounting controller supports multi-hierarchy groups. An accounting 16 With the above step, the initial or the parent accounting group becomes 23 New accounting groups can be created under the parent group /sys/fs/cgroup::
|
| H A D | net_prio.rst | 22 With the above step, the initial group acting as the parent accounting group 44 said traffic set to the value 5. The parent accounting group also has a
|
| /linux/block/ |
| H A D | blk-stat.c | 17 int accounting; member 160 if (list_empty(&q->stats->callbacks) && !q->stats->accounting) in blk_stat_remove_callback() 188 if (!--q->stats->accounting && list_empty(&q->stats->callbacks)) in blk_stat_disable_accounting() 199 if (!q->stats->accounting++ && list_empty(&q->stats->callbacks)) in blk_stat_enable_accounting() 215 stats->accounting = 0; in blk_alloc_queue_stats()
|
| /linux/Documentation/accounting/ |
| H A D | taskstats.rst | 12 - unified interface for multiple accounting subsystems 13 - extensibility for use by future accounting patches 48 for reporting delay accounting statistics. Users can register cpumasks, 62 struct taskstats is the common accounting structure for both per-pid and 63 per-tgid data. It is versioned and can be extended by each accounting subsystem 158 struct too much, requiring disparate userspace accounting utilities to
|
| H A D | index.rst | 11 delay-accounting
|
| H A D | cgroupstats.rst | 21 NOTE: We currently rely on delay accounting for extracting information
|
| /linux/Documentation/mm/ |
| H A D | allocation-profiling.rst | 7 Low overhead (suitable for production) accounting of all memory allocations, 72 To add accounting for an allocation call, we replace it with a macro 88 we'll generally want the accounting to happen in the callers of these helpers,
|
| H A D | overcommit-accounting.rst | 65 Additional accounting 80 * SHMfs accounting
|
| H A D | index.rst | 55 overcommit-accounting
|
| /linux/Documentation/features/time/irq-time-acct/ |
| H A D | arch-support.txt | 4 # description: arch supports precise IRQ time accounting
|
| /linux/Documentation/features/time/virt-cpuacct/ |
| H A D | arch-support.txt | 4 # description: arch supports precise virtual CPU time accounting
|
| /linux/Documentation/translations/zh_CN/ |
| H A D | subsystem-apis.rst | 86 accounting/index
|
| /linux/init/ |
| H A D | Kconfig | 558 menu "CPU/Task time and stats accounting" 564 prompt "Cputime accounting" 567 # Kind of a stub config for the pure tick based cputime accounting 569 bool "Simple tick based cputime accounting" 572 This is the basic tick based cputime accounting that maintains 579 bool "Deterministic task and CPU time accounting" 584 accounting. This is done by reading a CPU counter on each 588 this also enables accounting of stolen time on logically-partitioned 592 bool "Full dynticks CPU time accounting" 599 Select this option to enable task and CPU time accounting o [all...] |
| /linux/Documentation/ |
| H A D | subsystem-apis.rst | 71 accounting/index
|
| /linux/Documentation/core-api/ |
| H A D | tracepoint.rst | 22 Thus, the purpose of this document is to provide a clear accounting of
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-block-dm | 37 accounting. This attribute is not applicable to
|
| /linux/Documentation/translations/zh_CN/networking/ |
| H A D | msg_zerocopy.rst | 33 (page accounting)和完成通知的开销。因此,MSG_ZEROCOPY 通常仅在写入量超过大约 10 KB 时
|