Tomislav Novak

Results 2 issues of Tomislav Novak

This is a follow-up to #2360. The main issues I've run into on armv7 have to do with pointers in bpftrace being 64-bit, which results in misaligned loads and/or wrong...

Interval probes are attached to `PERF_COUNT_SW_CPU_CLOCK` events that fire [on CPU 0](https://github.com/bpftrace/bpftrace/blob/e8bbee4d4319ea6bc3ce2cc633b15591459ad45b/src/attached_probe.cpp#L1391). If that CPU goes offline once an interval probe is attached, that probe never runs, even if the...

bug
kernel