Re: [PATCH v4 00/10] Add support for synchronous signals on perf events

2021-04-14 Thread Peter Zijlstra
On Thu, Apr 08, 2021 at 12:35:55PM +0200, Marco Elver wrote: > Marco Elver (9): > perf: Apply PERF_EVENT_IOC_MODIFY_ATTRIBUTES to children > perf: Support only inheriting events if cloned with CLONE_THREAD > perf: Add support for event removal on exec > signal: Introduce TRAP_PERF si_code a

[PATCH v4 00/10] Add support for synchronous signals on perf events

2021-04-08 Thread Marco Elver
The perf subsystem today unifies various tracing and monitoring features, from both software and hardware. One benefit of the perf subsystem is automatically inheriting events to child tasks, which enables process-wide events monitoring with low overheads. By default perf events are non-intrusive,