Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
bpftrace
Repository
454cdd08381f1ab3d8b519d4c2afe69565c5e3c5
Switch branch/tag
bpftrace
src
History
Find file
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
Download this directory
zip
tar.gz
tar.bz2
tar
Clone
Clone with HTTPS
Open in your IDE
Visual Studio Code
Copy HTTPS clone URL
Copy HTTPS clone URL
https://lab.nexedi.com/kirr/bpftrace.git
support printf() format widths
Brendan Gregg authored
7 years ago
454cdd08
Name
Last commit
Last update
..
arch
Add func builtin
7 years ago
ast
fix for #18: initializing comm memory
7 years ago
CMakeLists.txt
Make dynamic linking the default
7 years ago
attached_probe.cpp
Fix build
7 years ago
attached_probe.h
Fix build
7 years ago
bpftrace.cpp
Better error message when unable to open files
7 years ago
bpftrace.h
Store number of online CPUs, so we don't need to read /sys/devices/system/cpu/online while probes are running
7 years ago
driver.cpp
Make parser reentrant
7 years ago
driver.h
Add support for escape characters in strings
7 years ago
fake_map.cpp
Add FakeMap class so tests don't rely on BPF system call
7 years ago
fake_map.h
Add FakeMap class so tests don't rely on BPF system call
7 years ago
imap.h
Add FakeMap class so tests don't rely on BPF system call
7 years ago
lexer.l
Add wildcard matches for probe functions
7 years ago
main.cpp
Add FakeMap class so tests don't rely on BPF system call
7 years ago
map.cpp
Fix build after BCC update. Add name arguments to bpf_prog_load and bpf_create_map.
7 years ago
map.h
Add FakeMap class so tests don't rely on BPF system call
7 years ago
mapkey.cpp
Add func builtin
7 years ago
mapkey.h
Add func builtin
7 years ago
parser.yy
Allow character classes in probe names
7 years ago
printf.cpp
support printf() format widths
7 years ago
printf.h
Add printf function
7 years ago
triggers.h
Add BEGIN and END probes
7 years ago
types.cpp
Add profile probe provider
7 years ago
types.h
Add profile probe provider
7 years ago