aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-04-22Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ros...Linus Torvalds
2015-04-17tracing: Fix possible out of bounds memory access when parsing enumsSteven Rostedt (Red Hat)
2015-04-16tracing: Fix incorrect enabling of trace events by boot cmdlineJoonsoo Kim
2015-04-16tracing: Handle ftrace_dump() atomic context in graph_trace_open()Rabin Vincent
2015-04-15tracing: remove use of seq_printf return valueJoe Perches
2015-04-15VFS: kernel/: d_inode() annotationsDavid Howells
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
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-04-02ftrace/x86: Let dynamic trampolines call ops->func even for dynamic fopsSteven Rostedt (Red Hat)
2015-04-02bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more ...Ingo Molnar
2015-04-02tracing: Allow BPF programs to call bpf_trace_printk()Alexei Starovoitov
2015-04-02tracing: Allow BPF programs to call bpf_ktime_get_ns()Alexei Starovoitov
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov
2015-04-02tracing: Add kprobe flagAlexei Starovoitov
2015-03-30ring-buffer: Remove duplicate use of '&' in recursive codeSteven Rostedt (Red Hat)
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar
2015-03-25trace: Don't use __weak in header filesStephen Rothwell
2015-03-25tracing: remove ftrace:function TRACE_EVENT_FL_USE_CALL_FILTER flagHe Kuang
2015-03-25tracing: %pF is only for function pointersScott Wood
2015-03-25ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt
2015-03-23perf: Remove type specific target pointersPeter Zijlstra
2015-03-09ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)
2015-03-09ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand
2015-03-09ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctlSteven 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-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-02-11ring-buffer: Do not wake up a splice waiter when page is not fullSteven Rostedt (Red Hat)
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...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-30PM / sleep: export suspend_resume trace eventTodd E Brandt
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens
2015-01-28trace: Use 64-bit timekeepingTina Ruchandani
2015-01-28tracing: Add array printing helperDave Martin
2015-01-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
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)