The trace buffer page size is equal to the system memory page size in the current ftrace implementation, but this may change in the future. The newly introduced traceevent library API should be used to get the real trace buffer page size, bases on the information from the "events/header_page" ftrace file. This patch set depends on: "[PATCH v7 0/4] trace-cmd documentation update for v7 files" https://lore.kernel.org/linux-trace-devel/20220119083219.246347-1-tz.stoyanov@xxxxxxxxx/ v5 changes: - Bug fixes. - Code cleanups. - Rebase. v4 changes - Rebased on top of the latest master. v3 changes - Rebased on top of the latest master. v2 changes: - libtraceevent API is renamed, use the new version. - Rewrote get_trace_page_size() to use libtracefs APIs. - Cleanups in "trace-cmd dump" output, related to buffer page size print. Tzvetomir Stoyanov (VMware) (2): trace-cmd library: Use the real trace buffer page size trace-cmd library: Introduce buffer page size per instance .../trace-cmd/trace-cmd.dat.v7.5.txt | 1 + lib/trace-cmd/include/trace-cmd-local.h | 4 +- lib/trace-cmd/trace-input.c | 11 ++- lib/trace-cmd/trace-output.c | 74 +++++++++++++++---- tracecmd/trace-dump.c | 9 ++- 5 files changed, 79 insertions(+), 20 deletions(-) -- 2.34.1