summaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | ring-buffer: Correct a grammatical error in a commentliujing2024-11-181-1/+1
| * | | ring-buffer: Use str_low_high() helper in ring_buffer_producer()Thorsten Blum2024-10-191-2/+2
| * | | ring-buffer: Reorganize kerneldoc parameter namesJulia Lawall2024-10-191-1/+1
| * | | ring-buffer: Limit time with disabled interrupts in rb_check_pages()Petr Pavlu2024-10-191-26/+72
* | | | Merge tag 'bpf-next-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...Linus Torvalds2024-11-211-24/+86
|\ \ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2024-11-132-8/+8
| |\ \ \ \
| * | | | | bpf: Add support for uprobe multi session contextJiri Olsa2024-11-111-10/+18
| * | | | | bpf: Add support for uprobe multi session attachJiri Olsa2024-11-111-9/+27
| * | | | | bpf: Force uprobe bpf program to always return 0Jiri Olsa2024-11-111-3/+2
| * | | | | Merge tag 'perf-core-for-bpf-next' from tip treeAndrii Nakryiko2024-11-062-6/+12
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov2024-10-2512-75/+132
| |\ \ \ \ \ \
| * | | | | | | bpf: Implement bpf_send_signal_task() kfuncPuranjay Mohan2024-10-221-8/+45
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'kgdb-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da...Linus Torvalds2024-11-201-8/+5
|\ \ \ \ \ \ \
| * | | | | | | trace: kdb: Replace simple_strtoul with kstrtoul in kdb_ftdumpYuran Pereira2024-11-021-8/+5
* | | | | | | | Merge tag 'ftrace-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds2024-11-208-149/+451
|\ \ \ \ \ \ \ \
| * | | | | | | | ftrace: Show timings of how long nop patching tookSteven Rostedt2024-10-313-7/+21
| * | | | | | | | ftrace: Use guard to take ftrace_lock in ftrace_graph_set_hash()Steven Rostedt2024-10-291-11/+4
| * | | | | | | | ftrace: Use guard to take the ftrace_lock in release_probe()Steven Rostedt2024-10-291-2/+1
| * | | | | | | | ftrace: Use guard to lock ftrace_lock in cache_mod()Steven Rostedt2024-10-291-11/+6
| * | | | | | | | ftrace: Use guard for match_records()Steven Rostedt2024-10-291-12/+6
| * | | | | | | | fgraph: Use guard(mutex)(&ftrace_lock) for unregister_ftrace_graph()Steven Rostedt2024-10-291-6/+4
| * | | | | | | | fgraph: Give ret_stack its own kmem cacheSteven Rostedt2024-10-291-5/+28
| * | | | | | | | fgraph: Separate size of ret_stack from PAGE_SIZESteven Rostedt2024-10-291-1/+1
| * | | | | | | | Merge tag 'ftrace-v6.12-rc4' into trace/ftrace/coreSteven Rostedt2024-10-291-15/+26
| |\ \ \ \ \ \ \ \
| * | | | | | | | | ftrace: Make ftrace_regs abstract from direct useSteven Rostedt2024-10-111-1/+1
| * | | | | | | | | fgragh: No need to invoke the function call_filter_check_discard()Steven Rostedt2024-10-111-3/+1