[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20120415145948.GK11918@redhat.com>
Date: Sun, 15 Apr 2012 17:59:48 +0300
From: Gleb Natapov <gleb@...hat.com>
To: acme@...stprotocols.net
Cc: a.p.zijlstra@...llo.nl, mingo@...hat.com, jolsa@...hat.com,
linux-kernel@...r.kernel.org, avi@...hat.com
Subject: [PATCH] perf tools: Add 'G' and 'H' modifiers to event parsing
They were dropped during conversion of event parser.
Signed-off-by: Gleb Natapov <gleb@...hat.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.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists