From: "Steven Rostedt (Google)" <rostedt@xxxxxxxxxxx> Add the necessary man pages for traceeval_delta. Changes since v1: https://lore.kernel.org/all/20231006185405.1379249-1-rostedt@xxxxxxxxxxx/ - Updated them to show that traceeval_delta_teval_put() only needs the teval and not the tdelta. Steven Rostedt (Google) (3): libtraceeval: Add man pages for traceeval_delta init/start/stop functions libtraceeval: Add man pages for insert/remove/query of traceeval_delta items libtraceeval: Add man pages for libtraceeval_delta retrieving of deltas Documentation/libtraceeval-delta-init.txt | 346 ++++++++++++++++++++ Documentation/libtraceeval-delta-insert.txt | 122 +++++++ Documentation/libtraceeval-delta-rest.txt | 308 +++++++++++++++++ Documentation/libtraceeval.txt | 65 ++++ check-manpages.sh | 2 +- 5 files changed, 842 insertions(+), 1 deletion(-) create mode 100644 Documentation/libtraceeval-delta-init.txt create mode 100644 Documentation/libtraceeval-delta-insert.txt create mode 100644 Documentation/libtraceeval-delta-rest.txt -- 2.40.1