aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-8/+9
2019-07-16tracing: Pass type into tracing_generic_entry_update()Cong Wang1-4/+4
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-4/+0
2019-06-28tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata1-4/+6
2019-06-28tracing: Fix memory leak in tracing_err_log_open()Takeshi Misawa1-1/+13
2019-06-14tracing: Make two symbols staticYueHaibing1-2/+2
2019-06-03trace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-4/+0
2019-05-25tracing: Use correct function name in trace_filter_add_remove_task() commentMatthias Kaehlcke1-1/+1
2019-05-25tracing/probe: Support user-space dereferenceMasami Hiramatsu1-2/+3
2019-05-25tracing/probe: Add ustring type for user-space stringMasami Hiramatsu1-1/+1
2019-05-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda1-5/+1
2019-05-15Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-61/+356
2019-05-08tracing: Fix documentation about disabling options using trace_optionsSrivatsa S. Bhat (VMware)1-1/+1
2019-05-08tracing: Allow RCU to run between postponed startup testsAnders Roxell1-0/+4
2019-05-08tracing: Eliminate const char[] auto variablesRasmus Villemoes1-21/+13
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-58/+47
2019-05-02tracing: Add trace_total_entries() / trace_total_entries_cpu()Douglas Anderson1-15/+50
2019-04-29tracing: Simplify stack trace retrievalThomas Gleixner1-27/+13
2019-04-29tracing: Make ftrace_trace_userstack() static and conditionalThomas Gleixner1-6/+8
2019-04-29tracing: Use percpu stack trace buffer more intelligentlyThomas Gleixner1-36/+37
2019-04-26Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-16/+19
2019-04-26tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang1-1/+4
2019-04-26tracing: Fix buffer_ref pipe opsJann Horn1-14/+14
2019-04-14Merge branch 'page-refs' (page ref overflow)Linus Torvalds1-1/+5
2019-04-14fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox1-1/+5
2019-04-08tracing: Add error_log to READMETom Zanussi1-0/+1
2019-04-08tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)1-18/+37
2019-04-02tracing: Add tracing error logTom Zanussi1-0/+218