aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/utils.py
diff options
context:
space:
mode:
authorSteven Rostedt (Google) <[email protected]>2023-12-12 19:04:22 -0500
committerSteven Rostedt (Google) <[email protected]>2023-12-18 23:14:16 -0500
commit9482341d9bdaf194552673b6c1c81a824e985e7f (patch)
tree1b567caf21944953eb41927326f77754bdc986e9 /scripts/gdb/linux/utils.py
parent40fc60e36c60ba85b2974e507b67df40c94e9578 (diff)
tracing: Have trace_marker break up by lines by size of trace_seq
If a trace_marker write is bigger than what trace_seq can hold, then it will print "LINE TOO BIG" message and not what was written. Instead, check if the write is bigger than the trace_seq and break it up by that size. Ideally, we could make the trace_seq dynamic that could hold this. But that's for another time. Link: https://lore.kernel.org/linux-trace-kernel/[email protected] Cc: Mark Rutland <[email protected]> Cc: Mathieu Desnoyers <[email protected]> Reviewed-by: Masami Hiramatsu (Google) <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/utils.py')
0 files changed, 0 insertions, 0 deletions