| | Subject | Re: [PATCH 6/9] perf, tool: Add parser generator for events parsing | | From | Peter Zijlstra <> | | Date | Tue, 24 Jan 2012 17:02:05 +0100 |
| |
On Mon, 2012-01-16 at 13:31 +0100, Jiri Olsa wrote: > +r{num_dec} { return raw(10); } > +r{num_hex} { return raw(16); }
Not sure that's compatible with the current stuff (not that I greatly mind though), iirc rXXX is always hex.
|