Age | Commit message (Expand) | Author |
2015-06-17 | tracing: Have filter check for balanced ops | Steven Rostedt |
2015-06-11 | ring-buffer-benchmark: Fix the wrong sched_priority of producer | Wang Long |
2015-05-06 | tracing: Make ftrace_print_array_seq compute buf_len | Alex Bennée |
2015-04-26 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds |
2015-04-22 | Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros... | Linus Torvalds |
2015-04-17 | tracing: Fix possible out of bounds memory access when parsing enums | Steven Rostedt (Red Hat) |
2015-04-16 | tracing: Fix incorrect enabling of trace events by boot cmdline | Joonsoo Kim |
2015-04-16 | tracing: Handle ftrace_dump() atomic context in graph_trace_open() | Rabin Vincent |
2015-04-15 | tracing: remove use of seq_printf return value | Joe Perches |
2015-04-15 | VFS: kernel/: d_inode() annotations | David Howells |
2015-04-14 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2015-04-14 | Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds |
2015-04-14 | Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2015-04-08 | tracing: Add enum_map file to show enums that have been mapped | Steven Rostedt (Red Hat) |
2015-04-08 | tracing: Allow for modules to convert their enums to values | Steven Rostedt (Red Hat) |
2015-04-08 | tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their values | Steven Rostedt (Red Hat) |
2015-04-02 | ftrace/x86: Let dynamic trampolines call ops->func even for dynamic fops | Steven Rostedt (Red Hat) |
2015-04-02 | bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more ... | Ingo Molnar |
2015-04-02 | tracing: Allow BPF programs to call bpf_trace_printk() | Alexei Starovoitov |
2015-04-02 | tracing: Allow BPF programs to call bpf_ktime_get_ns() | Alexei Starovoitov |
2015-04-02 | tracing, perf: Implement BPF programs attached to kprobes | Alexei Starovoitov |
2015-04-02 | tracing: Add kprobe flag | Alexei Starovoitov |
2015-03-30 | ring-buffer: Remove duplicate use of '&' in recursive code | Steven Rostedt (Red Hat) |
2015-03-27 | Merge branch 'perf/x86' into perf/core, because it's ready | Ingo Molnar |
2015-03-25 | trace: Don't use __weak in header files | Stephen Rothwell |
2015-03-25 | tracing: remove ftrace:function TRACE_EVENT_FL_USE_CALL_FILTER flag | He Kuang |
2015-03-25 | tracing: %pF is only for function pointers | Scott Wood |
2015-03-25 | ring-buffer: Replace this_cpu_*() with __this_cpu_*() | Steven Rostedt |
2015-03-23 | perf: Remove type specific target pointers | Peter Zijlstra |
2015-03-09 | ftrace: Fix ftrace enable ordering of sysctl ftrace_enabled | Steven Rostedt (Red Hat) |
2015-03-09 | ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctl | Pratyush Anand |
2015-03-09 | ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctl | Steven Rostedt (Red Hat) |
2015-02-13 | tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasks | Tejun Heo |
2015-02-12 | Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2015-02-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds |
2015-02-11 | ring-buffer: Do not wake up a splice waiter when page is not full | Steven Rostedt (Red Hat) |
2015-02-10 | Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2015-02-09 | tracing: Fix unmapping loop in tracing_mark_write | Vikram Mulukutla |
2015-02-03 | tracing: Have mkdir and rmdir be part of tracefs | Steven Rostedt (Red Hat) |
2015-02-03 | tracing: Automatically mount tracefs on debugfs/tracing | Steven Rostedt (Red Hat) |
2015-02-03 | tracing: Convert the tracing facility over to use tracefs | Steven Rostedt (Red Hat) |
2015-02-03 | tracing: Create cmdline tracer options on tracing fs init | Steven Rostedt (Red Hat) |
2015-02-03 | tracing: Only create tracer options files if directory exists | Steven Rostedt (Red Hat) |
2015-02-02 | Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel... | Steven Rostedt (Red Hat) |
2015-02-02 | tracing: Separate out initializing top level dir from instances | Steven Rostedt (Red Hat) |
2015-02-02 | tracing: Make tracing_init_dentry_tr() static | Steven Rostedt (Red Hat) |
2015-01-30 | PM / sleep: export suspend_resume trace event | Todd E Brandt |
2015-01-29 | ftrace: allow architectures to specify ftrace compile options | Heiko Carstens |
2015-01-28 | trace: Use 64-bit timekeeping | Tina Ruchandani |
2015-01-28 | tracing: Add array printing helper | Dave Martin |