diff options
Diffstat (limited to 'tools/perf/util/dump-insn.h')
-rw-r--r-- | tools/perf/util/dump-insn.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/dump-insn.h b/tools/perf/util/dump-insn.h index 6501250615..4a7797dd6d 100644 --- a/tools/perf/util/dump-insn.h +++ b/tools/perf/util/dump-insn.h @@ -11,6 +11,7 @@ struct thread; struct perf_insn { /* Initialized by callers: */ struct thread *thread; + struct machine *machine; u8 cpumode; bool is64bit; int cpu; |