Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231801
b: refs/heads/master
c: dd9a9ad
h: refs/heads/master
i:
  231799: f487057
v: v3
  • Loading branch information
Arnaldo Carvalho de Melo committed Jan 17, 2011
1 parent 819f022 commit c4c2fdc
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: 4bca770ede796a1ef7af9c983166d5608d9ccfaf
refs/heads/master: dd9a9ad5e1e94894433110ccbf492ed60d75ffcb
2 changes: 1 addition & 1 deletion trunk/tools/perf/util/parse-events.c
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,7 @@ static enum event_result parse_tracepoint_event(const char **strp,
if (evt_length >= MAX_EVENT_LENGTH)
return EVT_FAILED;
if (strpbrk(evt_name, "*?")) {
*strp += strlen(sys_name) + evt_length;
*strp += strlen(sys_name) + evt_length + 1; /* 1 == the ':' */
return parse_multiple_tracepoint_event(sys_name, evt_name,
flags);
} else {
Expand Down

0 comments on commit c4c2fdc

Please sign in to comment.