summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2020-09-18tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior
2020-08-07Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-08-07tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...Steven Rostedt (VMware)
2020-08-06Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-08-03trace : Have tracing buffer info use kvzalloc instead of kzallocZhaoyang Huang
2020-07-30tracing: Remove outdated comment in stack handlingVincent Whitchurch
2020-07-27fsnotify: create helper fsnotify_inode()Amir Goldstein
2020-07-23tracefs: Remove unnecessary debug_fs checks.Peter Enderborg
2020-06-30ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPUNicholas Piggin
2020-06-30tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)
2020-06-29tracing: Only allow trace_array_printk() to be used by instancesSteven Rostedt (VMware)
2020-06-16tracing: Remove unused event variable in tracing_iter_resetYangHui
2020-06-09Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-03Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2020-06-02mm: remove vmalloc_sync_(un)mappings()Joerg Roedel
2020-06-01tracing: Add a trace print when traceoff_on_warning is triggeredSteven Rostedt (VMware)
2020-05-20fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig
2020-05-20fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig
2020-05-20trace: remove tracing_pipe_buf_opsChristoph Hellwig
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-07tracing: Make tracing_snapshot_instance_cond() staticZou Wei
2020-05-07tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-03tracing: Do not allocate buffer in trace_find_next_entry() in atomicSteven Rostedt (VMware)
2020-03-27ftrace: Create set_ftrace_notrace_pid to not trace tasksSteven Rostedt (VMware)
2020-03-27ring-buffer/tracing: Have iterator acknowledge dropped eventsSteven Rostedt (VMware)
2020-03-27tracing: Do not disable tracing when reading the trace fileSteven Rostedt (VMware)
2020-03-19ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()Steven Rostedt (VMware)
2020-03-19tracing: Save off entry when peeking at next entrySteven Rostedt (VMware)
2020-03-19tracing: Use address-of operator on section symbolsNathan Chancellor
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-02-20tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-01-30tracing: Add trace_array_find/_get() to find instance trace arraysTom Zanussi
2020-01-30tracing: eval_map_next() should always increase position indexVasily Averin
2020-01-25tracing: Use pr_err() instead of WARN() for memory failuresSteven Rostedt (VMware)
2020-01-24tracing: Decrement trace_array when bootconfig creates an instanceSteven Rostedt (VMware)
2020-01-24tracing: Remove unneeded NULL checkDan Carpenter
2020-01-22tracing: Fix uninitialized buffer var on early exit to trace_vbprintk()Steven Rostedt (VMware)
2020-01-20tracing: Do not set trace clock if tracefs lockdown is in effectMasami Ichikawa
2020-01-16tracing: Allow trace_printk() to nest in other tracing codeSteven Rostedt (VMware)
2020-01-13tracing/boot: Add cpu_mask option supportMasami Hiramatsu
2020-01-13tracing/boot: Add boot-time tracingMasami Hiramatsu
2020-01-13tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu
2020-01-13tracing: Apply soft-disabled and filter to tracepoints printkMasami Hiramatsu
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)
2019-12-21tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood