summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * tracing: Make tracing_set_clock() non-staticTom Zanussi2018-03-101-1/+1
| * tracing: Add variable reference handling to hist triggersTom Zanussi2018-03-101-0/+2
| * tracing: Add usecs modifier for hist trigger timestampsTom Zanussi2018-03-101-2/+11
| * tracing: Add timestamp_mode trace fileTom Zanussi2018-03-101-0/+47
| * ring-buffer: Add interface for setting absolute time stampsTom Zanussi2018-03-101-1/+32
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-051-1/+1
|\ \
| * | tracing: Block comments should align the * on each lineRohit Visavalia2018-03-271-1/+1
| |/
* / tracing: Unify the "boot" and "mono" tracing clocksThomas Gleixner2018-03-131-1/+1
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-02-011-7/+7
|\
| * tracing: Make sure the parsed string always terminates with '\0'Changbin Du2018-01-231-2/+2
| * tracing: Clear parser->idx if only spaces are readChangbin Du2018-01-231-2/+2
| * tracing: Detect the string nul character when parsing user input stringChangbin Du2018-01-231-3/+3
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-311-3/+3
|\ \
| * | ipc, kernel, mm: annotate ->poll() instancesAl Viro2017-11-271-3/+3
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-301-11/+0Star
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-031-11/+0Star
| |\ \
| | * | rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney2017-11-271-11/+0Star
| | |/
* | / tracing: Update stack trace skipping for ORC unwinderSteven Rostedt (VMware)2018-01-231-14/+20
|/ /
* | tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)2017-12-271-0/+1
* | tracing: Fix crash when it fails to alloc ring bufferJing Xia2017-12-271-0/+2
* | tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)2017-12-271-9/+1Star
* | tracing: Pass export pointer as argument to ->write()Felipe Balbi2017-12-041-1/+1
* | tracing: Allocate mask_str buffer dynamicallyChangbin Du2017-12-041-20/+9Star
* | tracing: Fix code comments in trace.cChunyu Hu2017-12-041-5/+5
|/