Home
last modified time | relevance | path

Searched full:cachestat (Results 1 – 25 of 131) sorted by relevance

123456

/aosp_15_r20/external/bcc/man/man8/
H A Dcachestat.81 .TH cachestat 8 "2016-01-30" "USER COMMANDS"
3 cachestat \- Statistics for linux page cache hit/miss ratios. Uses Linux eBPF/bcc.
5 .B cachestat
23 .B cachestat
27 .B cachestat -T
31 .B cachestat 5 3
35 .B cachestat -T 5 3
84 https://github.com/brendangregg/perf-tools/blob/master/fs/cachestat
H A Dcachetop.898 cachestat (8)
/aosp_15_r20/external/bcc/tools/
H A Dcachestat_example.txt1 Demonstrations of cachestat, the Linux eBPF/bcc version.
4 cachestat shows hits and misses to the file system page cache. For example:
6 # cachestat
24 (root) ~ # ./cachestat.py
68 (root) ~ # ./cachestat.py
80 # cachestat -h
81 usage: cachestat.py [-h] [-T] [interval] [count]
H A Dcachestat.py3 # cachestat Count cache kernel function calls.
6 # USAGE: cachestat
8 # This is a rewrite of cachestat from perf to bcc
9 # https://github.com/brendangregg/perf-tools/blob/master/fs/cachestat
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dcachestat.c4 // Based on cachestat(8) from BCC by Brendan Gregg and Allan McAleavy.
16 #include "cachestat.skel.h"
31 const char *argp_program_version = "cachestat 0.1";
37 "USAGE: cachestat [--help] [-T] [interval] [count]\n"
40 " cachestat # shows hits and misses to the file system page cache\n"
41 " cachestat -T # include timestamps\n"
42 " cachestat 1 10 # print 1 second summaries, 10 times\n";
H A D.gitignore13 /cachestat
/aosp_15_r20/external/bcc/debian/
H A Dchangelog20 …* bcc tool updates for ttysnoop, slabratetop, readahead, nfsslower, cpudist, cachetop, cachestat, …
21 …* libbpf-tools updates for mdflush, drsnoop, statsnoop, ttysnoop, softirqs, wakeuptime, cachestat,…
78 * bcc tools: update for kvmexit.py, tcpv4connect.py, cachetop.py, cachestat.py, etc.
135 * new libbpf-tools: cpufreq, funclatency, cachestat
/aosp_15_r20/external/bcc/docs/
H A Dtutorial.md35 1. cachestat
158 #### 1.6. cachestat
161 # ./cachestat
172 cachestat prints a one line summary every second (or every custom interval) showing statistics from…
/aosp_15_r20/external/bcc/snap/
H A Dsnapcraft.yaml123 cachestat:
124 command: bcc-wrapper cachestat
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/riscv64/include/bionic/libc/kernel/uapi/linux/
H A Dmman.h40 struct cachestat { struct
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm64/include/bionic/libc/kernel/uapi/linux/
H A Dmman.h40 struct cachestat { struct
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86_64/include/bionic/libc/kernel/uapi/linux/
H A Dmman.h40 struct cachestat { struct
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/linux_bionic/include/bionic/libc/kernel/uapi/linux/
H A Dmman.h40 struct cachestat { struct
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/x86/include/bionic/libc/kernel/uapi/linux/
H A Dmman.h40 struct cachestat { struct
/aosp_15_r20/prebuilts/runtime/mainline/runtime/sdk/android/arm/include/bionic/libc/kernel/uapi/linux/
H A Dmman.h40 struct cachestat { struct
/aosp_15_r20/out/soong/ndk/sysroot/usr/include/linux/
Dmman.h41 struct cachestat { struct
/aosp_15_r20/prebuilts/build-tools/sysroots/i686-unknown-linux-musl/include/linux/
H A Dmman.h41 struct cachestat { struct
/aosp_15_r20/prebuilts/build-tools/sysroots/arm-unknown-linux-musleabihf/include/linux/
H A Dmman.h41 struct cachestat { struct
/aosp_15_r20/prebuilts/build-tools/sysroots/aarch64-unknown-linux-musl/include/linux/
H A Dmman.h41 struct cachestat { struct
/aosp_15_r20/bionic/libc/kernel/uapi/linux/
H A Dmman.h41 struct cachestat { struct
/aosp_15_r20/prebuilts/build-tools/sysroots/x86_64-unknown-linux-musl/include/linux/
H A Dmman.h41 struct cachestat { struct
/aosp_15_r20/external/kernel-headers/original/uapi/linux/
H A Dmman.h51 struct cachestat { struct
/aosp_15_r20/external/bcc/
H A DREADME.md99 - tools/[cachestat](tools/cachestat.py): Trace page cache hit/miss ratio. [Examples](tools/cachesta…
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dsyscall_defs.cc499 MakeEntry(451, "cachestat", UnknownArguments()),
892 MakeEntry(451, "cachestat", UnknownArguments()),
1297 MakeEntry(451, "cachestat", UnknownArguments()),
1604 MakeEntry(451, "cachestat", UnknownArguments()),
1987 MakeEntry(451, "cachestat", UnknownArguments()),
/aosp_15_r20/out/soong/.intermediates/bionic/libc/libc_bionic/android_arm64_armv8-2a_cortex-a55_static_apex10000_sabi/obj/bionic/libc/bionic/
Dposix_madvise.sdump371 "name" : "cachestat",

123456