aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
AgeCommit message (Expand)Author
2015-05-13tracing: Rename FTRACE_EVENT_FL_* flags to EVENT_FILE_FL_*Steven Rostedt (Red Hat)
2015-05-13tracing: Rename ftrace_event_{call,class} to trace_event_{call,class}Steven Rostedt (Red Hat)
2015-05-13tracing: Rename ftrace_event_file to trace_event_fileSteven Rostedt (Red Hat)
2015-05-12ftrace: Provide trace clock monotonic rawDrew Richardson
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-15VFS: kernel/: d_inode() annotationsDavid Howells
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2015-04-14Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-04-08tracing: Add enum_map file to show enums that have been mappedSteven Rostedt (Red Hat)
2015-04-08tracing: Allow for modules to convert their enums to valuesSteven Rostedt (Red Hat)
2015-04-08tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their valuesSteven Rostedt (Red Hat)
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-03tracing: Have mkdir and rmdir be part of tracefsSteven Rostedt (Red Hat)
2015-02-03tracing: Automatically mount tracefs on debugfs/tracingSteven Rostedt (Red Hat)
2015-02-03tracing: Convert the tracing facility over to use tracefsSteven Rostedt (Red Hat)
2015-02-03tracing: Create cmdline tracer options on tracing fs initSteven Rostedt (Red Hat)
2015-02-03tracing: Only create tracer options files if directory existsSteven Rostedt (Red Hat)
2015-02-02Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt (Red Hat)
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