diff options
author | Stephane Eranian <[email protected]> | 2015-11-12 11:00:04 +0100 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2015-11-23 09:21:03 +0100 |
commit | 614e4c4ebc75517295bccd29b20ddbc5b52af6fc (patch) | |
tree | 67931aaaac4c9e81176140293348f3582ef2a742 /lib/btree.c | |
parent | ddaaf4e291dd63db0667991e4a335fcf3a7df13e (diff) |
perf/core: Robustify the perf_cgroup_from_task() RCU checks
This patch reinforces the lockdep checks performed by
perf_cgroup_from_tsk() by passing the perf_event_context
whenever possible. It is okay to not hold the RCU read lock
when we know we hold the ctx->lock. This patch makes sure this
property holds.
In some functions, such as perf_cgroup_sched_in(), we do not
pass the context because we are sure we are holding the RCU
read lock.
Signed-off-by: Stephane Eranian <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Linus Torvalds <[email protected]>
Cc: Paul E. McKenney <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Thomas Gleixner <[email protected]>
Cc: Vince Weaver <[email protected]>
Cc: [email protected]
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'lib/btree.c')
0 files changed, 0 insertions, 0 deletions