aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-17Merge tag 'trace-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-8/+45
2020-12-15tracing: Offload eval map updates to a work queueSteven Rostedt (VMware)1-1/+31
2020-12-14tracing: Disable ftrace selftests when any tracer is runningMasami Hiramatsu1-6/+13
2020-12-04tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)1-5/+8
2020-11-30tracing: Fix alignment of static bufferMinchan Kim1-1/+1
2020-11-10tracing: Fix some typos in commentsQiujun Huang1-1/+1
2020-11-02tracing: Fix the checking of stackidx in __ftrace_trace_stackQiujun Huang1-2/+2
2020-11-02tracing: Fix out of bounds write in get_trace_bufQiujun Huang1-1/+1
2020-10-15Merge tag 'trace-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-38/+73
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-125/+145
2020-10-15tracing: Fix some typos in commentsQiujun Huang1-2/+2
2020-10-12Merge tag 'core-static_call-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-10-08tracing: Remove a pointless assignmentSudip Mukherjee1-1/+0
2020-10-08tracing: Add README information for synthetic_events fileTom Zanussi1-1/+6
2020-10-05tracing: Add trace_export support for trace_markerTingwei Zhang1-0/+9
2020-10-05tracing: Add trace_export support for event traceTingwei Zhang1-125/+134
2020-10-05tracing: Add flag to control different tracesTingwei Zhang1-17/+19
2020-09-29tracing: Fix trace_find_next_entry() accounting of temp buffer sizeSteven Rostedt (VMware)1-4/+6
2020-09-25tracing/boot: Initialize per-instance event list in early bootMasami Hiramatsu1-1/+2
2020-09-21tracing: Enable creating new instance early bootMasami Hiramatsu1-11/+42
2020-09-21tracing/uprobes: Support perf-style return probeMasami Hiramatsu1-1/+1
2020-09-21tracing/kprobes: Support perf-style return probeMasami Hiramatsu1-1/+1
2020-09-21tracing: remove a pointless assignmentDan Carpenter1-1/+0
2020-09-21tracing: Use __this_cpu_read() in trace_buffered_event_enable()Xianting Tian1-1/+1
2020-09-21tracing: Delete repeated words in commentsRandy Dunlap1-1/+1
2020-09-18tracing: make tracing_init_dentry() returns an integer instead of a d_entry pointerWei Yang1-18/+18
2020-09-18tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior1-19/+19
2020-09-01module: Fix up module_notifier return valuesPeter Zijlstra1-1/+1
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-20/+60
2020-08-07tracing: Add trace_array_init_printk() to initialize instance trace_printk() buffersSteven Rostedt (VMware)1-0/+44
2020-08-06Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-2/+1
2020-08-03trace : Have tracing buffer info use kvzalloc instead of kzallocZhaoyang Huang1-2/+2
2020-07-30tracing: Remove outdated comment in stack handlingVincent Whitchurch1-6/+0
2020-07-27fsnotify: create helper fsnotify_inode()Amir Goldstein1-2/+1
2020-07-23tracefs: Remove unnecessary debug_fs checks.Peter Enderborg1-3/+1
2020-06-30ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPUNicholas Piggin1-3/+1
2020-06-30tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)1-6/+6
2020-06-29tracing: Only allow trace_array_printk() to be used by instancesSteven Rostedt (VMware)1-3/+7
2020-06-16tracing: Remove unused event variable in tracing_iter_resetYangHui1-2/+1
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+4
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+1
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel1-12/+0
2020-06-01tracing: Add a trace print when traceoff_on_warning is triggeredSteven Rostedt (VMware)1-1/+4
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig1-1/+0
2020-05-20fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig1-1/+0
2020-05-20trace: remove tracing_pipe_buf_opsChristoph Hellwig1-8/+1
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+15
2020-05-07tracing: Make tracing_snapshot_instance_cond() staticZou Wei1-1/+2
2020-05-07tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)1-0/+13