summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2024-09-05tracing: Avoid possible softlockup in tracing_iter_reset()Zheng Yejian-0/+2
2024-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-42/+58
2024-08-26tracing: Add option to set an instance to be the trace_printk destinationSteven Rostedt-5/+36
2024-08-26tracing: Have trace_printk not use binary prints if boot bufferSteven Rostedt-17/+35
2024-08-26tracing: Allow trace_printk() to go to other instance buffersSteven Rostedt-11/+35
2024-08-26tracing: Add "traceoff" flag to boot time tracing instancesSteven Rostedt-1/+30
2024-08-26ring-buffer: Align meta-page to sub-buffers for improved TLB usageVincent Donnefort-13/+20
2024-08-26ring-buffer: Add magic and struct size to boot up meta dataSteven Rostedt-0/+14
2024-08-26ring-buffer: Don't reset persistent ring-buffer meta saved addressesSteven Rostedt-8/+24
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov-42/+58
2024-08-21tracing: Fix memory leak in fgraph storage selftestMasami Hiramatsu (Google)-5/+18
2024-08-21tracing: fgraph: Fix to add new fgraph_ops to array after ftrace_startup_subo...Masami Hiramatsu (Google)-13/+18
2024-08-19bpf: Allow bpf_current_task_under_cgroup() with BPF_CGROUP_*Matteo Croce-25/+2
2024-08-15rcu: Rename rcu_momentary_dyntick_idle() into rcu_momentary_eqs()Valentin Schneider-2/+2
2024-08-15tracing/fgraph: Have fgraph handle previous boot function addressesSteven Rostedt-5/+18
2024-08-15tracing: Allow boot instances to use reserve_mem boot memorySteven Rostedt (Google)-8/+15
2024-08-14tracing: Fix ifdef of snapshots to not prevent last_boot_info fileSteven Rostedt-2/+2
2024-08-14Merge tag 'v6.11-rc3' into trace/ring-buffer/coreSteven Rostedt-496/+2087
2024-08-09tracing: Return from tracing_buffers_read() if the file has been closedSteven Rostedt-1/+1
2024-08-07ring-buffer: Remove unused function ring_buffer_nr_pages()Jianhui Zhou-12/+0
2024-08-07tracing: Fix overflow in get_free_elt()Tze-nan Wu-3/+3
2024-08-07function_graph: Fix the ret_stack used by ftrace_graph_ret_addr()Petr Pavlu-1/+1
2024-08-07tracing: Use refcount for trace_event_file reference counterSteven Rostedt-4/+4
2024-08-07tracing: Have format file honor EVENT_FILE_FL_FREEDSteven Rostedt-19/+49
2024-08-07bpf: Move bpf_get_file_xattr to fs/bpf_fs_kfuncs.cSong Liu-68/+0
2024-08-07sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef-1/+1
2024-08-07sched/rt: Clean up usage of rt_task()Qais Yousef-1/+1
2024-08-02uprobes: make uprobe_register() return struct uprobe *Oleg Nesterov-26/+25
2024-08-02uprobes: kill uprobe_register_refctr()Oleg Nesterov-10/+5
2024-07-28minmax: make generic MIN() and MAX() macros available everywhereLinus Torvalds-2/+0
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados-4/+4
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-0/+1
2024-07-18Merge tag 'ftrace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-349/+1894
2024-07-18Merge tag 'trace-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/trac...Linus Torvalds-4/+5
2024-07-18Merge tag 'probes-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tra...Linus Torvalds-81/+111
2024-07-15ring-buffer: Use vma_pages() helper functionThorsten Blum-4/+4
2024-07-15trace/pid_list: Change gfp flags in pid_list_fill_irq()levi.yun-2/+2
2024-07-15tracing: Fix NULL vs IS_ERR() check in enable_instances()Dan Carpenter-1/+1
2024-07-10tracing/kprobes: Fix build error when find_module() is not availableMasami Hiramatsu (Google)-6/+19
2024-07-09Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni-6/+9
2024-07-06tracing/kprobes: Add symbol counting check when module loadsMasami Hiramatsu (Google)-44/+81
2024-07-03ftrace: unpoison ftrace_regs in ftrace_ops_list_func()Ilya Leoshkevich-0/+1
2024-07-01fgraph: Use str_plural() in test_graph_storage_single()Jiapeng Chong-1/+1
2024-07-01rtla/osnoise: set the default threshold to 1usLuis Claudio R. Goncalves-2/+2
2024-06-27kallsyms: rework symbol lookup return codesArnd Bergmann-8/+5
2024-06-21bpf: Change bpf_session_cookie return value to __u64 *Jiri Olsa-1/+1
2024-06-14function_graph: Add READ_ONCE() when accessing fgraph_array[]Steven Rostedt (Google)-1/+1
2024-06-14tracing: Add last boot delta offset for stack tracesSteven Rostedt (Google)-1/+2
2024-06-14tracing: Update function tracing output for previous boot bufferSteven Rostedt (Google)-3/+6
2024-06-14tracing: Handle old buffer mappings for event strings and functionsSteven Rostedt (Google)-3/+39