* [PATCH][trace-cmd] libtraceevent: Fix parsing of octal formats
@ 2019-12-09 20:00 Jan Kiszka
0 siblings, 0 replies; only message in thread
From: Jan Kiszka @ 2019-12-09 20:00 UTC (permalink / raw)
To: Steven Rostedt; +Cc: Linux Kernel Mailing List
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2019-12-09 20:00 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-09 20:00 [PATCH][trace-cmd] libtraceevent: Fix parsing of octal formats Jan Kiszka
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®