Daniel Xu
Daniel Xu
Seems like a reasonable thing to support. Although I think rather than adding to probe definition (where brevity and readability are very important), it's a better fit for probe attributes:...
Probably b/c `-p` and `-c` originally were for USDT use case: ``` -p PID enable USDT probes on PID -c 'CMD' run CMD and enable USDT probes on resulting process...
bpftrace already has support for watchpoint probes on both userspace and kernelspace addresses. I don't use JITed languages much nor am I familiar with JIT internals. But if you give...
Agreed. join() should be fixed to return a value. This will probably be significantly easier to implement when C interop lands
Yeah I think this'd be nice. A lot of FB's C++ libraries create their own thread pools and name each thread inscrutably.
Yeah, IMO it'd be nice
Would be a good candidate for standard library.
I think serializing all structs is a good place to start. If we realize that's too heavy, then we can always do a mark and sweep motion in the code...
So the iovisor org is on some legacy plan b/c there's still a private repo. This prevents us from getting the free github actions builds (see https://github.com/iovisor/bpftrace/actions/new ): > GitHub...
When #1041 merges, we'll see for sure if github actions will run (b/c the PR checks in GH actions configs)