Home
last modified time | relevance | path

Searched refs:accounting (Results 1 – 25 of 90) sorted by relevance

1234

/linux-6.3-rc2/Documentation/accounting/
A Dtaskstats-struct.rst9 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 Ddelay-accounting.rst2 Delay accounting
9 The per-task delay accounting functionality measures
41 Delay accounting uses the taskstats interface which is described
44 statistics. The delay accounting functionality populates specific fields of
49 for a description of the fields pertaining to delay accounting.
64 The getdelays.c userspace utility in tools/accounting directory allows simple
76 Delay accounting is disabled by default at boot up.
124 Get IO accounting for pid 1, it works only with -p::
127 printing IO accounting
A Dtaskstats.rst12 - 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 Dindex.rst11 delay-accounting
A Dcgroupstats.rst21 NOTE: We currently rely on delay accounting for extracting information
/linux-6.3-rc2/Documentation/translations/zh_CN/accounting/
A Ddelay-accounting.rst3 :Original: Documentation/accounting/delay-accounting.rst
54 tools/accounting目录中的用户空间程序getdelays.c提供了一些简单的命令,用以显示
109 printing IO accounting
A Dindex.rst5 :Original: Documentation/accounting/index.rst
18 delay-accounting
A Dtaskstats.rst3 :Original: Documentation/accounting/taskstats.rst
/linux-6.3-rc2/drivers/md/bcache/
A Dstats.c203 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()
/linux-6.3-rc2/arch/powerpc/include/asm/
A Dcputime.h33 #define get_accounting(tsk) (&get_paca()->accounting)
34 #define raw_get_accounting(tsk) (&local_paca->accounting)
38 #define get_accounting(tsk) (&task_thread_info(tsk)->accounting)
A Dthread_info.h64 struct cpu_accounting_data accounting; member
/linux-6.3-rc2/Documentation/admin-guide/cgroup-v1/
A Dcpuacct.rst5 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 Dhugetlb.rst66 1. Page fault accounting
83 2. Reservation accounting
103 non-HugeTLB memory for example. In the case of page fault accounting, it's very
107 systems is practically impossible with page fault accounting.
A Dnet_prio.rst22 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 Dmemory.rst49 - hierarchical accounting
137 3. Kernel user memory accounting and slab control
183 The accounting is done as follows: mem_cgroup_charge_common() is invoked to
201 processes, duplicate accounting is carefully avoided.
213 At page migration, accounting information is kept.
337 every process consumes some stack pages. By accounting into
367 accounting. Kernel memory is completely ignored.
446 The memory.stat file gives accounting information. Now, the number of
674 In the diagram above, with hierarchical accounting enabled, all memory
679 6.1 Hierarchical accounting and reclaim
[all …]
/linux-6.3-rc2/block/
A Dblk-stat.c18 int accounting; member
165 if (list_empty(&q->stats->callbacks) && !q->stats->accounting) in blk_stat_remove_callback()
193 if (!--q->stats->accounting) in blk_stat_disable_accounting()
204 if (!q->stats->accounting++) in blk_stat_enable_accounting()
220 stats->accounting = 0; in blk_alloc_queue_stats()
/linux-6.3-rc2/Documentation/features/time/irq-time-acct/
A Darch-support.txt4 # description: arch supports precise IRQ time accounting
/linux-6.3-rc2/Documentation/features/time/virt-cpuacct/
A Darch-support.txt4 # description: arch supports precise virtual CPU time accounting
/linux-6.3-rc2/Documentation/translations/zh_CN/mm/
A Dovercommit-accounting.rst1 :Original: Documentation/mm/overcommit-accounting.rst
A Dindex.rst52 overcommit-accounting
/linux-6.3-rc2/Documentation/mm/
A Dovercommit-accounting.rst66 Additional accounting
81 * SHMfs accounting
A Dindex.rst56 overcommit-accounting
/linux-6.3-rc2/init/
A DKconfig471 menu "CPU/Task time and stats accounting"
477 prompt "Cputime accounting"
482 bool "Simple tick based cputime accounting"
492 bool "Deterministic task and CPU time accounting"
505 bool "Full dynticks CPU time accounting"
526 bool "Fine granularity task level IRQ time accounting"
601 bool "Enable per-task delay accounting"
613 bool "Enable extended accounting over taskstats"
622 bool "Enable per-task storage I/O accounting"
669 endmenu # "CPU/Task time and stats accounting"
[all …]
/linux-6.3-rc2/Documentation/
A Dsubsystem-apis.rst21 accounting/index
/linux-6.3-rc2/Documentation/translations/zh_TW/
A Dindex.rst103 * accounting/index

Completed in 33 milliseconds

1234