Home
last modified time | relevance | path

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

1234

/Linux-v5.15/Documentation/accounting/
Dtaskstats-struct.rst9 1) Common and basic accounting fields
11 the common fields and basic accounting fields are collected for
13 2) Delay accounting fields
16 /* Delay accounting fields start */
20 /* Delay accounting fields end */
23 3) Extended accounting fields
26 /* Extended accounting fields start */
30 /* Extended accounting fields end */
36 5) Time accounting for SMT machines
38 6) Extended delay accounting fields for memory reclaim
[all …]
Ddelay-accounting.rst2 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.
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
Dindex.rst11 delay-accounting
Dcgroupstats.rst21 NOTE: We currently rely on delay accounting for extracting information
/Linux-v5.15/drivers/md/bcache/
Dstats.c202 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-v5.15/Documentation/admin-guide/cgroup-v1/
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::
Dhugetlb.rst62 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.
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
Dmemory.rst46 - accounting anonymous pages, file caches, swap caches usage and limiting them.
49 - hierarchical accounting
134 3. Kernel user memory accounting and slab control
180 The accounting is done as follows: mem_cgroup_charge_common() is invoked to
198 processes, duplicate accounting is carefully avoided.
210 At page migration, accounting information is kept.
310 Kernel memory accounting is enabled for all memory cgroups by default. But
329 every process consumes some stack pages. By accounting into
359 accounting. Kernel memory is completely ignored.
444 The memory.stat file gives accounting information. Now, the number of
[all …]
/Linux-v5.15/arch/powerpc/include/asm/
Dcputime.h47 #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)
Dthread_info.h55 struct cpu_accounting_data accounting; member
Dpaca.h238 struct cpu_accounting_data accounting; member
/Linux-v5.15/Documentation/translations/zh_CN/accounting/
Dindex.rst5 :Original: Documentation/accounting/index.rst
23 delay-accounting
Dpsi.rst3 :Original: Documentation/accounting/psi.rst
/Linux-v5.15/Documentation/features/time/irq-time-acct/
Darch-support.txt4 # description: arch supports precise IRQ time accounting
/Linux-v5.15/Documentation/features/time/virt-cpuacct/
Darch-support.txt4 # description: arch supports precise virtual CPU time accounting
/Linux-v5.15/Documentation/vm/
Dovercommit-accounting.rst67 Additional accounting
82 * SHMfs accounting
Dindex.rst46 overcommit-accounting
/Linux-v5.15/Documentation/networking/
Dpage_pool.rst18 accounting.
22 release the DMA mapping and inflight state accounting.
/Linux-v5.15/Documentation/translations/zh_TW/
Dindex.rst103 * accounting/index
/Linux-v5.15/init/
DKconfig465 menu "CPU/Task time and stats accounting"
471 prompt "Cputime accounting"
475 # Kind of a stub config for the pure tick based cputime accounting
477 bool "Simple tick based cputime accounting"
480 This is the basic tick based cputime accounting that maintains
487 bool "Deterministic task and CPU time accounting"
492 accounting. This is done by reading a CPU counter on each
496 this also enables accounting of stolen time on logically-partitioned
500 bool "Full dynticks CPU time accounting"
507 Select this option to enable task and CPU time accounting on full
[all …]
/Linux-v5.15/Documentation/translations/zh_CN/
Dindex.rst108 accounting/index
/Linux-v5.15/Documentation/core-api/
Dtracepoint.rst22 Thus, the purpose of this document is to provide a clear accounting of
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-block-dm37 accounting. This attribute is not applicable to

1234