summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Make the space reserved for the pid widerSebastian Andrzej Siewior2020-09-181-19/+19
* Merge tag 'trace-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-08-071-20/+60
|\
| * tracing: Add trace_array_init_printk() to initialize instance trace_printk() ...Steven Rostedt (VMware)2020-08-071-0/+44
| * trace : Have tracing buffer info use kvzalloc instead of kzallocZhaoyang Huang2020-08-031-2/+2
| * tracing: Remove outdated comment in stack handlingVincent Whitchurch2020-07-301-6/+0
| * ring-buffer: speed up buffer resets by avoiding synchronize_rcu for each CPUNicholas Piggin2020-06-301-3/+1
| * tracing: Move pipe reference to trace array instead of current_tracerSteven Rostedt (VMware)2020-06-301-6/+6
| * tracing: Only allow trace_array_printk() to be used by instancesSteven Rostedt (VMware)2020-06-291-3/+7
* | Merge tag 'fsnotify_for_v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-2/+1
|\ \
| * | fsnotify: create helper fsnotify_inode()Amir Goldstein2020-07-271-2/+1
| |/
* / tracefs: Remove unnecessary debug_fs checks.Peter Enderborg2020-07-231-3/+1
|/
* tracing: Remove unused event variable in tracing_iter_resetYangHui2020-06-161-2/+1
* Merge tag 'trace-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2020-06-091-1/+4
|\
| * tracing: Add a trace print when traceoff_on_warning is triggeredSteven Rostedt (VMware)2020-06-011-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-1/+1
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-151-1/+15
| |\|
| * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* | | Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-06-031-10/+1
|\ \ \
| * | | fs: make the pipe_buf_operations ->confirm operation optionalChristoph Hellwig2020-05-201-1/+0
| * | | fs: make the pipe_buf_operations ->steal operation optionalChristoph Hellwig2020-05-201-1/+0
| * | | trace: remove tracing_pipe_buf_opsChristoph Hellwig2020-05-201-8/+1
| |/ /
* | / mm: remove vmalloc_sync_(un)mappings()Joerg Roedel2020-06-021-12/+0
| |/ |/|
* | tracing: Make tracing_snapshot_instance_cond() staticZou Wei2020-05-071-1/+2
* | tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)2020-05-071-0/+13
|/
* tracing: Do not allocate buffer in trace_find_next_entry() in atomicSteven Rostedt (VMware)2020-04-031-1/+20
* ftrace: Create set_ftrace_notrace_pid to not trace tasksSteven Rostedt (VMware)2020-03-271-6/+14
* ring-buffer/tracing: Have iterator acknowledge dropped eventsSteven Rostedt (VMware)2020-03-271-4/+12
* tracing: Do not disable tracing when reading the trace fileSteven Rostedt (VMware)2020-03-271-3/+6
* ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()Steven Rostedt (VMware)2020-03-191-2/+2
* tracing: Save off entry when peeking at next entrySteven Rostedt (VMware)2020-03-191-1/+39
* tracing: Use address-of operator on section symbolsNathan Chancellor2020-03-191-1/+1
* Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-02-261-0/+2
|\
| * tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)2020-02-201-0/+2
* | Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2020-02-061-195/+258
|\|
| * tracing: Add trace_array_find/_get() to find instance trace arraysTom Zanussi2020-01-301-10/+33
| * tracing: eval_map_next() should always increase position indexVasily Averin2020-01-301-3/+1
| * tracing: Use pr_err() instead of WARN() for memory failuresSteven Rostedt (VMware)2020-01-251-9/+9
| * tracing: Decrement trace_array when bootconfig creates an instanceSteven Rostedt (VMware)2020-01-241-0/+4
| * tracing: Remove unneeded NULL checkDan Carpenter2020-01-241-1/+1
| * tracing: Fix uninitialized buffer var on early exit to trace_vbprintk()Steven Rostedt (VMware)2020-01-221-1/+2
| * tracing: Allow trace_printk() to nest in other tracing codeSteven Rostedt (VMware)2020-01-161-5/+19
| * tracing/boot: Add cpu_mask option supportMasami Hiramatsu2020-01-131-13/+29
| * tracing/boot: Add boot-time tracingMasami Hiramatsu2020-01-131-5/+5
| * tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu2020-01-131-2/+2
| * tracing: Apply soft-disabled and filter to tracepoints printkMasami Hiramatsu2020-01-131-0/+7
| * tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)2020-01-131-35/+35
| * tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)2020-01-131-115/+115
* | Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-02-051-2/+2
|\ \
| * | simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro2019-12-101-2/+2
* | | tracing: Do not set trace clock if tracefs lockdown is in effectMasami Ichikawa2020-01-201-0/+5
| |/ |/|