[PATCH 1/7] perf/trace: Add notification for perf trace events

2016-09-13 Thread Punit Agrawal
Add a mechanism to notify listeners about perf trace event state changes. This enables listeners to take actions requiring the event context (e.g., attached process). The notification mechanism can be used to reduce trace point based profiling overhead by enabling/disabling hardware traps for spec

[RFC v2 PATCH 1/7] perf/trace: Add notification for perf trace events

2016-09-05 Thread Punit Agrawal
Add a mechanism to notify listeners about perf trace event state changes. This enables listeners to take actions requiring the event context (e.g., attached process). The notification mechanism can be used to reduce trace point based profiling overhead by enabling/disabling hardware traps for spec

Re: [RFC PATCH 1/7] perf/trace: Add notification for perf trace events

2016-08-31 Thread Punit Agrawal
Punit Agrawal writes: > Add a mechanism to notify listeners about perf trace event state > changes. This enables listeners to take actions requiring the event > context (e.g., attached process). > > The notification mechanism can be used to reduce trace point based > profiling overhead by enablin

[RFC PATCH 1/7] perf/trace: Add notification for perf trace events

2016-08-16 Thread Punit Agrawal
Add a mechanism to notify listeners about perf trace event state changes. This enables listeners to take actions requiring the event context (e.g., attached process). The notification mechanism can be used to reduce trace point based profiling overhead by enabling/disabling hardware traps for spec