Home
last modified time | relevance | path

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

123

/linux/Documentation/translations/zh_CN/accounting/
H A Ddelay-accounting.rst3 :Original: Documentation/accounting/delay-accounting.rst
54 tools/accounting目录中的用户空间程序getdelays.c提供了一些简单的命令,用以显示
109 printing IO accounting
H A Dindex.rst5 :Original: Documentation/accounting/index.rst
18 delay-accounting
H A Dtaskstats.rst3 :Original: Documentation/accounting/taskstats.rst
H A Dpsi.rst3 :Original: Documentation/accounting/psi.rst
/linux/drivers/md/bcache/
H 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/arch/powerpc/include/asm/
H A Dcputime.h33 #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 Dthread_info.h65 struct cpu_accounting_data accounting; member
H A Dpaca.h233 struct cpu_accounting_data accounting; member
/linux/Documentation/admin-guide/cgroup-v1/
H 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::
H A Dhugetlb.rst66 1. Page fault accounting
85 2. Reservation accounting
107 non-HugeTLB memory for example. In the case of page fault accounting, it's very
111 systems is practically impossible with page fault accounting.
H 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
/linux/block/
H A Dblk-stat.c17 int accounting; member
161 if (list_empty(&q->stats->callbacks) && !q->stats->accounting) in blk_stat_remove_callback()
189 if (!--q->stats->accounting && list_empty(&q->stats->callbacks)) in blk_stat_disable_accounting()
200 if (!q->stats->accounting++ && list_empty(&q->stats->callbacks)) in blk_stat_enable_accounting()
216 stats->accounting = 0; in blk_alloc_queue_stats()
/linux/Documentation/accounting/
H A Ddelay-accounting.rst2 Delay accounting
9 The per-task delay accounting functionality measures
42 Delay accounting uses the taskstats interface which is described
45 statistics. The delay accounting functionality populates specific fields of
50 for a description of the fields pertaining to delay accounting.
65 The getdelays.c userspace utility in tools/accounting directory allows simple
77 Delay accounting is disabled by default at boot up.
127 Get IO accounting for pid 1, it works only with -p::
130 printing IO accounting
H 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
158 struct too much, requiring disparate userspace accounting utilities to
H A Dindex.rst11 delay-accounting
H A Dcgroupstats.rst21 NOTE: We currently rely on delay accounting for extracting information
/linux/drivers/net/ethernet/mediatek/
H A Dmtk_ppe.c525 if (ppe->accounting) { in __mtk_foe_entry_clear()
640 if (ppe->accounting) { in __mtk_foe_entry_commit()
858 if (!ppe->accounting) in mtk_foe_entry_get_mib()
879 bool accounting = eth->soc->has_accounting; in mtk_ppe_init() local
901 ppe->accounting = accounting; in mtk_ppe_init()
917 if (accounting) { in mtk_ppe_init()
1065 if (ppe->accounting && ppe->mib_phys) { in mtk_ppe_start()
/linux/Documentation/features/time/irq-time-acct/
H A Darch-support.txt4 # description: arch supports precise IRQ time accounting
/linux/Documentation/features/time/virt-cpuacct/
H A Darch-support.txt4 # description: arch supports precise virtual CPU time accounting
/linux/Documentation/mm/
H A Dovercommit-accounting.rst65 Additional accounting
80 * SHMfs accounting
H A Dindex.rst55 overcommit-accounting
/linux/Documentation/translations/zh_CN/
H A Dsubsystem-apis.rst86 accounting/index
/linux/init/
H A DKconfig537 menu "CPU/Task time and stats accounting"
543 prompt "Cputime accounting"
546 # Kind of a stub config for the pure tick based cputime accounting
548 bool "Simple tick based cputime accounting"
551 This is the basic tick based cputime accounting that maintains
558 bool "Deterministic task and CPU time accounting"
563 accounting. This is done by reading a CPU counter on each
567 this also enables accounting of stolen time on logically-partitioned
571 bool "Full dynticks CPU time accounting"
578 Select this option to enable task and CPU time accounting on full
[all …]
/linux/Documentation/core-api/
H A Dtracepoint.rst22 Thus, the purpose of this document is to provide a clear accounting of
/linux/Documentation/ABI/testing/
H A Dsysfs-block-dm37 accounting. This attribute is not applicable to

123