diff options
Diffstat (limited to 'tools/perf/util/thread.h')
-rw-r--r-- | tools/perf/util/thread.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/perf/util/thread.h b/tools/perf/util/thread.h index 5b856bf942e1..9a070743270c 100644 --- a/tools/perf/util/thread.h +++ b/tools/perf/util/thread.h | |||
@@ -58,6 +58,11 @@ void thread__find_addr_location(struct thread *thread, struct machine *machine, | |||
58 | u8 cpumode, enum map_type type, u64 addr, | 58 | u8 cpumode, enum map_type type, u64 addr, |
59 | struct addr_location *al); | 59 | struct addr_location *al); |
60 | 60 | ||
61 | void thread__find_cpumode_addr_location(struct thread *thread, | ||
62 | struct machine *machine, | ||
63 | enum map_type type, u64 addr, | ||
64 | struct addr_location *al); | ||
65 | |||
61 | static inline void *thread__priv(struct thread *thread) | 66 | static inline void *thread__priv(struct thread *thread) |
62 | { | 67 | { |
63 | return thread->priv; | 68 | return thread->priv; |