summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)2019-10-121-0/+8
* tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)2019-10-121-52/+65
* tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)2019-10-121-1/+1
* tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-10-121-2/+15
* Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-09-201-7/+7
|\
| * tracing: Rename tracing_reset() to tracing_reset_cpu()Steven Rostedt (VMware)2019-08-311-3/+3
| * tracing/probe: Add immediate string parameter supportMasami Hiramatsu2019-08-311-1/+1
| * tracing/probe: Add immediate parameter supportMasami Hiramatsu2019-08-311-1/+1
| * tracing/uprobe: Add multi-probe per uprobe event supportMasami Hiramatsu2019-08-311-1/+1
| * tracing/kprobe: Add multi-probe per event supportMasami Hiramatsu2019-08-311-2/+2
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-161-2/+2
|\ \ | |/ |/|
| * treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)2019-08-011-2/+2
* | tracing: Correct kdoc formatsJakub Kicinski2019-08-311-12/+14
|/
* Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-181-8/+9
|\