commit | 2073ad3326b7e4577af3d6789edd03df79519d21 | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Mon Mar 20 13:17:02 2017 -0700 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Tue Mar 21 16:07:40 2017 -0300 |
tree | f0292d8c2e3b783df00704b867d5a86048569553 | |
parent | b4229e9d4cac2295f8f04ec26acd571a391c6c37 [diff] |
perf tools: Factor out PMU matching in parser Factor out the PMU name matching in the event parser into a separate function, to use the same code for other grammar rules later. Signed-off-by: Andi Kleen <ak@linux.intel.com> Acked-by: Jiri Olsa <jolsa@kernel.org> Link: http://lkml.kernel.org/r/20170320201711.14142-5-andi@firstfloor.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>