mbox series

[v6,0/2] Get trace buffer page size from kernel

Message ID 20220126095735.571222-1-tz.stoyanov@gmail.com (mailing list archive)
Headers show
Series Get trace buffer page size from kernel | expand

Message

Tzvetomir Stoyanov (VMware) Jan. 26, 2022, 9:57 a.m. UTC
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 v8 0/4] trace-cmd documentation update for v7 files"
 https://lore.kernel.org/linux-trace-devel/20220126095530.571035-1-tz.stoyanov@gmail.com/

v6 changes:
 - Code cleanups.
 - Rebase.
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                   | 12 ++-
 lib/trace-cmd/trace-output.c                  | 74 +++++++++++++++----
 tracecmd/trace-dump.c                         |  9 ++-
 5 files changed, 80 insertions(+), 20 deletions(-)