diff options
| author | Peter Zijlstra <[email protected]> | 2016-07-06 18:02:43 +0200 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2016-08-10 13:13:24 +0200 |
| commit | 68f7082ffb0575154ccdec36109e293174f48a4c (patch) | |
| tree | a8e84e19012fc10261534e929bb9e553a55b07e8 /tools/testing/radix-tree/linux/export.h | |
| parent | 09e61b4f78498bd9f213b0a536e80b79507ea89f (diff) | |
perf/x86: Ensure perf_sched_cb_{inc,dec}() is only called from pmu::{add,del}()
Currently perf_sched_cb_{inc,dec}() are called from
pmu::{start,stop}(), which has the problem that this can happen from
NMI context, this is making it hard to optimize perf_pmu_sched_task().
Furthermore, we really only need this accounting on pmu::{add,del}(),
so doing it from pmu::{start,stop}() is doing more work than we really
need.
Introduce x86_pmu::{add,del}() and wire up the LBR and PEBS.
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Vince Weaver <[email protected]>
Cc: [email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/testing/radix-tree/linux/export.h')
0 files changed, 0 insertions, 0 deletions