aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2024-08-07tracing: Have format file honor EVENT_FILE_FL_FREEDSteven Rostedt5-19/+49
2024-08-07bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.cSong Liu1-68/+0
2024-08-07sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef1-1/+1
2024-08-07sched/rt: Clean up usage of rt_task()Qais Yousef1-1/+1
2024-08-02uprobes: make uprobe_register() return struct uprobe *Oleg Nesterov2-26/+25
2024-08-02uprobes: kill uprobe_register_refctr()Oleg Nesterov2-10/+5
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds1-2/+0
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados4-4/+4
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+1
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds9-349/+1894
2024-07-18Merge tag 'trace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds2-4/+5
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds1-81/+111
2024-07-15ring-buffer: Use vma_pages() helper functionThorsten Blum1-4/+4
2024-07-15trace/pid_list: Change gfp flags in pid_list_fill_irq()levi.yun1-2/+2
2024-07-15tracing: Fix NULL vs IS_ERR() check in enable_instances()Dan Carpenter1-1/+1
2024-07-10tracing/kprobes: Fix build error when find_module() is not availableMasami Hiramatsu (Google)1-6/+19
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni1-6/+9
2024-07-06tracing/kprobes: Add symbol counting check when module loadsMasami Hiramatsu (Google)1-44/+81
2024-07-03ftrace: unpoison ftrace_regs in ftrace_ops_list_func()Ilya Leoshkevich1-0/+1
2024-07-01fgraph: Use str_plural() in test_graph_storage_single()Jiapeng Chong1-1/+1
2024-07-01rtla/osnoise: set the default threshold to 1usLuis Claudio R. Goncalves1-2/+2
2024-06-27kallsyms: rework symbol lookup return codesArnd Bergmann1-8/+5
2024-06-21bpf: Change bpf_session_cookie return value to __u64 *Jiri Olsa1-1/+1
2024-06-14function_graph: Add READ_ONCE() when accessing fgraph_array[]Steven Rostedt (Google)1-1/+1
2024-06-14tracing: Add last boot delta offset for stack tracesSteven Rostedt (Google)1-1/+2
2024-06-14tracing: Update function tracing output for previous boot bufferSteven Rostedt (Google)1-3/+6
2024-06-14tracing: Handle old buffer mappings for event strings and functionsSteven Rostedt (Google)1-3/+39
2024-06-14tracing/ring-buffer: Add last_boot_info file to boot instanceSteven Rostedt (Google)3-1/+71
2024-06-14ring-buffer: Save text and data locations in mapped meta dataSteven Rostedt (Google)1-0/+16
2024-06-14tracing: Add option to use memmapped memory for trace boot instanceSteven Rostedt (Google)1-6/+69
2024-06-14ring-buffer: Validate boot range memory eventsSteven Rostedt (Google)1-38/+152
2024-06-14ring-buffer: Add test if range of boot buffer is validSteven Rostedt (Google)1-8/+135
2024-06-14ring-buffer: Add output of ring buffer meta pageSteven Rostedt (Google)3-2/+107
2024-06-14tracing: Implement creating an instance based on a given memory regionSteven Rostedt (Google)2-11/+45
2024-06-14ring-buffer: Add ring_buffer_meta dataSteven Rostedt (Google)1-25/+184
2024-06-14ring-buffer: Add ring_buffer_alloc_range()Steven Rostedt (Google)1-36/+203
2024-06-14ring-buffer: Allow mapped field to be set without mappingSteven Rostedt (Google)1-10/+27
2024-06-12bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu1-6/+9
2024-06-12bpf: Make bpf_session_cookie() kfunc return long *Daniel Xu1-1/+1
2024-06-12tracing/kprobe: Remove cleanup code unrelated to selftestMasami Hiramatsu (Google)1-4/+0
2024-06-12tracing/kprobe: Integrate test warnings into WARN_ONCEMasami Hiramatsu (Google)1-35/+19
2024-06-12tracing: Build event generation tests only as modulesMasami Hiramatsu (Google)1-2/+2
2024-06-11ftrace: Add missing kerneldoc parameters to unregister_ftrace_direct()Marilene A Garcia1-0/+2
2024-06-11function_graph: Everyone uses HAVE_FUNCTION_GRAPH_RET_ADDR_PTR, remove itSteven Rostedt (Google)1-34/+1
2024-06-11function_graph: Fix up ftrace_graph_ret_addr()Steven Rostedt (Google)1-8/+20
2024-06-10function_graph: Make fgraph_update_pid_func() a stub for !DYNAMIC_FTRACESteven Rostedt (Google)2-2/+6
2024-06-06function_graph: Rename BYTE_NUMBER to CHAR_NUMBER in selftestsSteven Rostedt (Google)1-3/+3
2024-06-06fgraph: Remove some unused functionsJiapeng Chong1-13/+0
2024-06-06ftrace: Hide one more entry in stack trace when ftrace_pid is enabledTatsuya S1-1/+6
2024-06-06function_graph: Do not update pid func if CONFIG_DYNAMIC_FTRACE not enabledSteven Rostedt (Google)1-0/+2