From: Gleb Natapov <gleb@redhat.com>
To: acme@ghostprotocols.net
Cc: a.p.zijlstra@chello.nl, mingo@redhat.com, jolsa@redhat.com,
linux-kernel@vger.kernel.org, avi@redhat.com
Subject: [PATCH] perf tools: Add 'G' and 'H' modifiers to event parsing
Date: Sun, 15 Apr 2012 17:59:48 +0300 [thread overview]
Message-ID: <20120415145948.GK11918@redhat.com> (raw)
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.
next reply other threads:[~2012-04-15 14:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-15 14:59 Gleb Natapov [this message]
2012-04-15 15:12 ` [PATCH] perf tools: Add 'G' and 'H' modifiers to event parsing 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20120415145948.GK11918@redhat.com \
--to=gleb@redhat.com \
--cc=a.p.zijlstra@chello.nl \
--cc=acme@ghostprotocols.net \
--cc=avi@redhat.com \
--cc=jolsa@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mingo@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.