diff options
Diffstat (limited to 'tools/perf/util/header.c')
-rw-r--r-- | tools/perf/util/header.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/header.c b/tools/perf/util/header.c index d3d656f9a621..425a29ba01a9 100644 --- a/tools/perf/util/header.c +++ b/tools/perf/util/header.c | |||
@@ -241,6 +241,7 @@ perf_header__adds_write(struct perf_header *self, int fd) | |||
241 | 241 | ||
242 | buildid_sec = &feat_sec[idx++]; | 242 | buildid_sec = &feat_sec[idx++]; |
243 | 243 | ||
244 | dsos__load_kernel(); | ||
244 | /* | 245 | /* |
245 | * Read the list of loaded modules with its build_ids | 246 | * Read the list of loaded modules with its build_ids |
246 | */ | 247 | */ |