Home
last modified time | relevance | path

Searched full:runqlen (Results 1 – 15 of 15) sorted by relevance

/external/bcc/tools/
Drunqlen_example.txt1 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 …]
Drunqlen.py4 # 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/
Drunqlen.81 .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.
Drunqslower.893 runqlen(8), runqlat(8), pidstat(1)
Drunqlat.8113 runqlen(8), runqslower(8), pidstat(1)
Dcpuunclaimed.8106 runqlen(8)
/external/bcc/libbpf-tools/
Drunqlen.c4 // 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 …]
DAndroid.bp432 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.gitignore38 /runqlen
Drunqlen.bpf.c7 #include "runqlen.h"
DMakefile50 runqlen \
/external/bcc/snap/
Dsnapcraft.yaml266 runqlen:
267 command: bcc-wrapper runqlen
/external/bcc/debian/
Dchangelog102 * new libbpf-tools: llcstat, numamove, runqlen, runqlat, softirgs, hardirqs
257 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
/external/bcc/
DREADME.md146 - tools/[runqlen](tools/runqlen.py): Run queue length as a histogram. [Examples](tools/runqlen_exam…
/external/bcc/tests/python/
Dtest_tools_smoke.py290 self.run_with_duration("runqlen.py 1 1")