From: Avidan Borisov <avidanborisov@xxxxxxxxx> Hi Steven, This is the second version of my patch series for adding the --daemonize option to trace-cmd record, incorporating your feedback. Changes since v1: - Replaced all instances of "he" with "the user". - Fixed the issue with the `break` statement in the switch case. - Added a usage example of --daemonize to the man page. Let me know if there are any further changes required. Thanks, Avidan Avidan Borisov (4): trace-cmd record: Add --daemonize trace-cmd: export pidfile functions from trace-listen.c trace-cmd record: Create a pidfile when using --daemonize trace-cmd record: Add --daemonize example to man page .../trace-cmd/trace-cmd-record.1.txt | 33 ++++ tracecmd/include/trace-local.h | 4 + tracecmd/trace-listen.c | 32 ++-- tracecmd/trace-record.c | 142 +++++++++++++++++- tracecmd/trace-usage.c | 3 + 5 files changed, 194 insertions(+), 20 deletions(-) -- 2.25.1