summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-07-18Merge tag 'trace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds
2024-07-15ring-buffer: Use vma_pages() helper functionThorsten Blum
2024-07-15trace/pid_list: Change gfp flags in pid_list_fill_irq()levi.yun
2024-07-15tracing: Fix NULL vs IS_ERR() check in enable_instances()Dan Carpenter
2024-07-10tracing/kprobes: Fix build error when find_module() is not availableMasami Hiramatsu (Google)
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2024-07-06tracing/kprobes: Add symbol counting check when module loadsMasami Hiramatsu (Google)
2024-07-03ftrace: unpoison ftrace_regs in ftrace_ops_list_func()Ilya Leoshkevich
2024-07-01fgraph: Use str_plural() in test_graph_storage_single()Jiapeng Chong
2024-07-01rtla/osnoise: set the default threshold to 1usLuis Claudio R. Goncalves
2024-06-27kallsyms: rework symbol lookup return codesArnd Bergmann
2024-06-21bpf: Change bpf_session_cookie return value to __u64 *Jiri Olsa
2024-06-14function_graph: Add READ_ONCE() when accessing fgraph_array[]Steven Rostedt (Google)
2024-06-14tracing: Add last boot delta offset for stack tracesSteven Rostedt (Google)
2024-06-14tracing: Update function tracing output for previous boot bufferSteven Rostedt (Google)
2024-06-14tracing: Handle old buffer mappings for event strings and functionsSteven Rostedt (Google)
2024-06-14tracing/ring-buffer: Add last_boot_info file to boot instanceSteven Rostedt (Google)
2024-06-14ring-buffer: Save text and data locations in mapped meta dataSteven Rostedt (Google)
2024-06-14tracing: Add option to use memmapped memory for trace boot instanceSteven Rostedt (Google)
2024-06-14ring-buffer: Validate boot range memory eventsSteven Rostedt (Google)
2024-06-14ring-buffer: Add test if range of boot buffer is validSteven Rostedt (Google)
2024-06-14ring-buffer: Add output of ring buffer meta pageSteven Rostedt (Google)
2024-06-14tracing: Implement creating an instance based on a given memory regionSteven Rostedt (Google)
2024-06-14ring-buffer: Add ring_buffer_meta dataSteven Rostedt (Google)
2024-06-14ring-buffer: Add ring_buffer_alloc_range()Steven Rostedt (Google)
2024-06-14ring-buffer: Allow mapped field to be set without mappingSteven Rostedt (Google)
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu
2024-06-12bpf: Make bpf_session_cookie() kfunc return long *Daniel Xu
2024-06-12tracing/kprobe: Remove cleanup code unrelated to selftestMasami Hiramatsu (Google)
2024-06-12tracing/kprobe: Integrate test warnings into WARN_ONCEMasami Hiramatsu (Google)
2024-06-12tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)
2024-06-11ftrace: Add missing kerneldoc parameters to unregister_ftrace_direct()Marilene A Garcia
2024-06-11function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)
2024-06-11function_graph: Fix up ftrace_graph_ret_addr()Steven Rostedt (Google)
2024-06-10function_graph: Make fgraph_update_pid_func() a stub for !DYNAMIC_FTRACESteven Rostedt (Google)
2024-06-06function_graph: Rename BYTE_NUMBER to CHAR_NUMBER in selftestsSteven Rostedt (Google)
2024-06-06fgraph: Remove some unused functionsJiapeng Chong
2024-06-06ftrace: Hide one more entry in stack trace when ftrace_pid is enabledTatsuya S
2024-06-06function_graph: Do not update pid func if CONFIG_DYNAMIC_FTRACE not enabledSteven Rostedt (Google)
2024-06-06function_graph: Make fgraph_do_direct static key staticSteven Rostedt (Google)
2024-06-06ftrace: Fix prototypes for ftrace_startup/shutdown_subops()Steven Rostedt (Google)
2024-06-06ftrace: Assign RCU list variable with rcu_assign_ptr()Steven Rostedt (Google)
2024-06-06ftrace: Assign ftrace_list_end to ftrace_ops_list type cast to RCUSteven Rostedt (Google)
2024-06-06ftrace: Add comments to ftrace_hash_move() and friendsSteven Rostedt (Google)
2024-06-06ftrace: Convert "inc" parameter to bool in ftrace_hash_rec_update_modify()Steven Rostedt (Google)
2024-06-06ftrace: Add comments to ftrace_hash_rec_disable/enable()Steven Rostedt (Google)
2024-06-06ftrace: Remove "filter_hash" parameter from __ftrace_hash_rec_update()Steven Rostedt (Google)
2024-06-06ftrace: Rename dup_hash() and comment itSteven Rostedt (Google)