Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 182333
b: refs/heads/master
c: 63bbd5e
h: refs/heads/master
i:
  182331: 962b30b
v: v3
  • Loading branch information
Liming Wang authored and Ingo Molnar committed Dec 30, 2009
1 parent 1e97a8a commit 291ba8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 41bdcb23dab22bf27361c5f2d89fe895d8904915
refs/heads/master: 63bbd5e2d539c9290b229c832f62d42aac23db94
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/probe-event.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ static int open_kprobe_events(int flags, int mode)
if (ret < 0) {
if (errno == ENOENT)
die("kprobe_events file does not exist -"
" please rebuild with CONFIG_KPROBE_TRACER.");
" please rebuild with CONFIG_KPROBE_EVENT.");
else
die("Could not open kprobe_events file: %s",
strerror(errno));
Expand Down

0 comments on commit 291ba8e

Please sign in to comment.