[PATCH 14/18 v3] mm: tracing: Export enums in tracepoints to user space

2015-04-02 Thread Steven Rostedt
From: "Steven Rostedt (Red Hat)" The enums used in tracepoints with __print_symbolic() have their names shown in the tracepoint format files and not their values. This makes it difficult for user space tools to convert the binary data to the strings as user space does not know what those enums

[PATCH 14/18 v3] mm: tracing: Export enums in tracepoints to user space

2015-04-02 Thread Steven Rostedt
From: Steven Rostedt (Red Hat) rost...@goodmis.org The enums used in tracepoints with __print_symbolic() have their names shown in the tracepoint format files and not their values. This makes it difficult for user space tools to convert the binary data to the strings as user space does not know