aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAge
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-12
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-12
* tracing: Use match_string() instead of open coding it in trace_set_options()Yisheng Xie2018-06-05
* tracing: Add trigger file for trace_markers tracefs/ftrace/printSteven Rostedt (VMware)2018-05-29
* tracing: Have event_trace_init() called by trace_init_tracefs()Steven Rostedt (VMware)2018-05-29
* tracing: Make the snapshot trigger work with instancesSteven Rostedt (VMware)2018-05-28
* Revert: Unify CLOCK_MONOTONIC and CLOCK_BOOTTIMEThomas Gleixner2018-04-26
* Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-04-10
|\
| * tracing: Fixup logic inversion on setting trace_global_clock defaultsChris Wilson2018-04-06
| * tracing: Default to using trace_global_clock if sched_clock is unstableChris Wilson2018-04-06
| * tracing: Make tracing_set_clock() non-staticTom Zanussi2018-03-10
| * tracing: Add variable reference handling to hist triggersTom Zanussi2018-03-10
| * tracing: Add usecs modifier for hist trigger timestampsTom Zanussi2018-03-10
| * tracing: Add timestamp_mode trace fileTom Zanussi2018-03-10
| * ring-buffer: Add interface for setting absolute time stampsTom Zanussi2018-03-10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2018-04-05
|\ \
| * | tracing: Block comments should align the * on each lineRohit Visavalia2018-03-27
| |/
* / tracing: Unify the "boot" and "mono" tracing clocksThomas Gleixner2018-03-13
|/
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-02-01
|\
| * tracing: Make sure the parsed string always terminates with '\0'Changbin Du2018-01-23
| * tracing: Clear parser->idx if only spaces are readChangbin Du2018-01-23
| * tracing: Detect the string nul character when parsing user input stringChangbin Du2018-01-23
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-30
|\ \
| * | ipc, kernel, mm: annotate ->poll() instancesAl Viro2017-11-27
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2018-01-30
|\ \ \ | |_|/ |/| |
| * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2018-01-03
| |\ \
| | * | rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney2017-11-27
| | |/
* | / tracing: Update stack trace skipping for ORC unwinderSteven Rostedt (VMware)2018-01-23
|/ /
* | tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)2017-12-27
* | tracing: Fix crash when it fails to alloc ring bufferJing Xia2017-12-27
* | tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)2017-12-27
* | tracing: Pass export pointer as argument to ->write()Felipe Balbi2017-12-04
* | tracing: Allocate mask_str buffer dynamicallyChangbin Du2017-12-04
* | tracing: Fix code comments in trace.cChunyu Hu2017-12-04
|/
* tracing: Make traceprobe parsing code reusableTom Zanussi2017-10-04
* tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)2017-10-04
* tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan2017-09-19
* tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)2017-09-19
* tracing: Erase irqsoff trace with empty writeBo Yan2017-09-19
* tracing: Apply trace_clock changes to instance max bufferBaohong Liu2017-09-06
* tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)2017-09-05
* tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)2017-08-31
* ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPUSteven Rostedt (VMware)2017-08-02
* tracing: Missing error code in tracer_alloc_buffers()Dan Carpenter2017-08-02
* tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)2017-08-02
* tracing: Fix kmemleak in instance_rmdirChunyu Hu2017-07-20
* Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2017-07-13
|\
| * tracing: Fixup trace file header alignmentSteven Rostedt (VMware)2017-07-11
| * tracing: Attempt to record other information even if some failJoel Fernandes2017-07-07