summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Check length before giving out the filter bufferSteven Rostedt (VMware)2021-02-231-1/+1
* tracing: Fix userstacktrace option for instancesSteven Rostedt (VMware)2020-12-111-3/+4
* tracing: Fix out of bounds write in get_trace_bufQiujun Huang2020-11-101-1/+1
* tracing: Use address-of operator on section symbolsNathan Chancellor2020-10-011-1/+1
* tracing: Adding NULL checks for trace_array descriptor pointerDivya Indi2020-10-011-0/+3
* tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)2020-05-141-0/+13
* tracing: Disable trace_printk() on post poned testsSteven Rostedt (VMware)2020-03-051-0/+2
* tracing: Fix lock inversion in trace_event_enable_tgid_record()Prateek Sood2020-01-091-0/+8
* tracing: use kvcalloc for tgid_map array allocationYuming Han2019-12-311-1/+1
* tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek2019-11-061-0/+1
* tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)2019-10-171-2/+15
* tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata2019-07-101-4/+6
* tracing: Silence GCC 9 array bounds warningMiguel Ojeda2019-06-251-5/+1
* fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox2019-05-041-1/+5
* tracing: Fix buffer_ref pipe opsJann Horn2019-05-021-14/+14
* tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang2019-05-021-1/+4
* tracing: kdb: Fix ftdump to not sleepDouglas Anderson2019-04-051-2/+4
* tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)2019-03-231-1/+0
* tracing: Fix number of entries in trace headerQuentin Perret2019-02-271-0/+2
* Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-08-201-2/+5
|\
| * tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)2018-08-161-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-121-4/+4
* | tracing: Use __printf markup to silence compilerMathieu Malaterre2018-07-031-0/+5
* | tracing: Use swap macro in update_max_trGustavo A. R. Silva2018-06-211-5/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+2
* | treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-4/+5
* | tracing: Use match_string() instead of open coding it in trace_set_options()Yisheng Xie2018-06-051-10/+5
* | 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