|
@@ -80,6 +80,11 @@ static inline int __perf_session__create_kernel_maps(struct perf_session *self,
|
|
self->vmlinux_maps, kernel);
|
|
self->vmlinux_maps, kernel);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+static inline int perf_session__create_kernel_maps(struct perf_session *self)
|
|
|
|
+{
|
|
|
|
+ return map_groups__create_kernel_maps(&self->kmaps, self->vmlinux_maps);
|
|
|
|
+}
|
|
|
|
+
|
|
static inline struct map *
|
|
static inline struct map *
|
|
perf_session__new_module_map(struct perf_session *self,
|
|
perf_session__new_module_map(struct perf_session *self,
|
|
u64 start, const char *filename)
|
|
u64 start, const char *filename)
|