diff options
author | 2017-04-05 23:43:03 +0100 | |
---|---|---|
committer | 2017-04-05 23:43:03 +0100 | |
commit | 3872fe83a2fbb7366daa93ca533a22138e2d483e (patch) | |
tree | e9c7c7a4a09a551011286a866235594b76cb73af /tools/perf | |
parent | ARM: 8665/1: nommu: access ID_PFR1 only if CPUID scheme (diff) | |
parent | arm: kprobes: Align stack to 8-bytes in test code (diff) | |
download | wireguard-linux-3872fe83a2fbb7366daa93ca533a22138e2d483e.tar.xz wireguard-linux-3872fe83a2fbb7366daa93ca533a22138e2d483e.zip |
Merge branch 'kprobe-fixes' of https://git.linaro.org/people/tixy/kernel into fixes
Diffstat (limited to '')
-rw-r--r-- | tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c b/tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c index 7913363bde5c..4f3c758d875d 100644 --- a/tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c +++ b/tools/perf/util/intel-pt-decoder/intel-pt-insn-decoder.c @@ -31,7 +31,7 @@ #error Instruction buffer size too small #endif -/* Based on branch_type() from perf_event_intel_lbr.c */ +/* Based on branch_type() from arch/x86/events/intel/lbr.c */ static void intel_pt_insn_decoder(struct insn *insn, struct intel_pt_insn *intel_pt_insn) { |