aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/trace/trace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-04-03tracing: Do not allocate buffer in trace_find_next_entry() in atomicSteven Rostedt (VMware)1-1/+20
2020-03-27ftrace: Create set_ftrace_notrace_pid to not trace tasksSteven Rostedt (VMware)1-6/+14
2020-03-27ring-buffer/tracing: Have iterator acknowledge dropped eventsSteven Rostedt (VMware)1-4/+12
2020-03-27tracing: Do not disable tracing when reading the trace fileSteven Rostedt (VMware)1-3/+6
2020-03-19ring-buffer: Rename ring_buffer_read() to read_buffer_iter_advance()Steven Rostedt (VMware)1-2/+2
2020-03-19tracing: Save off entry when peeking at next entrySteven Rostedt (VMware)1-1/+39
2020-03-19tracing: Use address-of operator on section symbolsNathan Chancellor1-1/+1
2020-02-26Merge tag 'trace-v5.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+2
2020-02-20tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)1-0/+2
2020-02-06Merge tag 'trace-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-195/+258
2020-02-05Merge branch 'work.recursive_removal' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2020-01-30tracing: Add trace_array_find/_get() to find instance trace arraysTom Zanussi1-10/+33
2020-01-30tracing: eval_map_next() should always increase position indexVasily Averin1-3/+1
2020-01-25tracing: Use pr_err() instead of WARN() for memory failuresSteven Rostedt (VMware)1-9/+9
2020-01-24tracing: Decrement trace_array when bootconfig creates an instanceSteven Rostedt (VMware)1-0/+4
2020-01-24tracing: Remove unneeded NULL checkDan Carpenter1-1/+1
2020-01-22tracing: Fix uninitialized buffer var on early exit to trace_vbprintk()Steven Rostedt (VMware)1-1/+2
2020-01-20tracing: Do not set trace clock if tracefs lockdown is in effectMasami Ichikawa1-0/+5
2020-01-16tracing: Allow trace_printk() to nest in other tracing codeSteven Rostedt (VMware)1-5/+19
2020-01-13tracing/boot: Add cpu_mask option supportMasami Hiramatsu1-13/+29
2020-01-13tracing/boot: Add boot-time tracingMasami Hiramatsu1-5/+5
2020-01-13tracing: kprobes: Output kprobe event to printk bufferMasami Hiramatsu1-2/+2
2020-01-13tracing: Apply soft-disabled and filter to tracepoints printkMasami Hiramatsu1-0/+7
2020-01-13tracing: Make struct ring_buffer less ambiguousSteven Rostedt (VMware)1-35/+35
2020-01-13tracing: Rename trace_buffer to array_bufferSteven Rostedt (VMware)1-115/+115
2019-12-21tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood1-0/+8
2019-12-10simple_recursive_removal(): kernel-side rm -rf for ramfs-style filesystemsAl Viro1-2/+2
2019-12-06Fix up for "printk: Drop pr_warning definition"Stephen Rothwell1-3/+3
2019-12-04tracing: Do not create directories if lockdown is in affectSteven Rostedt (VMware)1-0/+17
2019-11-22tracing: Adding new functions for kernel access to Ftrace instancesDivya Indi1-20/+76
2019-11-14tracing: use kvcalloc for tgid_map array allocationYuming Han1-1/+1
2019-11-13tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi1-0/+3
2019-11-13tracing: Verify if trace array exists before destroying it.Divya Indi1-3/+12
2019-11-13tracing: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior1-0/+2
2019-11-13ftrace: Implement fs notification for tracing_max_latencyViktor Rosendahl (BMW)1-2/+73
2019-11-13ftrace: Add information on number of page groups allocatedSteven Rostedt (VMware)1-6/+15
2019-10-12tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek1-0/+1
2019-10-12tracing: Add locked_down checks to the open calls of files created for tracefsSteven Rostedt (VMware)1-0/+8
2019-10-12tracing: Add tracing_check_open_get_tr()Steven Rostedt (VMware)1-52/+65
2019-10-12tracing: Have trace events system open call tracing_open_generic_tr()Steven Rostedt (VMware)1-1/+1
2019-10-12tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)1-2/+15
2019-09-20Merge tag 'trace-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-7/+7
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2019-08-31tracing: Rename tracing_reset() to tracing_reset_cpu()Steven Rostedt (VMware)1-3/+3
2019-08-31tracing/probe: Add immediate string parameter supportMasami Hiramatsu1-1/+1
2019-08-31tracing/probe: Add immediate parameter supportMasami Hiramatsu1-1/+1
2019-08-31tracing/uprobe: Add multi-probe per uprobe event supportMasami Hiramatsu1-1/+1
2019-08-31tracing/kprobe: Add multi-probe per event supportMasami Hiramatsu1-2/+2
2019-08-31tracing: Correct kdoc formatsJakub Kicinski1-12/+14
2019-08-01treewide: Rename rcu_dereference_raw_notrace() to _check()Joel Fernandes (Google)1-2/+2