Searched full:runqlen (Results 1 – 15 of 15) sorted by relevance
| /external/bcc/tools/ |
| D | runqlen_example.txt | 1 Demonstrations of runqlen, the Linux eBPF/bcc version. 10 # ./runqlen.py 13 runqlen : count distribution 20 # ./runqlen.py 23 runqlen : count distribution 39 Here's an example of an issue that runqlen can identify. Starting with the 42 # ./runqlen.py 45 runqlen : count distribution 58 # ./runqlen.py -C 63 runqlen : count distribution [all …]
|
| D | runqlen.py | 4 # runqlen Summarize scheduler run queue length as a histogram. 12 # USAGE: runqlen [-h] [-T] [-Q] [-m] [-D] [interval] [count] 31 ./runqlen # summarize run queue length as a histogram 32 ./runqlen 1 10 # print 1 second summaries, 10 times 33 ./runqlen -T 1 # 1s summaries and timestamps 34 ./runqlen -O # report run queue occupancy 35 ./runqlen -C # show each CPU separately 249 dist.print_linear_hist("runqlen", "cpu")
|
| /external/bcc/man/man8/ |
| D | runqlen.8 | 1 .TH runqlen 8 "2016-12-12" "USER COMMANDS" 3 runqlen \- Scheduler run queue length as a histogram. 5 .B runqlen [\-h] [\-T] [\-O] [\-C] [interval] [count] 40 .B runqlen 44 .B runqlen 1 10 48 .B runqlen \-CT 1 52 .B runqlen \-O 1 56 .B runqlen \-COT 1 59 runqlen 71 runqlen does, which comes at a much higher overhead cost.
|
| D | runqslower.8 | 93 runqlen(8), runqlat(8), pidstat(1)
|
| D | runqlat.8 | 113 runqlen(8), runqslower(8), pidstat(1)
|
| D | cpuunclaimed.8 | 106 runqlen(8)
|
| /external/bcc/libbpf-tools/ |
| D | runqlen.c | 4 // Based on runqlen(8) from BCC by Brendan Gregg. 17 #include "runqlen.h" 18 #include "runqlen.skel.h" 43 const char *argp_program_version = "runqlen 0.1"; 49 "USAGE: runqlen [--help] [-C] [-O] [-T] [-f FREQUENCY] [interval] [count]\n" 52 " runqlen # summarize run queue length as a histogram\n" 53 " runqlen 1 10 # print 1 second summaries, 10 times\n" 54 " runqlen -T 1 # 1s summaries and timestamps\n" 55 " runqlen -O # report run queue occupancy\n" 56 " runqlen -C # show each CPU separately\n" [all …]
|
| D | Android.bp | 432 name: "runqlen.bpf.o", 433 srcs: ["runqlen.bpf.c"], 438 name: "runqlen.skel.h", 439 srcs: [":runqlen.bpf.o"], 440 out: ["runqlen.skel.h"], 445 name: "runqlen", 446 srcs: ["runqlen.c"], 447 generated_headers: ["runqlen.skel.h"],
|
| D | .gitignore | 38 /runqlen
|
| D | runqlen.bpf.c | 7 #include "runqlen.h"
|
| D | Makefile | 50 runqlen \
|
| /external/bcc/snap/ |
| D | snapcraft.yaml | 266 runqlen: 267 command: bcc-wrapper runqlen
|
| /external/bcc/debian/ |
| D | changelog | 102 * new libbpf-tools: llcstat, numamove, runqlen, runqlat, softirgs, hardirqs 257 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
|
| /external/bcc/ |
| D | README.md | 146 - tools/[runqlen](tools/runqlen.py): Run queue length as a histogram. [Examples](tools/runqlen_exam…
|
| /external/bcc/tests/python/ |
| D | test_tools_smoke.py | 290 self.run_with_duration("runqlen.py 1 1")
|