All of lore.kernel.org
 help / color / mirror / Atom feed
* [RFC PATCH 0/4] trace-cruncher: ftrace uprobes support
@ 2022-03-31  9:55 Tzvetomir Stoyanov (VMware)
  2022-03-31  9:55 ` [RFC PATCH 1/4] trace-cruncher: Logic for resolving address to function name Tzvetomir Stoyanov (VMware)
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Tzvetomir Stoyanov (VMware) @ 2022-03-31  9:55 UTC (permalink / raw)
  To: y.karadz; +Cc: rostedt, linux-trace-devel

Ftrace uprobes can be used to create dynamic events for user functions.
Tracing user function can be very useful functionality for trace-cruncher.

The patch set depends on these libftrace changes, not yet accepted:
https://lore.kernel.org/linux-trace-devel/20220328090347.107849-1-tz.stoyanov@gmail.com/

Tzvetomir Stoyanov (VMware) (4):
  trace-cruncher: Logic for resolving address to function name
  trace-cruncher: ftrace uprobe raw API
  trace-cruncher: High level wrappers for ftrace uprobes
  trace-cruncher: Example script for uprobes high level API

 examples/user_trace.py |  41 ++
 setup.py               |   4 +-
 src/ftracepy-utils.c   |  48 ++
 src/ftracepy-utils.h   |  21 +
 src/ftracepy.c         |  45 ++
 src/trace-obj-debug.c  | 978 +++++++++++++++++++++++++++++++++++++++++
 src/trace-obj-debug.h  |  53 +++
 src/utrace-utils.c     | 509 +++++++++++++++++++++
 8 files changed, 1697 insertions(+), 2 deletions(-)
 create mode 100755 examples/user_trace.py
 create mode 100644 src/trace-obj-debug.c
 create mode 100644 src/trace-obj-debug.h
 create mode 100644 src/utrace-utils.c

-- 
2.35.1


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

end of thread, other threads:[~2022-04-05 14:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-31  9:55 [RFC PATCH 0/4] trace-cruncher: ftrace uprobes support Tzvetomir Stoyanov (VMware)
2022-03-31  9:55 ` [RFC PATCH 1/4] trace-cruncher: Logic for resolving address to function name Tzvetomir Stoyanov (VMware)
2022-04-05 12:28   ` Yordan Karadzhov
2022-03-31  9:55 ` [RFC PATCH 2/4] trace-cruncher: ftrace uprobe raw API Tzvetomir Stoyanov (VMware)
2022-03-31  9:55 ` [RFC PATCH 3/4] trace-cruncher: High level wrappers for ftrace uprobes Tzvetomir Stoyanov (VMware)
2022-04-01  9:41   ` Yordan Karadzhov
2022-03-31  9:55 ` [RFC PATCH 4/4] trace-cruncher: Example script for uprobes high level API Tzvetomir Stoyanov (VMware)
2022-04-01  9:41   ` Yordan Karadzhov
2022-04-01  9:43     ` Yordan Karadzhov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.