summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * tracing: Pass type into tracing_generic_entry_update()Cong Wang2019-07-161-4/+4
| * tracing: Use correct function name in trace_filter_add_remove_task() commentMatthias Kaehlcke2019-05-251-1/+1
| * tracing/probe: Support user-space dereferenceMasami Hiramatsu2019-05-251-2/+3
| * tracing/probe: Add ustring type for user-space stringMasami Hiramatsu2019-05-251-1/+1
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-4/+0
|\ \
| * | trace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-4/+0
| |/
* | tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-06-281-4/+6
* | tracing: Fix memory leak in tracing_err_log_open()Takeshi Misawa2019-06-281-1/+13
* | tracing: Make two symbols staticYueHaibing2019-06-141-2/+2
|/
* tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-05-251-5/+1
* Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-151-61/+356
|\
| * tracing: Fix documentation about disabling options using trace_optionsSrivatsa S. Bhat (VMware)2019-05-081-1/+1
| * tracing: Allow RCU to run between postponed startup testsAnders Roxell2019-05-081-0/+4
| * tracing: Eliminate const char[] auto variablesRasmus Villemoes2019-05-081-21/+13
| * tracing: Add trace_total_entries() / trace_total_entries_cpu()Douglas Anderson2019-05-021-15/+50
| * tracing: Add error_log to READMETom Zanussi2019-04-081-0/+1
| * tracing: Have the error logs show up in the proper instancesSteven Rostedt (VMware)2019-04-081-18/+37
| * tracing: Add tracing error logTom Zanussi2019-04-021-0/+218
| * tracing: Kernel access to Ftrace instancesDivya Indi2019-04-021-24/+50
* | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-58/+47
|\ \
| * | tracing: Simplify stack trace retrievalThomas Gleixner2019-04-291-27/+13
| * | tracing: Make ftrace_trace_userstack() static and conditionalThomas Gleixner2019-04-291-6/+8
| * | tracing: Use percpu stack trace buffer more intelligentlyThomas Gleixner2019-04-291-36/+37
| |/
* | Merge tag 'trace-v5.1-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-04-261-16/+19
|\ \
| * | tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang2019-04-261-1/+4
| * | tracing: Fix buffer_ref pipe opsJann Horn2019-04-261-14/+14
| |/
* | Merge branch 'page-refs' (page ref overflow)Linus Torvalds2019-04-141-1/+5
|\ \ | |/ |/|
| * fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-04-141-1/+5
* | Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds2019-03-151-2/+4
|\ \
| * | tracing: kdb: Fix ftdump to not sleepDouglas Anderson2019-03-131-2/+4
* | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2019-03-121-2/+0
|\ \ \
| * | | pipe: stop using ->can_mergeJann Horn2019-02-011-2/+0
* | | | Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-03-111-9/+214
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | tracing: Use strncpy instead of memcpy when copying comm in trace.cTom Zanussi2019-03-051-2/+2
| * | tracing: Fix spelling mistake: "analagous" -> "analogous"Colin Ian King2019-02-201-1/+1