summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)AuthorFilesLines
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
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2018-03-27tracing: Block comments should align the * on each lineRohit Visavalia1-1/+1
2018-03-13tracing: Unify the "boot" and "mono" tracing clocksThomas Gleixner1-1/+1
2018-03-10tracing: Make tracing_set_clock() non-staticTom Zanussi1-1/+1
2018-03-10tracing: Add variable reference handling to hist triggersTom Zanussi1-0/+2
2018-03-10tracing: Add usecs modifier for hist trigger timestampsTom Zanussi1-2/+11
2018-03-10tracing: Add timestamp_mode trace fileTom Zanussi1-0/+47
2018-03-10ring-buffer: Add interface for setting absolute time stampsTom Zanussi1-1/+32
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2018-02-01Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds1-7/+7
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+0
2018-01-23tracing: Make sure the parsed string always terminates with '\0'Changbin Du1-2/+2
2018-01-23tracing: Clear parser->idx if only spaces are readChangbin Du1-2/+2
2018-01-23tracing: Detect the string nul character when parsing user input stringChangbin Du1-3/+3
2018-01-23tracing: Update stack trace skipping for ORC unwinderSteven Rostedt (VMware)1-14/+20
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-11/+0
2017-12-27tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)1-0/+1
2017-12-27tracing: Fix crash when it fails to alloc ring bufferJing Xia1-0/+2
2017-12-27tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)1-9/+1
2017-12-04tracing: Pass export pointer as argument to ->write()Felipe Balbi1-1/+1
2017-12-04tracing: Allocate mask_str buffer dynamicallyChangbin Du1-20/+9
2017-12-04tracing: Fix code comments in trace.cChunyu Hu1-5/+5
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro1-3/+3
2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney1-11/+0
2017-10-04tracing: Make traceprobe parsing code reusableTom Zanussi1-0/+86
2017-10-04tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)1-0/+5
2017-09-19tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan1-1/+1
2017-09-19tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)1-0/+7
2017-09-19tracing: Erase irqsoff trace with empty writeBo Yan1-2/+8
2017-09-06tracing: Apply trace_clock changes to instance max bufferBaohong Liu1-1/+1
2017-09-05tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)1-1/+7
2017-08-31tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)1-0/+3
2017-08-02ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPUSteven Rostedt (VMware)1-5/+11
2017-08-02tracing: Missing error code in tracer_alloc_buffers()Dan Carpenter1-0/+1
2017-08-02tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)1-1/+1
2017-07-20tracing: Fix kmemleak in instance_rmdirChunyu Hu1-0/+1
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds1-18/+124
2017-07-11tracing: Fixup trace file header alignmentSteven Rostedt (VMware)1-8/+17