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