-
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…
-
### Is your feature request related to a problem? Please describe.
This is related to the same issue described here: https://github.com/bpftrace/bpftrace/issues/3549
I am collecting data in two…
-
### Is your feature request related to a problem? Please describe.
`bpftrace` currently doesn't support demangling Rust symbols, so when listing `uprobes` on Rust programs you get the mangled symbol …
-
grafana-pcp security update
Severity: important
Description
The Grafana plugin for Performance Co-Pilot includes datasources for scalable time series from pmseries and Redis, live PCP metrics and bpft…
-
When there is no offset specified, bpftrace is allowed to chose where exactly to place the probe, e.g. after a function prologue: `uprobe:./bpftrace:main`
When there is an offset specified, bpftrac…
-
In the documentation (https://github.com/bpftrace/bpftrace/blob/master/man/adoc/bpftrace.adoc) the mechanism for specifying function names in C++ for a uprobe specification using the demangled form i…
-
It would be nice if it was possible to create multiple config profiles, and automatically switch them based on currently running applications. An example use case would be to have one set of settings …
-
The docs say this about `time(...)`:
> bpftrace uses the `strftime(3)` function for formatting time and supports the same format specifiers.
However, it doesn't seem to format `%f` correctly, wh…
-
### What reproduces the bug? Provide code if possible.
```
$ sudo ./build/src/bpftrace -e 'tracepoint:skb:kfree_skb { print(*curtask) }' -d libbpf | tail
ERROR: Unknown BPF object load failur…
-
Convert the tooling + functionality that is implemented in [bpftrace](https://github.com/iovisor/bpftrace) and [bcc](https://github.com/iovisor/bcc) into a library that can be used to easily deploy s…