Searched full:syscount (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/bcc/tools/ |
H A D | syscount_example.txt | 1 Demonstrations of syscount, the Linux/eBPF version. 4 syscount summarizes syscall counts across the system or a specific process, 8 # syscount 26 immediately by wait4, nanosleep, and so on. By default, syscount counts across 29 # syscount -p $(pidof dd) 40 # syscount -L 65 # syscount -P 87 # syscount -x -i 5 115 # syscount -e ENOENT -i 5 146 # syscount --syscall stat -i 1 [all …]
|
H A D | syscount.py | 3 # syscount Summarize syscall counts and latencies. 5 # USAGE: syscount [-h] [-p PID] [-t TID] [-i INTERVAL] [-d DURATION] [-T TOP]
|
/aosp_15_r20/external/bcc/man/man8/ |
H A D | syscount.8 | 1 .TH syscount 8 "2017-02-15" "USER COMMANDS" 3 syscount \- Summarize syscall counts and latencies. 5 .B syscount [-h] [-p PID] [-t TID] [-c PPID] [-i INTERVAL] [-d DURATION] [-T TOP] [-x] [-e ERRNO] [… 61 .B syscount 65 .B syscount \-P 69 .B syscount \-x 73 .B syscount \-e EPERM 77 .B syscount \-p 181 81 .B syscount \-L
|
H A D | ppchcalls.8 | 120 syscount(8)
|
/aosp_15_r20/external/bcc/libbpf-tools/ |
H A D | syscount.c | 4 // Based on syscount(8) from BCC by Sasha Goldshtein 12 #include "syscount.h" 13 #include "syscount.skel.h" 31 const char *argp_program_version = "syscount 0.1"; 38 " syscount # print top 10 syscalls by count every second\n" 39 " syscount -p $(pidof dd) # look only at a particular process\n" 40 " syscount -L # measure and sort output by latency\n" 41 " syscount -P # group statistics by pid, not by syscall\n" 42 " syscount -x -i 5 # count only failed syscalls\n" 43 " syscount -e ENOENT -i 5 # count only syscalls failed with a given errno\n" [all …]
|
H A D | syscount.bpf.c | 4 // Based on syscount(8) from BCC by Sasha Goldshtein 9 #include "syscount.h"
|
H A D | .gitignore | 52 /syscount
|
H A D | Makefile | 79 syscount \
|
/aosp_15_r20/external/bcc/debian/ |
H A D | changelog | 6 * libbpf tool update: memleak, tcprtt, tcpconnlat, funclatency, syscount, cpufreq, biosnoop. 190 * libbpf-tools: cpudist, syscount, execsnoop, vfsstat 317 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
|
/aosp_15_r20/external/bcc/snap/ |
H A D | snapcraft.yaml | 289 syscount: 290 command: bcc-wrapper syscount
|
/aosp_15_r20/external/bcc/ |
H A D | README.md | 159 - tools/[syscount](tools/syscount.py): Summarize syscall counts and latencies. [Examples](tools/sys…
|
/aosp_15_r20/external/bcc/tests/python/ |
H A D | test_tools_smoke.py | 336 self.run_with_int("syscount.py -i 1")
|