Searched full:mdflush (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | mdflush.c | 4 * mdflush Trace md flush events. 8 * Based on mdflush(8) from BCC by Brendan Gregg. 19 #include "mdflush.h" 20 #include "mdflush.skel.h" 30 const char *argp_program_version = "mdflush 0.1"; 36 "USAGE: mdflush\n";
|
H A D | .gitignore | 35 /mdflush
|
H A D | mdflush.bpf.c | 8 #include "mdflush.h"
|
H A D | Makefile | 65 mdflush \
|
/aosp_15_r20/external/bcc/man/man8/ |
H A D | mdflush.8 | 1 .TH mdflush 8 "2016-02-13" "USER COMMANDS" 3 mdflush \- Trace md flush events. Uses Linux eBPF/bcc. 5 .B mdflush 25 .B mdflush
|
/aosp_15_r20/external/bcc/tools/ |
H A D | mdflush_example.txt | 1 Demonstrations of mdflush, the Linux eBPF/bcc version. 4 The mdflush tool traces flushes at the md driver level, and prints details 7 # ./mdflush
|
H A D | mdflush.py | 4 # mdflush Trace md flush events.
|
/aosp_15_r20/external/bcc/snap/ |
H A D | snapcraft.yaml | 199 mdflush: 200 command: bcc-wrapper mdflush
|
/aosp_15_r20/external/bcc/debian/ |
H A D | changelog | 21 …* libbpf-tools updates for mdflush, drsnoop, statsnoop, ttysnoop, softirqs, wakeuptime, cachestat,… 48 * new libbpf tools: tcpsynbl, mdflush, oomkill, sigsnoop
|
/aosp_15_r20/external/bcc/ |
H A D | README.md | 131 - tools/[mdflush](tools/mdflush.py): Trace md flush events. [Examples](tools/mdflush_example.txt).
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_tools_smoke.py | 231 self.run_with_int("mdflush.py")
|