commit | dc8590f4c6a7a2c0b6c0160ca9bbfe5537f1089d | [log] [tgz] |
---|---|---|
author | Steven Rostedt (Google) <rostedt@goodmis.org> | Fri May 13 22:47:32 2022 -0400 |
committer | Steven Rostedt (Google) <rostedt@goodmis.org> | Sat May 21 20:01:09 2022 -0400 |
tree | b0dbf708cc2eb481152b56e14764f36ebb313e73 | |
parent | 5e4ed7563019d87c193f93a7ae1333defa513e87 [diff] |
trace-cmd: Move add_guest_info() into trace-vm.c In preparation for the agent proxy, move add_guest_info() into trace-vm.c and rename it to trace_add_guest_info(). This will be used by the agent when acting as a proxy. Also comment the function to state what it does and what it records into the trace.dat option. Link: https://lore.kernel.org/linux-trace-devel/20220514024756.1319681-3-rostedt@goodmis.org Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>