Commit b7526f0c authored by Eric B Munson's avatar Eric B Munson Committed by Ingo Molnar

events: Add note to update_event_times comment about holding ctx->lock

Signed-off-by: default avatarEric B Munson <emunson@mgebm.net>
Signed-off-by: default avatarPeter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1308861279-15216-1-git-send-email-emunson@mgebm.netSigned-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 28009ce4
...@@ -748,6 +748,7 @@ static u64 perf_event_time(struct perf_event *event) ...@@ -748,6 +748,7 @@ static u64 perf_event_time(struct perf_event *event)
/* /*
* Update the total_time_enabled and total_time_running fields for a event. * Update the total_time_enabled and total_time_running fields for a event.
* The caller of this function needs to hold the ctx->lock.
*/ */
static void update_event_times(struct perf_event *event) static void update_event_times(struct perf_event *event)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment