summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tracing: Change default buffer_percent to 50Steven Rostedt (VMware)2018-12-091-1/+1
| * tracing: Add tracefs file buffer_percentageSteven Rostedt (VMware)2018-12-091-1/+53
| * ring-buffer: Add percentage of ring buffer full to wake up readerSteven Rostedt (VMware)2018-12-091-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-111-0/+4
* tracing: probeevent: Add array type supportMasami Hiramatsu2018-10-111-1/+2
* tracing: probeevent: Add symbol typeMasami Hiramatsu2018-10-111-1/+1
* uprobes: Support SDT markers having reference count (semaphore)Ravi Bangoria2018-09-241-1/+1
* Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-211-2/+5
|\
| * tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-171-0/+1
| * tracing: Make tracer_tracing_is_on() return boolSteven Rostedt (VMware)2018-08-011-1/+1
| * tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)2018-08-011-1/+3
* | Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-1/+3
|\ \ | |/ |/|
| * printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek2018-07-091-1/+3
* | ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu2018-07-251-0/+6
* | tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)2018-07-131-4/+4
* | tracing: Use __printf markup to silence compilerMathieu Malaterre2018-07-041-0/+5
* | tracing: Use swap macro in update_max_trGustavo A. R. Silva2018-06-211-5/+1Star
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+2
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-4/+5
* | tracing: Use match_string() instead of open coding it in trace_set_options()Yisheng Xie2018-06-051-10/+5Star
* | tracing: Add trigger file for trace_markers tracefs/ftrace/printSteven Rostedt (VMware)2018-05-291-0/+17
* | tracing: Have event_trace_init() called by trace_init_tracefs()Steven Rostedt (VMware)2018-05-291-0/+2
|/
* tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)2018-05-281-6/+6
* Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-261-1/+1
* Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-101-4/+112
|\
| * tracing: Fixup logic inversion on setting trace_global_clock defaultsChris Wilson2018-04-061-1/+1
| * tracing: Default to using trace_global_clock if sched_clock is unstableChris Wilson2018-04-061-0/+19