commit | e91ab91b0a529ae29b08018c448d1906aa4ea51c | [log] [tgz] |
---|---|---|
author | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu May 06 12:52:00 2021 -0400 |
committer | Steven Rostedt (VMware) <rostedt@goodmis.org> | Thu May 06 16:25:37 2021 -0400 |
tree | 3c4ee9d1265b5f15f523c2e9033ee397c6f14aad | |
parent | 67b2de06ccd249f2b0dcc9b3e196e4fbcb943066 [diff] |
trace-cmd list: Add --full to show print fmt of an event There's several times I want to see the print fmt from the event's format file, and there's no way to do that with trace-cmd list -e. Add a --full option to display the entire format file of an event, including the print fmt, which can be useful as well. Link: https://lore.kernel.org/linux-trace-devel/20210506165203.3889058-2-rostedt@goodmis.org Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>