Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323678
b: refs/heads/master
c: 0a0317b
h: refs/heads/master
v: v3
  • Loading branch information
Cody P Schafer authored and Arnaldo Carvalho de Melo committed Aug 13, 2012
1 parent f6b7a08 commit 9d54be7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 82151520938ec79e5e3adb7e61977f002031c38c
refs/heads/master: 0a0317b41e20770f81bc61d7b208957385466c3f
3 changes: 1 addition & 2 deletions trunk/tools/perf/util/symbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -1503,9 +1503,8 @@ static int dso__load_kernel_sym(struct dso *dso, struct map *map,
free(kallsyms_allocated_filename);

if (err > 0) {
dso__set_long_name(dso, strdup("[kernel.kallsyms]"));
out_fixup:
if (kallsyms_filename != NULL)
dso__set_long_name(dso, strdup("[kernel.kallsyms]"));
map__fixup_start(map);
map__fixup_end(map);
}
Expand Down

0 comments on commit 9d54be7

Please sign in to comment.