commit | d581141970ef3965c1624960fa928d765afd8a3e | [log] [tgz] |
---|---|---|
author | Andi Kleen <ak@linux.intel.com> | Fri Jan 27 18:03:36 2017 -0800 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Wed Feb 08 08:55:02 2017 -0300 |
tree | 540642ce441418072cae109f6ba9db86075f2834 | |
parent | 4d416436f382c64675910bc2cd41ef6e57a249f6 [diff] |
perf jevents: Parse eventcode as number The next patch needs to modify event code. Previously eventcode was just passed through as a string. Now parse it as a number. v2: Don't special case 0 Signed-off-by: Andi Kleen <ak@linux.intel.com> Acked-by: Jiri Olsa <jolsa@kernel.org> Link: http://lkml.kernel.org/r/20170128020345.19007-2-andi@firstfloor.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>