Searched refs:accounting (Results 1 – 25 of 93) sorted by relevance
1234
/Linux-v6.6/Documentation/accounting/ |
D | taskstats-struct.rst | 9 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 …]
|
D | delay-accounting.rst | 2 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
|
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
|
D | index.rst | 11 delay-accounting
|
D | cgroupstats.rst | 21 NOTE: We currently rely on delay accounting for extracting information
|
/Linux-v6.6/Documentation/translations/zh_CN/accounting/ |
D | delay-accounting.rst | 3 :Original: Documentation/accounting/delay-accounting.rst 54 tools/accounting目录中的用户空间程序getdelays.c提供了一些简单的命令,用以显示 109 printing IO accounting
|
D | index.rst | 5 :Original: Documentation/accounting/index.rst 18 delay-accounting
|
D | taskstats.rst | 3 :Original: Documentation/accounting/taskstats.rst
|
/Linux-v6.6/drivers/md/bcache/ |
D | stats.c | 203 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-v6.6/Documentation/admin-guide/cgroup-v1/ |
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::
|
D | hugetlb.rst | 66 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.
|
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
|
D | memory.rst | 46 - accounting anonymous pages, file caches, swap caches usage and limiting them. 49 - hierarchical accounting 142 3. Kernel user memory accounting and slab control 188 The accounting is done as follows: mem_cgroup_charge_common() is invoked to 206 processes, duplicate accounting is carefully avoided. 218 At page migration, accounting information is kept. 323 Kernel memory accounting is enabled for all memory cgroups by default. But 342 every process consumes some stack pages. By accounting into 372 accounting. Kernel memory is completely ignored. 451 The memory.stat file gives accounting information. Now, the number of [all …]
|
/Linux-v6.6/arch/powerpc/include/asm/ |
D | cputime.h | 33 #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)
|
/Linux-v6.6/block/ |
D | blk-stat.c | 17 int accounting; member 164 if (list_empty(&q->stats->callbacks) && !q->stats->accounting) in blk_stat_remove_callback() 192 if (!--q->stats->accounting && list_empty(&q->stats->callbacks)) in blk_stat_disable_accounting() 203 if (!q->stats->accounting++ && list_empty(&q->stats->callbacks)) in blk_stat_enable_accounting() 219 stats->accounting = 0; in blk_alloc_queue_stats()
|
/Linux-v6.6/Documentation/features/time/irq-time-acct/ |
D | arch-support.txt | 4 # description: arch supports precise IRQ time accounting
|
/Linux-v6.6/drivers/net/ethernet/mediatek/ |
D | mtk_ppe.c | 523 if (ppe->accounting) { in __mtk_foe_entry_clear() 638 if (ppe->accounting) { in __mtk_foe_entry_commit() 856 if (!ppe->accounting) in mtk_foe_entry_get_mib() 877 bool accounting = eth->soc->has_accounting; in mtk_ppe_init() local 899 ppe->accounting = accounting; in mtk_ppe_init() 915 if (accounting) { in mtk_ppe_init() 1063 if (ppe->accounting && ppe->mib_phys) { in mtk_ppe_start()
|
/Linux-v6.6/Documentation/translations/zh_CN/mm/ |
D | overcommit-accounting.rst | 1 :Original: Documentation/mm/overcommit-accounting.rst
|
D | index.rst | 51 overcommit-accounting
|
/Linux-v6.6/Documentation/features/time/virt-cpuacct/ |
D | arch-support.txt | 4 # description: arch supports precise virtual CPU time accounting
|
/Linux-v6.6/Documentation/mm/ |
D | overcommit-accounting.rst | 66 Additional accounting 81 * SHMfs accounting
|
D | index.rst | 55 overcommit-accounting
|
/Linux-v6.6/init/ |
D | Kconfig | 471 menu "CPU/Task time and stats accounting" 477 prompt "Cputime accounting" 480 # Kind of a stub config for the pure tick based cputime accounting 482 bool "Simple tick based cputime accounting" 485 This is the basic tick based cputime accounting that maintains 492 bool "Deterministic task and CPU time accounting" 497 accounting. This is done by reading a CPU counter on each 501 this also enables accounting of stolen time on logically-partitioned 505 bool "Full dynticks CPU time accounting" 512 Select this option to enable task and CPU time accounting on full [all …]
|
/Linux-v6.6/Documentation/ |
D | subsystem-apis.rst | 68 accounting/index
|
/Linux-v6.6/Documentation/core-api/ |
D | tracepoint.rst | 22 Thus, the purpose of this document is to provide a clear accounting of
|
1234