Open joelagnel opened 6 years ago
Critical section events (t:preemptirq) can be noisy (irq on/off preempt on/off). Using BCC we can write a tool that filters the noise by letting eBPF discard traces of critical sections that are too small in length, to report.
Critical section events (t:preemptirq) can be noisy (irq on/off preempt on/off). Using BCC we can write a tool that filters the noise by letting eBPF discard traces of critical sections that are too small in length, to report.