Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323675
b: refs/heads/master
c: 261ee82
h: refs/heads/master
i:
  323673: ddd8024
  323671: 0e6d611
v: v3
  • Loading branch information
Cody P Schafer authored and Arnaldo Carvalho de Melo committed Aug 13, 2012
1 parent f80351c commit 33d9450
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 52f9ddba516214a59fdd8eb155b2583ab314dc31
refs/heads/master: 261ee821c256dffa02e5608c7df51744a03992a2
4 changes: 1 addition & 3 deletions trunk/tools/perf/util/symbol.c
Original file line number Diff line number Diff line change
Expand Up @@ -1388,10 +1388,8 @@ int dso__load_vmlinux_path(struct dso *dso, struct map *map,
filename = dso__build_id_filename(dso, NULL, 0);
if (filename != NULL) {
err = dso__load_vmlinux(dso, map, filename, filter);
if (err > 0) {
dso__set_long_name(dso, filename);
if (err > 0)
goto out;
}
free(filename);
}

Expand Down

0 comments on commit 33d9450

Please sign in to comment.