summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2025-05-09tracing: Remove unused buffer_page field from trace_array_cpu structureSteven Rostedt1-1/+0
2025-05-09tracing: Use atomic_inc_return() for updating "disabled" counter in irqsoff t...Steven Rostedt1-11/+18
2025-05-09tracing: Convert the per CPU "disabled" counter to local from atomicSteven Rostedt4-25/+25
2025-05-09tracing: branch: Use trace_tracing_is_on_cpu() instead of "disabled" fieldSteven Rostedt1-3/+1
2025-05-09ring-buffer: Add ring_buffer_record_is_on_cpu()Steven Rostedt2-0/+33
2025-05-09tracing: Do not use per CPU array_buffer.data->disabled for cpumaskSteven Rostedt1-2/+0
2025-05-09ftrace: Do not disabled function graph based on "disabled" fieldSteven Rostedt1-29/+9
2025-05-09tracing: kdb: Use tracer_tracing_on/off() instead of setting per CPU disabledSteven Rostedt1-7/+2
2025-05-09tracing: Use tracer_tracing_disable() instead of "disabled" field for ftrace_...Steven Rostedt1-7/+4
2025-05-09tracing: Add tracer_tracing_disable/enable() functionsSteven Rostedt2-0/+35
2025-05-09bpf: Allow some trace helpers for all prog typesFeng Yang1-37/+4
2025-05-08tracing: Just use this_cpu_read() to access ignore_pidSteven Rostedt1-4/+5
2025-05-08ftrace: Do not bother checking per CPU "disabled" flagSteven Rostedt1-13/+3
2025-05-08tracing/mmiotrace: Remove reference to unused per CPU data pointerSteven Rostedt1-10/+2
2025-05-08tracing/osnoise: Allow arbitrarily long CPU stringTomas Glozar1-4/+5
2025-05-08ftrace: Comment that ftrace_func_mapper is freed with free_ftrace_hash()Steven Rostedt1-1/+6
2025-05-08ftrace: Expose call graph depth as unsigned intIlya Leoshkevich1-6/+6
2025-05-08ftrace: Show subops in enabled_functionsSteven Rostedt2-0/+40
2025-05-06kill vfs_submount()Al Viro1-3/+16
2025-05-06tracing: Add common_comm to histogramsSteven Rostedt1-9/+42
2025-05-06tracing: Move histogram trigger variables from stack to per CPU structureSteven Rostedt1-15/+105
2025-05-06tracing: Always use memcpy() in histogram add_to_key()Steven Rostedt1-4/+2
2025-05-06tracing: Show preempt and irq events callsites from the offsets in field printSteven Rostedt1-0/+11
2025-05-06tracing: Adjust addresses for printing out fieldsSteven Rostedt1-17/+21
2025-05-06tracing: Only return an adjusted address if it matches the kernel addressSteven Rostedt1-1/+4
2025-05-06tracing: Show function names when possible when listing fieldsSteven Rostedt1-6/+16
2025-05-06tracing: Update function trace addresses with module addressesSteven Rostedt1-8/+7
2025-05-05block: remove bounce buffering supportChristoph Hellwig1-9/+0
2025-05-05saner calling conventions for ->d_automount()Al Viro1-2/+0
2025-05-01tracing: Do not take trace_event_sem in print_event_fields()Steven Rostedt1-2/+2
2025-05-01tracing: Fix trace_adjust_address() when there is no modules in scratch areaSteven Rostedt1-1/+3
2025-05-01ftrace: Fix NULL memory allocation checkColin Ian King1-1/+1
2025-05-01tracing: Fix oob write in trace_seq_to_buffer()Jeongjun Park1-2/+3
2025-04-23bpf: Streamline allowed helpers between tracing and base setsFeng Yang1-72/+0
2025-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3Alexei Starovoitov9-185/+382
2025-04-17tracing: Fix filter string testingSteven Rostedt1-2/+2
2025-04-17ftrace: Fix type of ftrace_graph_ent_entry.depthIlya Leoshkevich1-2/+2
2025-04-17ftrace: fix incorrect hash size in register_ftrace_direct()Menglong Dong1-3/+4
2025-04-17ftrace: Free ftrace hashes after they are replaced in the subops codeSteven Rostedt1-1/+7
2025-04-17ftrace: Reinitialize hash to EMPTY_HASH after freeingSteven Rostedt1-0/+4
2025-04-17ftrace: Initialize variables for ftrace_startup/shutdown_subops()Steven Rostedt1-4/+4
2025-04-12Merge tag 'trace-v6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-145/+195
2025-04-12rv: Fix out-of-bound memory access in rv_is_container_monitor()Nam Cao1-1/+6
2025-04-12ftrace: Do not have print_graph_retval() add a newlineSteven Rostedt1-6/+5
2025-04-11ftrace: Fix accounting of subop hashesSteven Rostedt1-137/+177
2025-04-11ftrace: Properly merge notrace hashesAndy Chiu1-4/+4
2025-04-09bpf: Check link_create.flags parameter for multi_uprobeTao Chen1-0/+3
2025-04-09bpf: Check link_create.flags parameter for multi_kprobeTao Chen1-0/+3
2025-04-09tracing: Do not add length to print format in synthetic eventsSteven Rostedt1-1/+0
2025-04-09stack_tracer: move sysctl registration to kernel/trace/trace_stack.cJoel Granados1-1/+21