summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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/+0
| |/
* / 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-221-3/+5
| * tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)2018-12-221-1/+1
| * tracing: Make function ‘ftrace_exports’ staticMathieu Malaterre2018-12-221-1/+1
| * tracing: Use dyn_event framework for synthetic eventsMasami Hiramatsu2018-12-081-0/+8
| * tracing: Add unified dynamic event frameworkMasami Hiramatsu2018-12-081-0/+4
| * tracing: Change default buffer_percent to 50Steven Rostedt (VMware)2018-12-081-1/+1
| * tracing: Add tracefs file buffer_percentageSteven Rostedt (VMware)2018-12-081-1/+53
| * ring-buffer: Add percentage of ring buffer full to wake up readerSteven Rostedt (VMware)2018-12-081-4/+4
* | tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney2018-11-271-5/+5
|/
* tracing: Export trace_dump_stack to modulesNikolay Borisov2018-10-271-0/+1
* tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu2018-10-101-0/+4
* tracing: probeevent: Add array type supportMasami Hiramatsu2018-10-101-1/+2