summaryrefslogtreecommitdiff
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2015-02-13tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2015-02-09tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla
2015-02-02tracing: Separate out initializing top level dir from instancesSteven Rostedt (Red Hat)
2015-02-02tracing: Make tracing_init_dentry_tr() staticSteven Rostedt (Red Hat)
2015-01-27tracing: Remove newline from trace_printk warning bannerBorislav Petkov
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)
2015-01-15tracing: Remove extra call to init_ftrace_syscalls()Steven Rostedt (Red Hat)
2014-12-22tracing: Remove taking of trace_types_lock in pipe filesSteven Rostedt (Red Hat)
2014-12-22tracing: Add ref count to tracer for when they are being read by pipeSteven Rostedt (Red Hat)
2014-12-16Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2014-12-15tracing: Add tp_printk cmdline to have tracepoints go to printk()Steven Rostedt (Red Hat)
2014-12-15tracing: Move enabling tracepoints to just after rcu_init()Steven Rostedt (Red Hat)
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-12-10Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro
2014-12-03tracing: Truncated output is better than nothingDan Carpenter
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina
2014-11-20kernel: trace: fix printk messageFrans Klaver
2014-11-19tracing: Add paranoid size check in trace_printk_seq()Steven Rostedt (Red Hat)
2014-11-19tracing: Use trace_seq_used() and seq_buf_used() instead of lenSteven Rostedt (Red Hat)
2014-11-19tracing: Clean up tracing_fill_pipe_page()Steven Rostedt (Red Hat)
2014-11-19tracing: Create seq_buf layer in trace_seqSteven Rostedt (Red Hat)
2014-11-19tracing: Add trace_seq_has_overflowed() and trace_handle_return()Steven Rostedt (Red Hat)
2014-11-13tracing: Merge consecutive seq_puts callsRasmus Villemoes
2014-11-13tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes
2014-11-13tracing: Fix traceoff_on_warning handling on boot command lineLuis Claudio R. Goncalves
2014-11-10tracing: Do not risk busy looping in buffer spliceRabin Vincent
2014-11-10tracing: Do not busy wait in buffer spliceRabin Vincent
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2014-07-23ftrace: Provide trace clocks monotonicThomas Gleixner
2014-07-21tracing: Fix wraparound problems in "uptime" trace clockTony Luck
2014-07-18tracing: let user specify tracing_thresh after selecting function_graphStanislav Fomichev
2014-07-15tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputszhangwei(Jovi)
2014-07-15tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputszhangwei(Jovi)
2014-07-09Merge branch 'trace/ftrace/urgent' into trace/ftrace/coreSteven Rostedt (Red Hat)
2014-07-01tracing: Remove ftrace_stop/start() from reading the trace fileSteven Rostedt (Red Hat)
2014-07-01tracing: Add description of set_graph_notrace to tracing/READMENamhyung Kim
2014-07-01tracing: Remove unnecessary null test before debugfs_remove()Fabian Frederick
2014-07-01tracing: Move the trace_seq_* functions into its own trace_seq.c fileSteven Rostedt (Red Hat)
2014-06-10tracing: Fix leak of per cpu max data in instancesSteven Rostedt (Red Hat)
2014-06-10tracing: Cleanup saved_cmdlines_size changesNamhyung Kim
2014-06-10ring-buffer: Check if buffer exists before pollingSteven Rostedt (Red Hat)
2014-06-06tracing: Fix memory leak on instance deletionSteven Rostedt (Red Hat)
2014-06-06tracing: Fix leak of ring buffer data when new instances creation failsSteven Rostedt (Red Hat)
2014-06-05tracing: Introduce saved_cmdlines_size fileYoshihiro YUNOMAE
2014-06-03tracing: Eliminate double free on failure of allocation on boot upYoshihiro YUNOMAE