Home
last modified time | relevance | path

Searched full:ttysnoop (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/bcc/tools/
H A Dttysnoop_example.txt1 Demonstrations of ttysnoop, the Linux eBPF/bcc version.
4 ttysnoop watches a tty or pts device, and prints the same output that is
10 # ./ttysnoop 2
34 Remember to Ctrl-C to exit ttysnoop.
55 # ./ttysnoop /dev/console
67 # ./ttysnoop.py -h
68 usage: ttysnoop.py [-h] [-C] device
82 ./ttysnoop /dev/pts/2 # snoop output from /dev/pts/2
83 ./ttysnoop 2 # snoop output from /dev/pts/2 (shortcut)
84 ./ttysnoop /dev/console # snoop output from the system console
[all …]
H A Dttysnoop.py4 # ttysnoop Watch live output from a tty or pts device.
33 ./ttysnoop /dev/pts/2 # snoop output from /dev/pts/2
34 ./ttysnoop 2 # snoop output from /dev/pts/2 (shortcut)
35 ./ttysnoop /dev/console # snoop output from the system console
36 ./ttysnoop /dev/tty0 # snoop output from /dev/tty0
37 ./ttysnoop /dev/pts/2 -s 1024 # snoop output from /dev/pts/2 with data size 1024
38 …./ttysnoop /dev/pts/2 -c 2 # snoop output from /dev/pts/2 with 2 checks for 256 bytes of data …
/aosp_15_r20/external/bcc/man/man8/
H A Dttysnoop.81 .TH ttysnoop 8 "2016-02-08" "USER COMMANDS"
3 ttysnoop \- Watch output from a tty or pts device. Uses Linux eBPF/bcc.
5 .B ttysnoop [\-h] [\-C] device
7 ttysnoop watches a tty or pts device, and prints the same output that is
36 .B ttysnoop /dev/pts/2
40 .B ttysnoop 2
44 .B ttysnoop /dev/console
48 .B ttysnoop /dev/tty0
/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,…
109 * fix tools ttysnoop/readahead for newer kernels
317 mountsnoop, runqlen, slabratetop, syscount, tcplife, tcptop, ttysnoop,
/aosp_15_r20/external/bcc/snap/
H A Dsnapcraft.yaml329 ttysnoop:
330 command: bcc-wrapper ttysnoop
/aosp_15_r20/external/bcc/
H A DREADME.md176 - tools/[ttysnoop](tools/ttysnoop.py): Watch live output from a tty or pts device. [Examples](tools…
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_tools_smoke.py379 self.run_with_int("ttysnoop.py /dev/console")