Home
last modified time | relevance | path

Searched hist:"91 df6089aa330f12f31cf4b710350a3d6e3d66e6" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/include/trace/events/
H A Dwriteback.hdiff 91df6089aa330f12f31cf4b710350a3d6e3d66e6 Fri Mar 27 16:08:41 CDT 2015 Steven Rostedt (Red Hat) <rostedt@goodmis.org> writeback: Export enums used by tracepoint to user space

The enums used in tracepoints for __print_symbolic() do not have their
values shown in the tracepoint format files and this makes it difficult
for user space tools to convert the binary values to the strings they
are to represent.

Add TRACE_DEFINE_ENUM(x) macros to export the enum names to their values
to make the tracing output from user space tools more robust.

Link: http://lkml.kernel.org/r/20150403013802.220157513@goodmis.org

Cc: Dave Chinner <dchinner@redhat.com>
Cc: Jens Axboe <axboe@kernel.dk>
Reviewed-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Tested-by: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Signed-off-by: Steven Rostedt <rostedt@goodmis.org>