Home
last modified time | relevance | path

Searched full:bpflist (Results 1 – 6 of 6) sorted by relevance

/external/bcc/tools/
Dbpflist_example.txt1 Demonstrations of bpflist.
4 bpflist displays information on running BPF programs and optionally also
8 # bpflist
19 In verbose mode, bpflist also counts the number of kprobes and uprobes opened
23 # bpflist -v
34 # bpflist -vv
54 # bpflist -h
55 usage: bpflist.py [-h] [-v]
64 bpflist # display all processes currently using BPF
65 bpflist -v # also count kprobes/uprobes
[all …]
Dbpflist.py3 # bpflist Display processes currently using BPF programs and maps,
6 # USAGE: bpflist [-v]
22 bpflist # display all processes currently using BPF
23 bpflist -v # also count kprobes/uprobes
24 bpflist -vv # display kprobes/uprobes and count them
/external/bcc/man/man8/
Dbpflist.81 .TH bpflist 8 "2017-03-09" "USER COMMANDS"
3 bpflist \- Display processes currently using BPF programs and maps.
5 .B bpflist [-v]
30 .B bpflist
34 .B bpflist -v
/external/bcc/snapcraft/
Dsnapcraft.yaml48 bpflist:
49 command: wrapper bpflist
50 aliases: [bpflist]
/external/bcc/
DREADME.md92 - tools/[bpflist](tools/bpflist.py): Display processes with active BPF programs and maps. [Examples…
/external/bcc/tests/python/
Dtest_tools_smoke.py89 self.run_with_duration("bpflist.py")