summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ |/|
* | tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2019-12-211-0/+8
* | Fix up for "printk: Drop pr_warning definition"Stephen Rothwell2019-12-061-3/+3
|/
* tracing: Do not create directories if lockdown is in affectSteven Rostedt (VMware)2019-12-041-0/+17
* tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi2019-11-221-20/+76
* tracing: use kvcalloc for tgid_map array allocationYuming Han2019-11-141-1/+1
* tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2019-11-131-0/+3
* tracing: Verify if trace array exists before destroying it.Divya Indi2019-11-131-3/+12
* tracing: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior2019-11-131-0/+2
* ftrace: Implement fs notification for tracing_max_latencyViktor Rosendahl (BMW)2019-11-131-2/+73
* ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)2019-11-131-6/+15
* tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek2019-10-121-0/+1