summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
2019-03-15Merge tag 'trace-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds1-2/+4
2019-03-13tracing: kdb: Fix ftdump to not sleepDouglas Anderson1-2/+4
2019-03-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-2/+0
2019-03-11Merge tag 'trace-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-9/+214
2019-03-05tracing: Use strncpy instead of memcpy when copying comm in trace.cTom Zanussi1-2/+2
2019-02-20tracing: Fix spelling mistake: "analagous" -> "analogous"Colin Ian King1-1/+1
2019-02-20tracing: Comment why cond_snapshot is checked outside of max_lock protectionSteven Rostedt (VMware)1-0/+8
2019-02-20tracing: Add alternative synthetic event trace action syntaxTom Zanussi1-1/+1
2019-02-20tracing: Add hist trigger onchange() handlerTom Zanussi1-1/+2
2019-02-20tracing: Add hist trigger snapshot() actionTom Zanussi1-0/+3
2019-02-20tracing: Add conditional snapshotTom Zanussi1-4/+188
2019-02-20tracing: Split up onmatch action dataTom Zanussi1-1/+11
2019-02-20tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)1-1/+0
2019-02-15tracing: Fix number of entries in trace headerQuentin Perret1-0/+2
2019-02-01pipe: stop using ->can_mergeJann Horn1-2/+0
2018-12-31Merge tag 'trace-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-8/+74
2018-12-22tracing: Use the return of str_has_prefix() to remove open coded numbersSteven Rostedt (VMware)1-3/+5
2018-12-22tracing: Use str_has_prefix() instead of using fixed sizesSteven Rostedt (VMware)1-1/+1
2018-12-22tracing: Make function ‘ftrace_exports’ staticMathieu Malaterre1-1/+1
2018-12-08tracing: Use dyn_event framework for synthetic eventsMasami Hiramatsu1-0/+8
2018-12-08tracing: Add unified dynamic event frameworkMasami Hiramatsu1-0/+4
2018-12-08tracing: Change default buffer_percent to 50Steven Rostedt (VMware)1-1/+1
2018-12-08tracing: Add tracefs file buffer_percentageSteven Rostedt (VMware)1-1/+53
2018-12-08ring-buffer: Add percentage of ring buffer full to wake up readerSteven Rostedt (VMware)1-4/+4
2018-11-27tracing: Replace synchronize_sched() and call_rcu_sched()Paul E. McKenney1-5/+5
2018-10-27tracing: Export trace_dump_stack to modulesNikolay Borisov1-0/+1
2018-10-10tracing: probeevent: Add $argN for accessing function argsMasami Hiramatsu1-0/+4
2018-10-10tracing: probeevent: Add array type supportMasami Hiramatsu1-1/+2
2018-10-10tracing: probeevent: Add symbol typeMasami Hiramatsu1-1/+1
2018-09-24uprobes: Support SDT markers having reference count (semaphore)Ravi Bangoria1-1/+1
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-2/+5
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)1-0/+1
2018-08-15Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+3
2018-08-01tracing: Make tracer_tracing_is_on() return boolSteven Rostedt (VMware)1-1/+1
2018-08-01tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)1-1/+3
2018-07-25ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu1-0/+6
2018-07-12tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)1-4/+4
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek1-1/+3
2018-07-03tracing: Use __printf markup to silence compilerMathieu Malaterre1-0/+5
2018-06-21tracing: Use swap macro in update_max_trGustavo A. R. Silva1-5/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+5
2018-06-05tracing: Use match_string() instead of open coding it in trace_set_options()Yisheng Xie1-10/+5
2018-05-29tracing: Add trigger file for trace_markers tracefs/ftrace/printSteven Rostedt (VMware)1-0/+17
2018-05-29tracing: Have event_trace_init() called by trace_init_tracefs()Steven Rostedt (VMware)1-0/+2
2018-05-28tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)1-6/+6
2018-04-26Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner1-1/+1
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-4/+112
2018-04-06tracing: Fixup logic inversion on setting trace_global_clock defaultsChris Wilson1-1/+1
2018-04-06tracing: Default to using trace_global_clock if sched_clock is unstableChris Wilson1-0/+19