summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* tracing/kprobes: Fix to free objects when failed to copy a symbolMasami Hiramatsu (Google)9 days1-2/+4
* Merge tag 'ftrace-v6.13-rc5-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2025-01-032-7/+3
|\
| * ftrace: Fix function profiler's filtering functionalityKohei Enju2025-01-021-6/+2
| * fgraph: Add READ_ONCE() when accessing fgraph_array[]Zilin Guan2025-01-021-1/+1
* | tracing: Have process_string() also allow arraysSteven Rostedt2024-12-311-0/+12
|/
* Merge tag 'probes-fixes-v6.13-rc4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-12-271-1/+1
|\
| * tracing/kprobe: Make trace_kprobe's module callback called after jump_label u...Masami Hiramatsu (Google)2024-12-231-1/+1
* | tracing: Prevent bad count for tracing_cpumask_writeLizhi Xu2024-12-241-0/+3
* | Merge tag 'trace-ringbuffer-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-12-202-1/+14
|\ \
| * | trace/ring-buffer: Do not use TP_printk() formatting for boot mapped buffersSteven Rostedt2024-12-181-0/+9
| * | ring-buffer: Fix overflow in __rb_map_vmaEdward Adam Davis2024-12-181-1/+5
* | | Merge tag 'trace-v6.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-12-184-255/+237
|\ \ \
| * | | tracing: Check "%s" dereference via the field and not the TP_printk formatSteven Rostedt2024-12-174-216/+83
| * | | tracing: Add "%s" check in test_event_printk()Steven Rostedt2024-12-171-15/+89
| * | | tracing: Add missing helper functions in event pointer dereference checkSteven Rostedt2024-12-171-2/+19
| * | | tracing: Fix test_event_printk() to process entire print argumentSteven Rostedt2024-12-171-29/+53
| |/ /
* | | ftrace: Do not find "true_parent" if HAVE_DYNAMIC_FTRACE_WITH_ARGS is not setSteven Rostedt2024-12-161-1/+2
* | | fgraph: Still initialize idle shadow stacks when startingSteven Rostedt2024-12-161-1/+7
|/ /
* | Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds2024-12-142-1/+16
|\ \
| * | bpf: Fix theoretical prog_array UAF in __uprobe_perf_func()Jann Horn2024-12-101-1/+5
| * | bpf,perf: Fix invalid prog_array access in perf_event_detach_bpf_progJiri Olsa2024-12-101-0/+4
| * | bpf: Fix UAF via mismatching bpf_prog/attachment RCU flavorsJann Horn2024-12-101-0/+7
* | | Merge tag 'probes-fixes-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-12-111-0/+5
|\ \ \ | |/ / |/| / | |/
| * tracing/eprobe: Fix to release eprobe when failed to add dyn_eventMasami Hiramatsu (Google)2024-12-081-0/+5
* | tracing: Fix archs that still call tracepoints without RCU watchingSteven Rostedt2024-12-051-6/+37
* | tracing: Fix cmp_entries_dup() to respect sort() comparison rulesKuan-Wei Chiu2024-12-041-5/+1
|/
* tracing: Record task flag NEED_RESCHED_LAZY.Thomas Gleixner2024-11-222-1/+15
* Merge tag 'trace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2024-11-2220-131/+144
|\
| * ftrace: Fix regression with module command in stack_trace_filterguoweikang2024-11-201-0/+3
| * tracing: Fix function name for trampolineTatsuya S2024-11-183-8/+36
| * ftrace: Get the true parent ip for function tracerJeff Xie2024-11-181-0/+26
| * tracing: Remove redundant check on field->field in histogramsColin Ian King2024-11-121-4/+1
| * tracing: Replace strncpy() with strscpy() when copying commJinjie Ruan2024-11-013-4/+4
| * tracing: Remove TRACE_FLAG_IRQS_NOSUPPORTSebastian Andrzej Siewior2024-11-011-1/+0
| * tracing: Replace multiple deprecated strncpy with memcpyJustin Stitt2024-10-311-4/+4
| * tracing: Make percpu stack trace buffer invariant to PAGE_SIZERyan Roberts2024-10-311-1/+1
| * tracing: Use atomic64_inc_return() in trace_clock_counter()Uros Bizjak2024-10-101-1/+1
| * trace/trace_event_perf: remove duplicate samples on the first tracepoint eventLevi Yun2024-10-101-0/+6
| * tracing/perf: Add might_fault check to syscall probesMathieu Desnoyers2024-10-091-0/+2
| * tracing/ftrace: Add might_fault check to syscall probesMathieu Desnoyers2024-10-091-0/+2
| * tracing/perf: disable preemption in syscall probeMathieu Desnoyers2024-10-091-0/+12
| * tracing/ftrace: disable preemption in syscall probeMathieu Desnoyers2024-10-091-0/+12
| * tracing: Remove definition of trace_*_rcuidle()Steven Rostedt2024-10-091-20/+6
| * tracepoints: Use new static branch APIJosh Poimboeuf2024-10-092-3/+3
| * tracing: Remove TRACE_EVENT_FL_FILTERED logicZheng Yejian2024-10-089-74/+20
| * tracing/branch-profiler: Replace deprecated strncpy with strscpyJustin Stitt2024-10-081-4/+2
| * ftrace: Use this_cpu_ptr() instead of per_cpu_ptr(smp_processor_id())Li Chen2024-10-081-7/+3
* | Merge tag 'trace-tools-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2024-11-221-1/+1
|\ \
| * | rv: Fix a typoAndrew Kreimer2024-10-051-1/+1
* | | Merge tag 'trace-ring-buffer-v6.13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-11-222-30/+76
|\ \ \