aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)Author
2024-03-27Merge tag 'probes-fixes-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-25tracing: probes: Fix to zero initialize a local variableMasami Hiramatsu (Google)
2024-03-18tracing: Use div64_u64() instead of do_div()Thorsten Blum
2024-03-18tracing: Support to dump instance traces by ftrace_dump_on_oopsHuang Yiwei
2024-03-18ftrace: Fix most kernel-doc warningsRandy Dunlap
2024-03-18tracing: Decrement the snapshot if the snapshot trigger fails to registerSteven Rostedt (Google)
2024-03-18tracing: Fix snapshot counter going between two tracers that use itSteven Rostedt (Google)
2024-03-18tracing: Use init_utsname()->releaseJohn Garry
2024-03-18tracing/user_events: Introduce multi-format eventsBeau Belgrave
2024-03-18tracing/user_events: Prepare find/delete for same name eventsBeau Belgrave
2024-03-18tracing: Add snapshot refcountVincent Donnefort
2024-03-18ring-buffer: Make wake once of ring_buffer_wait() more robustSteven Rostedt (Google)
2024-03-17ring-buffer: use READ_ONCE() to read cpu_buffer->commit_page in concurrent en...linke li
2024-03-17ring-buffer: Zero ring-buffer sub-buffersVincent Donnefort
2024-03-17tracing: Move saved_cmdline code into trace_sched_switch.cSteven Rostedt (Google)
2024-03-17tracing: Move open coded processing of tgid_map into helper functionSteven Rostedt (Google)
2024-03-17tracing: Have saved_cmdlines arrays all in one allocationSteven Rostedt (Google)
2024-03-14Merge tag 'trace-ring-buffer-v6.8-rc7-2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2024-03-14Merge tag 'probes-v6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2024-03-12Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2024-03-12tracing/ring-buffer: Fix wait_on_pipe() raceSteven Rostedt (Google)
2024-03-12ring-buffer: Use wait_event_interruptible() in ring_buffer_wait()Steven Rostedt (Google)
2024-03-12ring-buffer: Reuse rb_watermark_hit() for the poll logicSteven Rostedt (Google)
2024-03-12ring-buffer: Fix full_waiters_pending in pollSteven Rostedt (Google)
2024-03-12ring-buffer: Do not set shortest_full when full target is hitSteven Rostedt (Google)
2024-03-11Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2024-03-11Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-11bpf: move sleepable flag from bpf_prog_aux to bpf_progAndrii Nakryiko
2024-03-10Merge tag 'trace-ring-buffer-v6.8-rc7' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-03-10tracing: Use .flush() call to wake up readersSteven Rostedt (Google)
2024-03-10ring-buffer: Fix resetting of shortest_fullSteven Rostedt (Google)
2024-03-10ring-buffer: Fix waking up ring buffer readersSteven Rostedt (Google)
2024-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-03-06tracing: Limit trace_marker writes to just 4KSteven Rostedt (Google)
2024-03-06tracing: Remove precision vsnprintf() check from print eventSteven Rostedt (Google)
2024-03-07tracing/probes: Support $argN in return probe (kprobe and fprobe)Masami Hiramatsu (Google)
2024-03-07tracing: Remove redundant #else block for BTF args from READMEMasami Hiramatsu (Google)
2024-03-07tracing/probes: cleanup: Set trace_probe::nr_args at trace_probe_initMasami Hiramatsu (Google)
2024-03-07tracing/probes: Cleanup probe argument parserMasami Hiramatsu (Google)
2024-03-07tracing/fprobe-event: cleanup: Fix a wrong comment in fprobe eventMasami Hiramatsu (Google)
2024-03-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2024-03-01Merge tag 'probes-fixes-v6.8-rc5' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-03-01fprobe: Fix to allocate entry_data_size buffer with rethook instancesMasami Hiramatsu (Google)
2024-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-21ring-buffer: Do not let subbuf be bigger than write maskSteven Rostedt (Google)
2024-02-17Merge tag 'probes-fixes-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-02-17tracing/probes: Fix to search structure fields correctlyMasami Hiramatsu (Google)
2024-02-16Merge tag 'trace-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-02-15tracing/synthetic: Fix trace_string() return valueThorsten Blum