aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-03-01tracing: Add 'hist' trigger Documentationtzanussi/hist-triggers-v2Tom Zanussi
2015-03-01tracing: Add enable_hist/disable_hist triggersTom Zanussi
2015-02-28tracing: Add sorting to hist triggersTom Zanussi
2015-02-28tracing: Add 'hist' event trigger commandTom Zanussi
2015-02-28tracing: Add a per-event-trigger 'paused' fieldTom Zanussi
2015-02-28bpf: Make tracing_map use kmalloc/kfree_notrace()Tom Zanussi
2015-02-28tracing: Add kmalloc/kfree macrosTom Zanussi
2015-02-28tracing: Make kmem memory allocation tracepoints conditionalTom Zanussi
2015-02-28mm: Add ___GFP_NOTRACETom Zanussi
2015-02-28bpf: Add tracing_map client opsTom Zanussi
2015-02-28bpf: Export a map-clearing functionTom Zanussi
2015-02-28bpf: Export bpf map functionality as trace_map_*Tom Zanussi
2015-02-24tracing: Add get_syscall_name()Tom Zanussi
2015-02-24tracing: Add event record param to trigger_ops.func()Tom Zanussi
2015-02-24tracing: Make ftrace_event_field checking functions availableTom Zanussi
2015-02-24ring-buffer: Do not wake up a splice waiter when page is not fullSteven Rostedt (Red Hat)
2015-02-24tracing: Fix unmapping loop in tracing_mark_writeVikram Mulukutla
2015-02-24tracing: Add samples of DECLARE_EVENT_CLASS() and DEFINE_EVENT()Steven Rostedt (Red Hat)
2015-02-24tracing: Add TRACE_EVENT_FN exampleSteven Rostedt (Red Hat)
2015-02-24tracing: Add TRACE_EVENT_CONDITION sampleSteven Rostedt (Red Hat)
2015-02-24tracing: Update the TRACE_EVENT fields available in the sample codeSteven Rostedt (Red Hat)
2015-02-09tracing: Fix comments about tracefsSteven Rostedt (Red Hat)
2015-02-03tracing: Have mkdir and rmdir be part of tracefsSteven Rostedt (Red Hat)
2015-02-03tracefs: Add directory /sys/kernel/tracingSteven 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-03tracefs: Add new tracefs file systemSteven 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-28trace: Use 64-bit timekeepingTina Ruchandani
2015-01-28tracing: Add array printing helperDave Martin
2015-01-27tracing: Remove newline from trace_printk warning bannerBorislav Petkov
2015-01-25debugfs: Provide a file creation function that also takes an initial sizeDavid Howells
2015-01-25new primitive: debugfs_create_automount()Al Viro
2015-01-25debugfs: split end_creating() into success and failure casesAl Viro
2015-01-25debugfs: take mode-dependent parts of debugfs_get_inode() into callersAl Viro
2015-01-25fold debugfs_mknod() into callersAl Viro
2015-01-25fold debugfs_create() into callerAl Viro
2015-01-25fold debugfs_mkdir() into callerAl Viro
2015-01-25debugfs_mknod(): get rid useless argumentsAl Viro
2015-01-25fold debugfs_link() into callerAl Viro
2015-01-25debugfs: kill __create_file()Al Viro
2015-01-25debugfs: split the beginning and the end of __create_file() offAl Viro
2015-01-25debugfs_{mkdir,create,link}(): get rid of redundant argumentAl Viro
2015-01-22tracing: Use IS_ERR() check for return value of tracing_init_dentry()Steven Rostedt (Red Hat)
2015-01-22tracing: Remove unneeded includes of debugfs.h and fs.hSteven Rostedt (Red Hat)
2015-01-18Linux 3.19-rc5Linus Torvalds