public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/2] perf-probe: Improbe non-C language support
@ 2024-11-13  0:21 Masami Hiramatsu (Google)
  2024-11-13  0:21 ` [PATCH v3 1/2] perf-probe: Replace unacceptable characters when generating event name Masami Hiramatsu (Google)
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Masami Hiramatsu (Google) @ 2024-11-13  0:21 UTC (permalink / raw)
  To: Arnaldo Carvalho de Melo, Namhyung Kim
  Cc: Peter Zijlstra, Ingo Molnar, Masami Hiramatsu, Ian Rogers,
	Dima Kogan, Alexander Lobakin, Przemek Kitszel, linux-perf-users,
	linux-kernel

Hi,

Here is the 3rd version of patches for perf probe to improve non-C language
(e.g. Rust, Go) support.

This ported the last patch on top of tmp.perf-tools-next, and add a fix patch
for compilation errors.

https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git tmp.perf-tools-next

https://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next.git/log/?h=tmp.perf-tools-next

Thank you,

---

Masami Hiramatsu (Google) (2):
      perf-probe: Replace unacceptable characters when generating event name
      perf disasm: Fix compilation error with stubs


 tools/perf/util/disasm.c       |    7 ++++---
 tools/perf/util/probe-event.c  |   32 +++++++++++++++++++++++++-------
 tools/perf/util/probe-event.h  |    3 ++-
 tools/perf/util/probe-finder.c |   15 +++++++++++++++
 tools/perf/util/probe-finder.h |    5 +++++
 5 files changed, 51 insertions(+), 11 deletions(-)

--
Masami Hiramatsu (Google) <mhiramat@kernel.org>

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

end of thread, other threads:[~2024-12-10 18:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-13  0:21 [PATCH v3 0/2] perf-probe: Improbe non-C language support Masami Hiramatsu (Google)
2024-11-13  0:21 ` [PATCH v3 1/2] perf-probe: Replace unacceptable characters when generating event name Masami Hiramatsu (Google)
2024-11-13  0:21 ` [PATCH v3 2/2] perf disasm: Fix compilation error with stubs Masami Hiramatsu (Google)
2024-12-10 18:40 ` [PATCH v3 0/2] perf-probe: Improbe non-C language support Arnaldo Carvalho de Melo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox