aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2015-04-15VFS: kernel/: d_inode() annotationsDavid Howells1-4/+4
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+303
2015-04-14Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-99/+88
2015-04-08tracing: Add enum_map file to show enums that have been mappedSteven Rostedt (Red Hat)1-4/+241
2015-04-08tracing: Allow for modules to convert their enums to valuesSteven Rostedt (Red Hat)1-4/+45
2015-04-08tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their valuesSteven Rostedt (Red Hat)1-1/+25
2015-02-13tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo1-3/+3
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-109/+79
2015-02-09tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla1-1/+1
2015-02-03tracing: Have mkdir and rmdir be part of tracefsSteven Rostedt (Red Hat)1-70/+5
2015-02-03tracing: Automatically mount tracefs on debugfs/tracingSteven Rostedt (Red Hat)1-3/+33
2015-02-03tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)1-23/+32
2015-02-03tracing: Create cmdline tracer options on tracing fs initSteven Rostedt (Red Hat)1-9/+21
2015-02-03tracing: Only create tracer options files if directory existsSteven Rostedt (Red Hat)1-2/+5
2015-02-02Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into trace/ftrace/tracefsSteven Rostedt (Red Hat)1-1/+0
2015-02-02tracing: Separate out initializing top level dir from instancesSteven Rostedt (Red Hat)1-21/+30
2015-02-02tracing: Make tracing_init_dentry_tr() staticSteven Rostedt (Red Hat)1-1/+1
2015-01-27tracing: Remove newline from trace_printk warning bannerBorislav Petkov1-1/+2
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)1-4/+4
2015-01-15tracing: Remove extra call to init_ftrace_syscalls()Steven Rostedt (Red Hat)1-1/+0
2014-12-22tracing: Remove taking of trace_types_lock in pipe filesSteven Rostedt (Red Hat)1-82/+28
2014-12-22tracing: Add ref count to tracer for when they are being read by pipeSteven Rostedt (Red Hat)1-1/+15
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