Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/Documentation/accounting/
H A 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 …]
H A 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 enabled by default at boot up.
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
156 struct too much, requiring disparate userspace accounting utilities to
H A Dindex.rst11 delay-accounting
/OK3568_Linux_fs/kernel/drivers/md/bcache/
H A Dstats.c208 mark_cache_stats(&dc->accounting.collector, hit, bypass); in bch_mark_cache_accounting()
209 mark_cache_stats(&c->accounting.collector, hit, bypass); in bch_mark_cache_accounting()
216 atomic_inc(&dc->accounting.collector.cache_readaheads); in bch_mark_cache_readahead()
217 atomic_inc(&c->accounting.collector.cache_readaheads); in bch_mark_cache_readahead()
224 atomic_inc(&dc->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision()
225 atomic_inc(&c->accounting.collector.cache_miss_collisions); in bch_mark_cache_miss_collision()
231 atomic_add(sectors, &dc->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed()
232 atomic_add(sectors, &c->accounting.collector.sectors_bypassed); in bch_mark_sectors_bypassed()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnetfilter/files/
H A D0001-libnetfilter-acct-Declare-the-define-visivility-attribute-together.patch64 * nfacct_free - release one accounting object
65 * \param nfacct pointer to the accounting object
75 * nfacct_attr_set - set one attribute of the accounting object
92 * nfacct_attr_set_str - set one attribute the accounting object
107 * nfacct_attr_set_u64 - set one attribute the accounting object
122 * nfacct_attr_unset - unset one attribute the accounting object
123 * \param nfacct pointer to the accounting object
138 * nfacct_attr_get - get one attribute the accounting object
155 * nfacct_attr_get_str - get one attribute the accounting object
169 * nfacct_attr_get_u64 - get one attribute the accounting object
[all …]
/OK3568_Linux_fs/kernel/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.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.
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
H A Dmemory.rst46 - accounting anonymous pages, file caches, swap caches usage and limiting them.
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.
311 Kernel memory accounting is enabled for all memory cgroups by default. But
330 every process consumes some stack pages. By accounting into
360 accounting. Kernel memory is completely ignored.
445 The memory.stat file gives accounting information. Now, the number of
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A 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)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/libnetfilter/
H A Dlibnetfilter-acct_1.0.3.bb1 SUMMARY = "libnetfilter_acct accounting infrastructure."
2 …netfilter_acct is the userspace library providing interface to extended accounting infrastructure."
/OK3568_Linux_fs/buildroot/package/libnetfilter_acct/
H A DConfig.in6 to extended accounting infrastructure.
/OK3568_Linux_fs/buildroot/package/nfacct/
H A DConfig.in6 netfilter accounting objects.
/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Dasm-offsets.c287 OFFSET(ACCOUNT_STARTTIME, paca_struct, accounting.starttime); in main()
288 OFFSET(ACCOUNT_STARTTIME_USER, paca_struct, accounting.starttime_user); in main()
289 OFFSET(ACCOUNT_USER_TIME, paca_struct, accounting.utime); in main()
290 OFFSET(ACCOUNT_SYSTEM_TIME, paca_struct, accounting.stime); in main()
297 OFFSET(ACCOUNT_STARTTIME, thread_info, accounting.starttime); in main()
298 OFFSET(ACCOUNT_STARTTIME_USER, thread_info, accounting.starttime_user); in main()
299 OFFSET(ACCOUNT_USER_TIME, thread_info, accounting.utime); in main()
300 OFFSET(ACCOUNT_SYSTEM_TIME, thread_info, accounting.stime); in main()
/OK3568_Linux_fs/kernel/Documentation/vm/
H A Dovercommit-accounting.rst67 Additional accounting
82 * SHMfs accounting
H A Dindex.rst45 overcommit-accounting
/OK3568_Linux_fs/buildroot/package/libpam-tacplus/
H A DConfig.in6 management) and accounting (session management)performed
/OK3568_Linux_fs/buildroot/package/libpam-radius-auth/
H A DConfig.in6 authentication and accounting requests. You will need a
/OK3568_Linux_fs/kernel/Documentation/features/time/irq-time-acct/
H A Darch-support.txt4 # description: arch supports precise IRQ time accounting
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-filter/nfacct/
H A Dnfacct_1.0.2.bb1 SUMMARY = "nfacct is the command line tool to create/retrieve/delete accounting objects"
/OK3568_Linux_fs/kernel/Documentation/features/time/virt-cpuacct/
H A Darch-support.txt4 # description: arch supports precise virtual CPU time accounting
/OK3568_Linux_fs/buildroot/package/lxc/
H A DConfig.in13 accounting the kernel resources. It is similar to
/OK3568_Linux_fs/kernel/Documentation/networking/
H A Dpage_pool.rst18 accounting.
22 release the DMA mapping and inflight state accounting.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/ippool/ippool/
H A Dstrncpy-truncation.patch32 /* First copy the text heading to the buffer and add a "-", accounting for

12345