public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] perf tools: Add 'G' and 'H' modifiers to event parsing
@ 2012-04-15 14:59 Gleb Natapov
  2012-04-15 15:12 ` Peter Zijlstra
  0 siblings, 1 reply; 6+ messages in thread
From: Gleb Natapov @ 2012-04-15 14:59 UTC (permalink / raw)
  To: acme; +Cc: a.p.zijlstra, mingo, jolsa, linux-kernel, avi

They were dropped during conversion of event parser.

Signed-off-by: Gleb Natapov <gleb@redhat.com>
diff --git a/tools/perf/util/parse-events.l b/tools/perf/util/parse-events.l
index 05d766e..37a3f17 100644
--- a/tools/perf/util/parse-events.l
+++ b/tools/perf/util/parse-events.l
@@ -54,7 +54,7 @@ num_dec		[0-9]+
 num_hex		0x[a-fA-F0-9]+
 num_raw_hex	[a-fA-F0-9]+
 name		[a-zA-Z_*?][a-zA-Z0-9_*?]*
-modifier_event	[ukhp]{1,5}
+modifier_event	[ukhpGH]{1,5}
 modifier_bp	[rwx]
 
 %%
--
			Gleb.

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2012-04-17  9:44 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-15 14:59 [PATCH] perf tools: Add 'G' and 'H' modifiers to event parsing Gleb Natapov
2012-04-15 15:12 ` Peter Zijlstra
2012-04-15 15:23   ` Gleb Natapov
2012-04-16 20:10     ` Jiri Olsa
2012-04-17  9:37       ` Gleb Natapov
2012-04-17  9:44         ` Jiri Olsa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox