diff options
author | 2015-08-21 08:14:46 +0200 | |
---|---|---|
committer | 2015-08-21 08:17:01 +0200 | |
commit | 82819ffb42fb45197bacf3223191deca31d3eb91 (patch) | |
tree | 7e4d872981d3e7c6cbd9bc7f8bf637b6605a55c8 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core (diff) | |
download | wireguard-linux-82819ffb42fb45197bacf3223191deca31d3eb91.tar.xz wireguard-linux-82819ffb42fb45197bacf3223191deca31d3eb91.zip |
perf/x86/msr: Fix the MSR driver build
The new MSR PMU driver made use of rdtsc() which does not exist (yet) in
this tree:
arch/x86/kernel/cpu/perf_event_msr.c:91:3: error: implicit declaration of function 'rdtsc'
Use the old rdtscll() primitive for now.
Reported-by: kbuild test robot <fengguang.wu@intel.com>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions