perf tools: Separate 'mem:' event scanner bits
authorJiri Olsa <jolsa@redhat.com>
Mon, 21 May 2012 07:12:52 +0000 (09:12 +0200)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 22 May 2012 14:24:04 +0000 (11:24 -0300)
commit08d2f762ac4af861b962e543fceab341f05c8886
tree6a4ddd3c8c8383ee9d0ba7d048aaa6c3d301307f
parentb847cbdc6750bdea248ace75c1868f8ef57dcdf0
perf tools: Separate 'mem:' event scanner bits

Separating 'mem:' scanner processing, so we can parse out modifier
specifically and dont clash with other rules.

This is just precaution for the future, so we dont need to worry about
the rules clashing where we need to parse out any sub-rule of global
rules.

Signed-off-by: Jiri Olsa <jolsa@redhat.com>
Cc: Corey Ashford <cjashfor@linux.vnet.ibm.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1337584373-2741-5-git-send-email-jolsa@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/parse-events.c
tools/perf/util/parse-events.l
This page took 0.027638 seconds and 5 git commands to generate.