Searched refs:accounting (Results 1 – 25 of 84) sorted by relevance
1234
/linux/Documentation/accounting/ |
A D | taskstats-struct.rst | 9 1) Common and basic accounting fields 13 2) Delay accounting fields 16 /* Delay accounting fields start */ 20 /* Delay accounting fields end */ 23 3) Extended accounting fields 30 /* Extended accounting fields end */ 36 5) Time accounting for SMT machines 97 2) Delay accounting fields:: 99 /* Delay accounting fields start 145 /* Delay accounting fields end */ [all …]
|
A D | delay-accounting.rst | 2 Delay accounting 9 The per-task delay accounting functionality measures 38 Delay accounting uses the taskstats interface which is described 41 statistics. The delay accounting functionality populates specific fields of 46 for a description of the fields pertaining to delay accounting. 60 The getdelays.c userspace utility in tools/accounting directory allows simple 72 Delay accounting is disabled by default at boot up.
|
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 156 struct too much, requiring disparate userspace accounting utilities to
|
A D | index.rst | 11 delay-accounting
|
A D | cgroupstats.rst | 21 NOTE: We currently rely on delay accounting for extracting information
|
/linux/drivers/md/bcache/ |
A D | stats.c | 202 mark_cache_stats(&dc->accounting.collector, hit, bypass); in bch_mark_cache_accounting() 203 mark_cache_stats(&c->accounting.collector, hit, bypass); in bch_mark_cache_accounting() 210 atomic_inc(&dc->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision() 211 atomic_inc(&c->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision() 217 atomic_add(sectors, &dc->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed() 218 atomic_add(sectors, &c->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed()
|
/linux/Documentation/admin-guide/cgroup-v1/ |
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::
|
A D | hugetlb.rst | 62 1. Page fault accounting 79 2. Reservation accounting 99 non-HugeTLB memory for example. In the case of page fault accounting, it's very 103 systems is practically impossible with page fault accounting.
|
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
|
A D | memory.rst | 49 - hierarchical accounting 132 3. Kernel user memory accounting and slab control 178 The accounting is done as follows: mem_cgroup_charge_common() is invoked to 196 processes, duplicate accounting is carefully avoided. 208 At page migration, accounting information is kept. 327 every process consumes some stack pages. By accounting into 357 accounting. Kernel memory is completely ignored. 442 The memory.stat file gives accounting information. Now, the number of 664 In the diagram above, with hierarchical accounting enabled, all memory 669 6.1 Hierarchical accounting and reclaim [all …]
|
/linux/arch/powerpc/include/asm/ |
A D | cputime.h | 47 #define get_accounting(tsk) (&get_paca()->accounting) 48 #define raw_get_accounting(tsk) (&local_paca->accounting) 52 #define get_accounting(tsk) (&task_thread_info(tsk)->accounting)
|
A D | thread_info.h | 58 struct cpu_accounting_data accounting; member
|
A D | paca.h | 238 struct cpu_accounting_data accounting; member
|
/linux/Documentation/translations/zh_CN/accounting/ |
A D | index.rst | 5 :Original: Documentation/accounting/index.rst 23 delay-accounting
|
A D | psi.rst | 3 :Original: Documentation/accounting/psi.rst
|
/linux/Documentation/vm/ |
A D | overcommit-accounting.rst | 67 Additional accounting 82 * SHMfs accounting
|
A D | index.rst | 30 overcommit-accounting
|
/linux/Documentation/features/time/irq-time-acct/ |
A D | arch-support.txt | 4 # description: arch supports precise IRQ time accounting
|
/linux/Documentation/features/time/virt-cpuacct/ |
A D | arch-support.txt | 4 # description: arch supports precise virtual CPU time accounting
|
/linux/Documentation/networking/ |
A D | page_pool.rst | 18 accounting. 22 release the DMA mapping and inflight state accounting.
|
/linux/init/ |
A D | Kconfig | 465 menu "CPU/Task time and stats accounting" 471 prompt "Cputime accounting" 477 bool "Simple tick based cputime accounting" 487 bool "Deterministic task and CPU time accounting" 500 bool "Full dynticks CPU time accounting" 521 bool "Fine granularity task level IRQ time accounting" 596 bool "Enable per-task delay accounting" 608 bool "Enable extended accounting over taskstats" 617 bool "Enable per-task storage I/O accounting" 664 endmenu # "CPU/Task time and stats accounting" [all …]
|
/linux/Documentation/translations/zh_TW/ |
A D | index.rst | 103 * accounting/index
|
/linux/Documentation/core-api/ |
A D | tracepoint.rst | 22 Thus, the purpose of this document is to provide a clear accounting of
|
/linux/Documentation/translations/zh_CN/ |
A D | index.rst | 108 accounting/index
|
/linux/Documentation/ABI/testing/ |
A D | sysfs-block-dm | 37 accounting. This attribute is not applicable to
|
Completed in 37 milliseconds
1234