Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 312327
b: refs/heads/master
c: 8c5f0a8
h: refs/heads/master
i:
  312325: d34a8fa
  312323: b83484d
  312319: 30705be
v: v3
  • Loading branch information
Jiri Olsa authored and Arnaldo Carvalho de Melo committed Jul 5, 2012
1 parent 6bb1b3b commit d2fd64f
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ebf124ffab59e9e1c6179347fe95fe5baf32dcd7
refs/heads/master: 8c5f0a84c6b16e04195001bfd78281909519cf09
1 change: 1 addition & 0 deletions trunk/tools/perf/util/parse-events.l
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ r{num_raw_hex} { return raw(yyscanner); }
, { return ','; }
: { return ':'; }
= { return '='; }
\n { }

<mem>{
{modifier_bp} { return str(yyscanner, PE_MODIFIER_BP); }
Expand Down

0 comments on commit d2fd64f

Please sign in to comment.