summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2019-11-06tracing: Initialize iter->seq after zeroing in tracing_read_pipe()Petr Mladek
2019-10-17tracing: Get trace_array reference for available_tracers filesSteven Rostedt (VMware)
2019-08-04tracing/snapshot: Resize spare buffer if size changedEiichi Tsukata
2019-07-10tracing: Silence GCC 9 array bounds warningMiguel Ojeda
2019-06-11fs: prevent page refcount overflow in pipe_buf_getMatthew Wilcox
2019-05-02tracing: Fix a memory leak by early error exit in trace_pid_write()Wenwen Wang
2019-04-05tracing: kdb: Fix ftdump to not sleepDouglas Anderson
2019-03-23tracing: Do not free iter->trace in fail path of tracing_open_pipe()zhangyi (F)
2019-02-27tracing: Use cpumask_available() to check if cpumask variable may be usedMatthias Kaehlcke
2018-09-09tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)
2018-08-24tracing: Use __printf markup to silence compilerMathieu Malaterre
2018-08-09ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu
2018-01-02tracing: Fix crash when it fails to alloc ring bufferJing Xia
2018-01-02tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)
2018-01-02tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)
2017-12-20tracing: Allocate mask_str buffer dynamicallyChangbin Du
2017-10-05tracing: Erase irqsoff trace with empty writeBo Yan
2017-10-05tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan
2017-09-27tracing: Apply trace_clock changes to instance max bufferBaohong Liu
2017-09-27tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)
2017-08-30tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)
2017-07-27tracing: Fix kmemleak in instance_rmdirChunyu Hu
2017-07-21tracing: Use SOFTIRQ_OFFSET for softirq dectection for more accurate resultsPavankumar Kondeti
2017-04-27tracing: Allocate the snapshot buffer before enabling probeSteven Rostedt (VMware)
2017-04-21ftrace: Fix function pid filter on instancesNamhyung Kim
2017-03-15fs: Better permission checking for submountsEric W. Biederman
2016-10-06Merge tag 'trace-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-10-03Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-09-25Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2016-09-25fix memory leaks in tracing_buffers_splice_read()Al Viro
2016-09-25tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)
2016-09-12tracing: Have max_latency be defined for HWLAT_TRACER as wellSteven Rostedt (Red Hat)
2016-09-02tracing: Added hardware latency tracerSteven Rostedt (Red Hat)
2016-08-23ftrace: probe: Add README entries for k/uprobe-eventsMasami Hiramatsu
2016-07-05tracing: Using for_each_set_bit() to simplify trace_pid_write()Wei Yongjun
2016-07-05ftrace: Move toplevel init out of ftrace_init_tracefs()Steven Rostedt (Red Hat)
2016-06-23tracing: Skip more functions when doing stack tracing of eventsSteven Rostedt (Red Hat)
2016-06-20tracing: Choose static tp_printk buffer by explicit nesting countAndy Lutomirski
2016-06-20ftrace: Have set_ftrace_pid use the bitmap like events doSteven Rostedt (Red Hat)
2016-06-20tracing: Move pid_list write processing into its own functionSteven Rostedt (Red Hat)
2016-06-20tracing: Move the pid_list seq_file functions to be globalSteven Rostedt (Red Hat)
2016-06-20tracing: Move filtered_pid helper functions into trace.cSteven Rostedt
2016-05-03tracing: Use temp buffer when filtering eventsSteven Rostedt (Red Hat)
2016-04-29tracing: Remove unused function trace_current_buffer_lock_reserve()Steven Rostedt (Red Hat)
2016-04-29tracing: Have trace_buffer_unlock_commit() call the _regs version with NULLSteven Rostedt (Red Hat)
2016-04-29tracing: Remove unused function trace_current_buffer_discard_commit()Steven Rostedt (Red Hat)
2016-04-29tracing: Move trace_buffer_unlock_commit{_regs}() to local headerSteven Rostedt (Red Hat)
2016-04-29tracing: Fold filter_check_discard() into its only userSteven Rostedt (Red Hat)
2016-04-27tracing: Make filter_check_discard() localSteven Rostedt (Red Hat)
2016-04-26tracing: Don't use the address of the buffer array name in copy_from_userWang Xiaoqiang