summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-01Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-30Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2018-01-23tracing: Make sure the parsed string always terminates with '\0'Changbin Du
2018-01-23tracing: Clear parser->idx if only spaces are readChangbin Du
2018-01-23tracing: Detect the string nul character when parsing user input stringChangbin Du
2018-01-23tracing: Update stack trace skipping for ORC unwinderSteven Rostedt (VMware)
2018-01-03Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-12-27tracing: Fix possible double free on failure of allocating trace bufferSteven Rostedt (VMware)
2017-12-27tracing: Fix crash when it fails to alloc ring bufferJing Xia
2017-12-27tracing: Remove extra zeroing out of the ring buffer pageSteven Rostedt (VMware)
2017-12-04tracing: Pass export pointer as argument to ->write()Felipe Balbi
2017-12-04tracing: Allocate mask_str buffer dynamicallyChangbin Du
2017-12-04tracing: Fix code comments in trace.cChunyu Hu
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro
2017-11-27rcu: Eliminate rcu_irq_enter_disabled()Paul E. McKenney
2017-10-04tracing: Make traceprobe parsing code reusableTom Zanussi
2017-10-04tracing: Reverse the order of trace_types_lock and event_mutexSteven Rostedt (VMware)
2017-09-19tracing: Fix trace_pipe behavior for instance tracesTahsin Erdogan
2017-09-19tracing: Ignore mmiotrace from kernel commandlineZiqian SUN (Zamir)
2017-09-19tracing: Erase irqsoff trace with empty writeBo Yan
2017-09-06tracing: Apply trace_clock changes to instance max bufferBaohong Liu
2017-09-05tracing: Add barrier to trace_printk() buffer nesting modificationSteven Rostedt (VMware)
2017-08-31tracing: Only have rmmod clear buffers that its events were active inSteven Rostedt (VMware)
2017-08-02ring-buffer: Have ring_buffer_alloc_read_page() return error on offline CPUSteven Rostedt (VMware)
2017-08-02tracing: Missing error code in tracer_alloc_buffers()Dan Carpenter
2017-08-02tracing: Call clear_boot_tracer() at lateinit_syncSteven Rostedt (VMware)
2017-07-20tracing: Fix kmemleak in instance_rmdirChunyu Hu
2017-07-13Merge tag 'trace-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2017-07-11tracing: Fixup trace file header alignmentSteven Rostedt (VMware)
2017-07-07Merge tag 'linux-kselftest-4.13-rc1-update' of git://git.kernel.org/pub/scm/l...Linus Torvalds
2017-07-07tracing: Attempt to record other information even if some failJoel Fernandes
2017-07-07tracing: Treat recording tgid for idle task as a successJoel Fernandes
2017-07-07tracing: Treat recording comm for idle task as a successJoel Fernandes
2017-07-06tracing: Add saved_tgids file to show cached pid to tgid mappingsMichael Sartain
2017-07-05Merge commit '0f17976568b3f72e676450af0c0db6f8752253d6' into trace/ftrace/coreSteven Rostedt (VMware)
2017-06-29ftrace: Fix regression with module command in stack_trace_filterSteven Rostedt (VMware)
2017-06-27tracing: Add support for display of tgid in trace outputJoel Fernandes
2017-06-27tracing: Add support for recording tgid of tasksJoel Fernandes
2017-06-27ftrace: Remove unused function ftrace_arch_read_dyn_info()Steven Rostedt (VMware)
2017-06-13tracing: Rename update the enum_map fileJeremy Linton
2017-06-13trace: rename enum_map functionsJeremy Linton
2017-06-13trace: rename trace.c enum functionsJeremy Linton
2017-06-13trace: rename trace_enum_mutex to trace_eval_mutexJeremy Linton
2017-06-13trace: rename trace enum data structures in trace.cJeremy Linton
2017-06-13trace: rename struct module entry for trace enumsJeremy Linton
2017-06-13trace: rename trace_enum_map to trace_eval_mapJeremy Linton
2017-06-13trace: rename kernel enum section to evalJeremy Linton
2017-06-13tracing: Remove unused declaration of trace_stop_cmdline_recordingJoel Fernandes