-
This is mostly documenting decisions from a discussion at the most recent office hours but please feel free to comment, offer up suggestions, etc.
Current internal types will remain named as they a…
-
### Is your feature request related to a problem? Please describe.
When we invoke bpftrace to trace a single process (e.g.: `$ bpftrace -p ./some_script.bt`), there should be a way to retrieve the…
-
```
subprocess.TimeoutExpired: Command '['/home/claireh/mmtk-core/tools/tracing/performance/run.py', '-b', '/opt/bpftrace/bpftrace-static', '-m', '/home/claireh/openjdk/build/mmtk/images/jdk/lib/serv…
-
### Is your feature request related to a problem? Please describe.
`bpftrace --info` is getting quite long. Would be good to make better use of screen real estate. Maybe multiple key: value entries…
-
in [bpftrace.adoc](https://github.com/bpftrace/bpftrace/blob/master/man/adoc/bpftrace.adoc#max_cat_bytes) the default value for `max_cat_bytes` is indicated as 10000, while it is 10240
https://github…
-
Sometimes, one might have the PID of a process, but its executable may no longer exist on disk. Or, it might just be clunky to get a path.
In these cases, it is possible to run `bpftrace` like so:
…
-
目前安装0.21.x之后的bpftrace版本遇到很多底层库版本对不上的问题:
```bash
root@localhost:/# dpkg -i bpftrace_0.21.2-1_arm64.deb
(Reading database ... 42363 files and directories currently installed.)
Preparing to unpack b…
oraSC updated
3 months ago
-
### Describe the solution you'd like
It would be useful for bpftrace to be able to access task storage maps (`BPF_MAP_TYPE_TASK_STORAGE`) from within a `bpftrace` program. This can be used to aggrega…
-
**Is your feature request related to a problem? Please describe.**
The current bpftrace feature allows attaching kprobes to kernel functions, but not to any user space functions.
**Describe the so…
-
Currently, when a field of type `Type::none` is encountered, its value is not printed -- as we return an empty string
https://github.com/bpftrace/bpftrace/blob/c14a2ce8b7afa3950e7263d509bd869cb1284b9…