aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-15tracing: Remove extra call to init_ftrace_syscalls()Steven Rostedt (Red Hat)1-1/+0
2014-12-16Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+24
2014-12-15tracing: Add tp_printk cmdline to have tracepoints go to printk()Steven Rostedt (Red Hat)1-0/+17
2014-12-15tracing: Move enabling tracepoints to just after rcu_init()Steven Rostedt (Red Hat)1-1/+7
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2014-12-10Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-20/+45
2014-12-10Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-80/+79
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro1-18/+15
2014-12-03tracing: Truncated output is better than nothingDan Carpenter1-5/+2
2014-11-20Merge Linus' tree to be be to apply submitted patches to newer code thanJiri Kosina1-18/+15
2014-11-20kernel: trace: fix printk messageFrans Klaver1-1/+1
2014-11-19tracing: Add paranoid size check in trace_printk_seq()Steven Rostedt (Red Hat)1-0/+8
2014-11-19tracing: Use trace_seq_used() and seq_buf_used() instead of lenSteven Rostedt (Red Hat)1-10/+11
2014-11-19tracing: Clean up tracing_fill_pipe_page()Steven Rostedt (Red Hat)1-6/+19
2014-11-19tracing: Create seq_buf layer in trace_seqSteven Rostedt (Red Hat)1-18/+21
2014-11-19tracing: Add trace_seq_has_overflowed() and trace_handle_return()Steven Rostedt (Red Hat)1-34/+35
2014-11-13tracing: Merge consecutive seq_puts callsRasmus Villemoes1-32/+32
2014-11-13tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes1-22/+22
2014-11-13tracing: Fix traceoff_on_warning handling on boot command lineLuis Claudio R. Goncalves1-2/+3
2014-11-10tracing: Do not risk busy looping in buffer spliceRabin Vincent1-2/+8
2014-11-10tracing: Do not busy wait in buffer spliceRabin Vincent1-16/+7
2014-11-03move d_rcu from overlapping d_child to overlapping d_aliasAl Viro1-2/+2
2014-08-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+6
2014-08-04Merge tag 'trace-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-35/+61
2014-07-23ftrace: Provide trace clocks monotonicThomas Gleixner1-5/+6
2014-07-21tracing: Fix wraparound problems in "uptime" trace clockTony Luck1-1/+1
2014-07-18tracing: let user specify tracing_thresh after selecting function_graphStanislav Fomichev1-7/+58
2014-07-15tracing: Add TRACE_ITER_PRINTK flag check in __trace_puts/__trace_bputszhangwei(Jovi)1-0/+6
2014-07-15tracing: Add ftrace_trace_stack into __trace_puts/__trace_bputszhangwei(Jovi)1-2/+10
2014-07-09Merge branch 'trace/ftrace/urgent' into trace/ftrace/coreSteven Rostedt (Red Hat)1-2/+0
2014-07-01tracing: Remove ftrace_stop/start() from reading the trace fileSteven Rostedt (Red Hat)1-2/+0
2014-07-01tracing: Add description of set_graph_notrace to tracing/READMENamhyung Kim1-0/+1
2014-07-01tracing: Remove unnecessary null test before debugfs_remove()Fabian Frederick1-4/+2
2014-07-01tracing: Move the trace_seq_* functions into its own trace_seq.c fileSteven Rostedt (Red Hat)1-24/+0
2014-06-10tracing: Fix leak of per cpu max data in instancesSteven Rostedt (Red Hat)1-9/+12
2014-06-10tracing: Cleanup saved_cmdlines_size changesNamhyung Kim1-3/+3
2014-06-10ring-buffer: Check if buffer exists before pollingSteven Rostedt (Red Hat)1-6/+16
2014-06-06tracing: Fix memory leak on instance deletionSteven Rostedt (Red Hat)1-2/+1
2014-06-06tracing: Fix leak of ring buffer data when new instances creation failsSteven Rostedt (Red Hat)1-2/+20
2014-06-05tracing: Introduce saved_cmdlines_size fileYoshihiro YUNOMAE1-24/+154
2014-06-03tracing: Eliminate double free on failure of allocation on boot upYoshihiro YUNOMAE1-4/+0
2014-05-30tracing: Move locking of trace_cmdline_lock into start/stop seq callsSteven Rostedt (Red Hat)1-4/+15
2014-05-30tracing: Try again for saved cmdline if failed due to lockingSteven Rostedt (Red Hat)1-6/+7
2014-05-29tracing: Have saved_cmdlines use the seq_read infrastructureYoshihiro YUNOMAE1-35/+54
2014-05-29tracing: Print nasty banner when trace_printk() is in useSteven Rostedt1-1/+15
2014-05-05tracing: Replace __get_cpu_var uses with this_cpu_ptrChristoph Lameter1-1/+1
2014-04-30tracing: Remove mock up poll wait functionSteven Rostedt (Red Hat)1-25/+4
2014-04-29tracing: Break out of tracing_wait_pipe() before wait_pipe() is calledSteven Rostedt (Red Hat)1-9/+9
2014-04-21tracing: Add static to local functionsFabian Frederick1-2/+2
2014-04-21tracing: Move ftrace_max_lock into trace_arraySteven Rostedt (Red Hat)1-26/+14