Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 169563
b: refs/heads/master
c: 85df6f6
h: refs/heads/master
i:
  169561: 3472f1f
  169559: 31b03ed
v: v3
  • Loading branch information
Marti Raudsepp authored and Ingo Molnar committed Oct 27, 2009
1 parent 76f3fd6 commit 0c96107
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5b2bb75a0d4b08cd16bc35ecd674f957fc3b0eb7
refs/heads/master: 85df6f683efa457440eb922272fd5a71aa022ad4
2 changes: 2 additions & 0 deletions trunk/tools/perf/util/parse-events.c
Original file line number Diff line number Diff line change
Expand Up @@ -678,6 +678,8 @@ parse_event_symbols(const char **str, struct perf_event_attr *attr)
if (ret != EVT_FAILED)
goto modifier;

fprintf(stderr, "invalid or unsupported event: '%s'\n", *str);
fprintf(stderr, "Run 'perf list' for a list of valid events\n");
return EVT_FAILED;

modifier:
Expand Down

0 comments on commit 0c96107

Please sign in to comment.