linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2 0/2] libtracecmd: Support changing /proc/kallsyms
@ 2025-06-02 21:38 Ilya Leoshkevich
  2025-06-02 21:38 ` [PATCH v2 1/2] libtracecmd: Support querying position within a new compressed block Ilya Leoshkevich
  2025-06-02 21:38 ` [PATCH v2 2/2] libtracecmd: Support changing /proc/kallsyms Ilya Leoshkevich
  0 siblings, 2 replies; 4+ messages in thread
From: Ilya Leoshkevich @ 2025-06-02 21:38 UTC (permalink / raw)
  To: Steven Rostedt
  Cc: linux-trace-devel, Heiko Carstens, Vasily Gorbik,
	Alexander Gordeev, Ilya Leoshkevich

v1: https://lore.kernel.org/linux-trace-devel/20250416231325.14113-1-iii@linux.ibm.com/
v1 -> v2: Rewrite the size instead of reading the file twice (Steven).
          Turns out exposing do_lseek() is not necessary, since
          everything is in the same C file.

Hi,

this series fixes tracing in presence of frequent BPF or kernel module
loads/unloads. Patch 1 is a small required improvement; patch 2 is the
actual implementation.

Best regards,
Ilya

Ilya Leoshkevich (2):
  libtracecmd: Support querying position within a new compressed block
  libtracecmd: Support changing /proc/kallsyms

 lib/trace-cmd/trace-compress.c |  5 ++++-
 lib/trace-cmd/trace-output.c   | 26 +++++++++++++++++++++++++-
 2 files changed, 29 insertions(+), 2 deletions(-)

-- 
2.49.0


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-07-08 18:24 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-02 21:38 [PATCH v2 0/2] libtracecmd: Support changing /proc/kallsyms Ilya Leoshkevich
2025-06-02 21:38 ` [PATCH v2 1/2] libtracecmd: Support querying position within a new compressed block Ilya Leoshkevich
2025-06-02 21:38 ` [PATCH v2 2/2] libtracecmd: Support changing /proc/kallsyms Ilya Leoshkevich
2025-07-08 18:24   ` Steven Rostedt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).