Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182401
b: refs/heads/master
c: 19fc2de
h: refs/heads/master
i:
  182399: c01428d
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo authored and Ingo Molnar committed Jan 27, 2010
1 parent 66bcfdb commit dc89309
Show file tree
Hide file tree
Showing 2 changed files with 3 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: e1c7c6a40c8037478742ce134190c1a955853bfb
refs/heads/master: 19fc2dedff448120a7aeaa3c136689c6b71777c6
4 changes: 2 additions & 2 deletions trunk/tools/perf/util/symbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -1650,12 +1650,12 @@ static int dso__load_kernel_sym(struct dso *self, struct map *map,
getenv("HOME"), sbuild_id) == -1)
return -1;

kallsyms_filename = kallsyms_allocated_filename;

if (access(kallsyms_filename, F_OK)) {
free(kallsyms_allocated_filename);
return -1;
}

kallsyms_filename = kallsyms_allocated_filename;
} else {
/*
* Last resort, if we don't have a build-id and couldn't find
Expand Down

0 comments on commit dc89309

Please sign in to comment.