Skip to content
Commit fa32e855 authored by Steven Rostedt's avatar Steven Rostedt
Browse files

tracing: Add new trace_marker_raw



A new file is created:

 /sys/kernel/debug/tracing/trace_marker_raw

This allows for appications to create data structures and write the binary
data directly into it, and then read the trace data out from trace_pipe_raw
into the same type of data structure. This saves on converting numbers into
ASCII that would be required by trace_marker.

Suggested-by: default avatarOlof Johansson <olof@lixom.net>
Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
parent 9648dc15
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment