2019-12-09 20:02:42

by Jan Kiszka

[permalink] [raw]
Subject: [PATCH][trace-cmd] libtraceevent: Fix parsing of octal formats

From: Jan Kiszka <[email protected]>

Just gave ">o<" so far.

Signed-off-by: Jan Kiszka <[email protected]>
---
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