Alastair Robertson
Alastair Robertson
Opening up for others to take on
I'll put my vote behind the second option (transparently use session probes where applicable). It'll benefit all existing scripts and we won't have to tell users to forget the old...
It'd also be nice to be able to do something like this if someone presses the space bar, for example. I'm not sure how we'd make that work though.
Stdin would be nice, but we'd need to define some form of probe type that could execute arbitrary BpfScript code on the input event. Just printing all maps is a...
It could be triggered by in userspace by the bpftrace runtime when it detects the keypress, in a similar way to how we trigger the `BEGIN` and `END` probes when...
Issue also discussed in #3198
> Backing up a bit, what is the use case for this language feature? As I've been writing bigger bpftrace scripts and attempting to port BCC tools over, working exclusively...
> I'm confused by this comment...don't we need to print things to read the output and verify its what we expect. Or do you propse just using exit()? I've made...
> [@ajor](https://github.com/ajor) I remember you did some work on the libbpf linker side, what's the status of that? My libbpf change was just to support linking against in-memory objects instead...
@netoptimizer Thanks for identifying these issues. My kernel isn't new enough to have the `cgroup_rstat_locked` tracepoint so I'm having a little trouble reproducing. To save me some time, would you...