diff options
author | Zhang, Yanmin <yanmin_zhang@linux.intel.com> | 2010-04-19 01:32:50 -0400 |
---|---|---|
committer | Avi Kivity <avi@redhat.com> | 2010-04-19 05:37:24 -0400 |
commit | a1645ce12adb6c9cc9e19d7695466204e3f017fe (patch) | |
tree | 5d31aaaf534997e6e9cebc07f38eca35f76986cf /tools/perf/util/thread.h | |
parent | ff9d07a0e7ce756a183e7c2e483aec452ee6b574 (diff) |
perf: 'perf kvm' tool for monitoring guest performance from host
Here is the patch of userspace perf tool.
Signed-off-by: Zhang Yanmin <yanmin_zhang@linux.intel.com>
Signed-off-by: Avi Kivity <avi@redhat.com>
Diffstat (limited to 'tools/perf/util/thread.h')
-rw-r--r-- | tools/perf/util/thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/util/thread.h b/tools/perf/util/thread.h index 9c488fcadec9..1dfd9ff8bdcd 100644 --- a/tools/perf/util/thread.h +++ b/tools/perf/util/thread.h | |||
@@ -33,12 +33,12 @@ static inline struct map *thread__find_map(struct thread *self, | |||
33 | 33 | ||
34 | void thread__find_addr_map(struct thread *self, | 34 | void thread__find_addr_map(struct thread *self, |
35 | struct perf_session *session, u8 cpumode, | 35 | struct perf_session *session, u8 cpumode, |
36 | enum map_type type, u64 addr, | 36 | enum map_type type, pid_t pid, u64 addr, |
37 | struct addr_location *al); | 37 | struct addr_location *al); |
38 | 38 | ||
39 | void thread__find_addr_location(struct thread *self, | 39 | void thread__find_addr_location(struct thread *self, |
40 | struct perf_session *session, u8 cpumode, | 40 | struct perf_session *session, u8 cpumode, |
41 | enum map_type type, u64 addr, | 41 | enum map_type type, pid_t pid, u64 addr, |
42 | struct addr_location *al, | 42 | struct addr_location *al, |
43 | symbol_filter_t filter); | 43 | symbol_filter_t filter); |
44 | #endif /* __PERF_THREAD_H */ | 44 | #endif /* __PERF_THREAD_H */ |