Searched full:cpuunclaimed (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/bcc/tools/ |
H A D | cpuunclaimed_example.txt | 1 Demonstrations of cpuunclaimed, the Linux eBPF/bcc version. 9 # ./cpuunclaimed.py 43 # ./cpuunclaimed.py 63 # ./cpuunclaimed.py -T 84 # ./cpuunclaimed.py -j 149 # ./cpuunclaimed.py -J 211 # ./cpuunclaimed.py -J 238 Notice the tighter range of offsets? I began executing cpuunclaimed when the 245 # ./cpuunclaimed.py -J 280 # ./cpuunclaimed.py 1 [all …]
|
H A D | cpuunclaimed.py | 4 # cpuunclaimed Sample CPU run queues and calculate unclaimed idle CPU. 47 # USAGE: cpuunclaimed [-h] [-j] [-J] [-T] [interval] [count] 69 ./cpuunclaimed # sample and calculate unclaimed idle CPUs, 71 ./cpuunclaimed 5 10 # print 5 second summaries, 10 times 72 ./cpuunclaimed -T 1 # 1s summaries and timestamps 73 ./cpuunclaimed -j # raw dump of all samples (verbose), CSV
|
/aosp_15_r20/external/bcc/man/man8/ |
H A D | cpuunclaimed.8 | 1 .TH cpuunclaimed 8 "2016-12-21" "USER COMMANDS" 3 cpuunclaimed \- Sample CPU run queues and calculate unclaimed idle CPU. Uses Linux eBPF/bcc. 5 .B cpuunclaimed 52 .B cpuunclaimed 56 .B cpuunclaimed 5 10 60 .B cpuunclaimed \-T 1 64 .B cpuunclaimed \-j
|
/aosp_15_r20/external/bcc/snap/ |
H A D | snapcraft.yaml | 135 cpuunclaimed: 136 command: bcc-wrapper cpuunclaimed
|
/aosp_15_r20/external/bcc/debian/ |
H A D | changelog | 5 …, wakeuptime, profile, offcputime, deadlock, funccount, argdist, kvmexit, runqlen and cpuunclaimed. 316 * capable, cpuunclaimed, dbslower, dbstat, deadlock_detector, llcstat,
|
/aosp_15_r20/external/bcc/ |
H A D | README.md | 103 - tools/[cpuunclaimed](tools/cpuunclaimed.py): Sample CPU run queues and calculate unclaimed idle C…
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_tools_smoke.py | 131 self.run_with_duration("cpuunclaimed.py 1 1")
|