Home
last modified time | relevance | path

Searched full:bashreadline (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/bcc/tools/
H A Dbpflist_example.txt12 4106 bashreadline map 1
13 4106 bashreadline prog 1
15 From the output above, the fileslower and bashreadline tools are running.
28 4106 bashreadline uprobe 1
29 4106 bashreadline prog 1
30 4106 bashreadline map 1
48 4106 bashreadline uprobe 1
49 4106 bashreadline prog 1
50 4106 bashreadline map 1
H A Dbashreadline_example.txt1 Demonstrations of bashreadline, the Linux eBPF/bcc version.
7 # ./bashreadline
20 # ./bashreadline -s /lib/libreadline.so
H A Dbashreadline.py3 # bashreadline Print entered bash commands from all running shells.
6 # USAGE: bashreadline [-s SHARED]
H A Dtrace_example.txt83 You can also trace user functions. For example, let's simulate the bashreadline
/aosp_15_r20/external/bcc/man/man8/
H A Dbashreadline.81 .TH bashreadline 8 "2016-01-28" "USER COMMANDS"
3 bashreadline \- Print entered bash commands system wide. Uses Linux eBPF/bcc.
5 .B bashreadline [\-h] [\-s SHARED]
7 bashreadline traces the return of the readline() function using uprobes, to
33 .B bashreadline
/aosp_15_r20/external/bcc/libbpf-tools/
H A Dbashreadline.c13 #include "bashreadline.h"
14 #include "bashreadline.skel.h"
25 const char *argp_program_version = "bashreadline 1.0";
31 "USAGE: bashreadline [-s <path/to/libreadline.so>]\n"
34 " bashreadline\n"
35 " bashreadline -s /usr/lib/libreadline.so\n";
H A D.gitignore3 /bashreadline
H A Dbashreadline.bpf.c6 #include "bashreadline.h"
H A DMakefile39 bashreadline \
/aosp_15_r20/external/bcc/src/lua/
H A DREADME.md81 … The type casts denote source of the objects, for example the [bashreadline][bashreadline] example…
157 [bashreadline]: http://www.brendangregg.com/blog/2016-02-08/linux-ebpf-bcc-uprobes.html
/aosp_15_r20/external/bcc/snap/
H A Dsnapcraft.yaml105 bashreadline:
106 command: bcc-wrapper bashreadline
/aosp_15_r20/external/bcc/tools/old/
H A Dbashreadline.py3 # bashreadline Print entered bash commands from all running shells.
/aosp_15_r20/external/bcc/examples/lua/
H A Dbashreadline.lua20 local b = BPF:new{src_file="bashreadline.c", debug=0}
H A Duprobe-readline.lua18 -- This is rough equivallent to `bashreadline`
H A Duprobe-readline-perf.lua18 -- This is rough equivallent to `bashreadline` with output through perf event API.
/aosp_15_r20/external/bcc/
H A DREADME.md88 - tools/[bashreadline](tools/bashreadline.py): Print entered bash commands system wide. [Examples](…
/aosp_15_r20/external/bcc/debian/
H A Dchangelog65 * new libbpf tools: bashreadline
/aosp_15_r20/external/bcc/tests/python/
H A Dtest_tools_smoke.py82 self.run_with_int("bashreadline.py")
/aosp_15_r20/external/bcc/docs/
H A Dreference_guide.md275 …b.com/iovisor/bcc/blob/4afa96a71c5dbfc4c507c3355e20baa6c184a3a8/tools/bashreadline.py) ([output](h…