Home
last modified time | relevance | path

Searched full:mdflush (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/bcc/libbpf-tools/
H A Dmdflush.c4 * 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.gitignore35 /mdflush
H A Dmdflush.bpf.c8 #include "mdflush.h"
H A DMakefile65 mdflush \
/aosp_15_r20/external/bcc/man/man8/
H A Dmdflush.81 .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 Dmdflush_example.txt1 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 Dmdflush.py4 # mdflush Trace md flush events.
/aosp_15_r20/external/bcc/snap/
H A Dsnapcraft.yaml199 mdflush:
200 command: bcc-wrapper mdflush
/aosp_15_r20/external/bcc/debian/
H A Dchangelog21 …* 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 DREADME.md131 - tools/[mdflush](tools/mdflush.py): Trace md flush events. [Examples](tools/mdflush_example.txt).
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_tools_smoke.py231 self.run_with_int("mdflush.py")