Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/core
This commit is contained in:
@@ -214,7 +214,7 @@ static void perf_unpin_context(struct perf_event_context *ctx)
|
||||
|
||||
static inline u64 perf_clock(void)
|
||||
{
|
||||
return cpu_clock(raw_smp_processor_id());
|
||||
return local_clock();
|
||||
}
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user