]> www.infradead.org Git - users/jedix/linux-maple.git/commit
Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 25 Nov 2024 23:44:29 +0000 (15:44 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 25 Nov 2024 23:44:29 +0000 (15:44 -0800)
commit7f4f3b14e8079ecde096bd734af10e30d40c27b7
treecf36ee62abd3869d8264c0e569f275a4b4d20b92
parent36843bfbf7fdeab459e164b0ed8bb939660c378b
parent8af7a50167833b6b22e30c008bbf95ab3ff1a5fb
Merge tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull rust trace event support from Steven Rostedt:
 "Allow Rust code to have trace events

  Trace events is a popular way to debug what is happening inside the
  kernel or just to find out what is happening. Rust code is being added
  to the Linux kernel but it currently does not support the tracing
  infrastructure. Add support of trace events inside Rust code"

* tag 'trace-rust-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  rust: jump_label: skip formatting generated file
  jump_label: rust: pass a mut ptr to `static_key_count`
  samples: rust: fix `rust_print` build making it a combined module
  rust: add arch_static_branch
  jump_label: adjust inline asm to be consistent
  rust: samples: add tracepoint to Rust sample
  rust: add tracepoint support
  rust: add static_branch_unlikely for static_key_false
MAINTAINERS
include/linux/tracepoint.h
include/trace/define_trace.h
rust/bindings/bindings_helper.h
rust/helpers/helpers.c
rust/kernel/lib.rs