mirror of
https://github.com/torvalds/linux.git
synced 2024-11-25 13:41:51 +00:00
events: Add note to update_event_times comment about holding ctx->lock
Signed-off-by: Eric B Munson <emunson@mgebm.net> Signed-off-by: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1308861279-15216-1-git-send-email-emunson@mgebm.net Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
28009ce4a8
commit
b7526f0ca6
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user