Home
last modified time | relevance | path

Searched full:syscount (Results 1 – 12 of 12) sorted by relevance

/external/bcc/tools/
Dsyscount_example.txt1 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 …]
Dsyscount.py3 # syscount Summarize syscall counts and latencies.
5 # USAGE: syscount [-h] [-p PID] [-t TID] [-i INTERVAL] [-d DURATION] [-T TOP]
/external/bcc/man/man8/
Dsyscount.81 .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
Dppchcalls.8120 syscount(8)
/external/bcc/libbpf-tools/
Dsyscount.c4 // 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 …]
Dsyscount.bpf.c4 // Based on syscount(8) from BCC by Sasha Goldshtein
9 #include "syscount.h"
D.gitignore52 /syscount
DMakefile79 syscount \
/external/bcc/debian/
Dchangelog6 * 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,
/external/bcc/snap/
Dsnapcraft.yaml289 syscount:
290 command: bcc-wrapper syscount
/external/bcc/
DREADME.md159 - tools/[syscount](tools/syscount.py): Summarize syscall counts and latencies. [Examples](tools/sys…
/external/bcc/tests/python/
Dtest_tools_smoke.py336 self.run_with_int("syscount.py -i 1")