Home
last modified time | relevance | path

Searched full:criticalstat (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/bcc/tools/
H A Dcriticalstat_example.txt1 Demonstrations of criticalstat: Find long atomic critical sections in the kernel.
3 criticalstat traces and reports occurrences of atomic critical sections in the
22 # ./criticalstat -h
23 usage: criticalstat [-h] [-p] [-i] [-d DURATION]
35 ./criticalstat # run with default options: irq off for more than 100 uS
36 ./criticalstat -p # find sections with preemption disabled for more than 100 uS
37 ./criticalstat -d 500 # find sections with IRQs disabled for more than 500 uS
38 ./criticalstat -p -d 500 # find sections with preemption disabled for more than 500 uS
43 By default, criticalstat finds IRQ disable sections for > 100us.
45 # ./criticalstat
[all …]
H A Dcriticalstat.py4 # criticalstat Trace long critical sections (IRQs or preemption disabled)
8 # USAGE: criticalstat [-h] [-p] [-i] [-d DURATION]
/aosp_15_r20/external/bcc/man/man8/
H A Dcriticalstat.81 .TH criticalstat 8 "2018-06-07" "USER COMMANDS"
3 criticalstat \- A tracer to find and report long atomic critical sections in kernel
5 .B criticalstat [\-h] [\-p] [\-i] [\-d DURATION]
8 criticalstat traces and reports occurrences of atomic critical sections in the
41 .B criticalstat
45 .B criticalstat -p
49 .B criticalstat -d 500
53 .B criticalstat -p -d 500
/aosp_15_r20/external/bcc/snap/
H A Dsnapcraft.yaml137 criticalstat:
138 command: bcc-wrapper criticalstat
/aosp_15_r20/external/bcc/
H A DREADME.md104 - tools/[criticalstat](tools/criticalstat.py): Trace and report long atomic critical sections in th…