Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 191220
b: refs/heads/master
c: b55a87a
h: refs/heads/master
v: v3
  • Loading branch information
Masami Hiramatsu authored and Arnaldo Carvalho de Melo committed Apr 14, 2010
1 parent 5fc5a67 commit f2beca7
Show file tree
Hide file tree
Showing 3 changed files with 323 additions and 200 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: a34a985499895a46a4dacff727d0fbc63cdc75e8
refs/heads/master: b55a87ade3839c33ab94768a0b5955734073f987
4 changes: 2 additions & 2 deletions trunk/tools/perf/util/probe-event.c
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ static int try_to_find_kprobe_trace_events(struct perf_probe_event *pev,

/* Error path */
if (need_dwarf) {
if (ntevs == -ENOENT)
if (ntevs == -EBADF)
pr_warning("No dwarf info found in the vmlinux - "
"please rebuild with CONFIG_DEBUG_INFO=y.\n");
die("Could not analyze debuginfo.");
die("Failed to analyze debuginfo.");
}
pr_debug("An error occurred in debuginfo analysis."
" Try to use symbols.\n");
Expand Down
Loading

0 comments on commit f2beca7

Please sign in to comment.