From: Jan Kiszka <jan.kiszka@siemens.com>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [PATCH][trace-cmd] libtraceevent: Fix parsing of octal formats
Date: Mon, 9 Dec 2019 21:00:08 +0100 [thread overview]
Message-ID: <ae43ebe0-12da-3596-7f9c-ddd00a9cfd8e@siemens.com> (raw)
From: Jan Kiszka <jan.kiszka@siemens.com>
Just gave ">o<" so far.
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
lib/traceevent/event-parse.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/traceevent/event-parse.c b/lib/traceevent/event-parse.c
index 0a49eb9..98bf97a 100644
--- a/lib/traceevent/event-parse.c
+++ b/lib/traceevent/event-parse.c
@@ -5071,6 +5071,7 @@ static void pretty_print(struct trace_seq *s, void *data, int size, struct tep_e
case 'i':
case 'x':
case 'X':
+ case 'o':
case 'u':
if (!arg) {
do_warning_event(event, "no argument match");
--
2.16.4
--
Siemens AG, Corporate Technology, CT RDA IOT SES-DE
Corporate Competence Center Embedded Linux
reply other threads:[~2019-12-09 20:00 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=ae43ebe0-12da-3596-7f9c-ddd00a9cfd8e@siemens.com \
--to=jan.kiszka@siemens.com \
--cc=linux-kernel@vger.kernel.org \
--cc=rostedt@goodmis.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®