summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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-261-1/+1
| * tracing/probe: Support user-space dereferenceMasami Hiramatsu2019-05-261-2/+3
| * tracing/probe: Add ustring type for user-space stringMasami Hiramatsu2019-05-261-1/+1
* | Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-4/+0Star
|\ \
| * | trace: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-06-031-4/+0Star
| |/
* | 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-261-5/+1Star
* Merge tag 'trace-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-05-161-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/+13Star
| * tracing: Add trace_total_entries() / trace_total_entries_cpu()Douglas Anderson2019-05-031-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-031-0/+218
| * tracing: Kernel access to Ftrace instancesDivya Indi2019-04-031-24/+50
* | Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2019-05-061-58/+47Star
|\ \
| * | tracing: Simplify stack trace retrievalThomas Gleixner2019-04-291-27/+13Star
| * | 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-151-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/+0Star
|\ \ \
| * | | pipe: stop using ->can_mergeJann Horn2019-02-011-2/+0Star
* | | | Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-03-121-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
| * | tracing: Comment why cond_snapshot is checked outside of max_lock protectionSteven Rostedt (VMware)2019-02-201-0/+8
| * | tracing: Add alternative synthetic event trace action syntaxTom Zanussi2019-02-201-1/+1
| * | tracing: Add hist trigger onchange() handlerTom Zanussi2019-02-201-1/+2
| * | tracing: Add hist trigger snapshot() actionTom Zanussi2019-02-201-0/+3
| * | tracing: Add conditional snapshotTom Zanussi2019-02-201-4/+188
| * | tracing: Split up onmatch action dataTom Zanussi2019-02-201-1/+11
| * | tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)2019-02-201-1/+0Star
| |/
* / tracing: Fix number of entries in trace headerQuentin Perret2019-02-151-0/+2
|/
* Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-12-311-8/+74
|\
| * tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)2018-12-231-3/+5
| * tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)2018-12-231-1/+1
| * tracing: Make function ‘ftrace_exports’ staticMathieu Malaterre2018-12-221-1/+1
| * tracing: Use dyn_event framework for synthetic eventsMasami Hiramatsu2018-12-091-0/+8
| * tracing: Add unified dynamic event frameworkMasami Hiramatsu2018-12-091-0/+4