aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-06tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée1-1/+2
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-4/+4
2015-04-22Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-3/+20
2015-04-17tracing: Fix possible out of bounds memory access when parsing enumsSteven Rostedt (Red Hat)1-0/+6
2015-04-16tracing: Fix incorrect enabling of trace events by boot cmdlineJoonsoo Kim1-1/+8
2015-04-16tracing: Handle ftrace_dump() atomic context in graph_trace_open()Rabin Vincent1-2/+6
2015-04-15tracing: remove use of seq_printf return valueJoe Perches1-2/+2
2015-04-15VFS: kernel/: d_inode() annotationsDavid Howells3-7/+7
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-6/+245
2015-04-14Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds12-45/+489
2015-04-14Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds8-142/+130
2015-04-08tracing: Add enum_map file to show enums that have been mappedSteven Rostedt (Red Hat)2-4/+269
2015-04-08tracing: Allow for modules to convert their enums to valuesSteven Rostedt (Red Hat)2-5/+46
2015-04-08tracing: Add TRACE_DEFINE_ENUM() macro to map enums to their valuesSteven Rostedt (Red Hat)3-1/+146
2015-04-02ftrace/x86: Let dynamic trampolines call ops->func even for dynamic fopsSteven Rostedt (Red Hat)1-8/+14
2015-04-02bpf: Fix the build on BPF_SYSCALL=y && !CONFIG_TRACING kernels, make it more configurableIngo Molnar2-1/+9
2015-04-02tracing: Allow BPF programs to call bpf_trace_printk()Alexei Starovoitov1-0/+78
2015-04-02tracing: Allow BPF programs to call bpf_ktime_get_ns()Alexei Starovoitov1-0/+14
2015-04-02tracing, perf: Implement BPF programs attached to kprobesAlexei Starovoitov3-0/+139
2015-04-02tracing: Add kprobe flagAlexei Starovoitov1-1/+1
2015-03-30ring-buffer: Remove duplicate use of '&' in recursive codeSteven Rostedt (Red Hat)1-4/+1
2015-03-27Merge branch 'perf/x86' into perf/core, because it's readyIngo Molnar1-5/+5
2015-03-25trace: Don't use __weak in header filesStephen Rothwell4-24/+15
2015-03-25tracing: remove ftrace:function TRACE_EVENT_FL_USE_CALL_FILTER flagHe Kuang1-1/+1
2015-03-25tracing: %pF is only for function pointersScott Wood1-3/+3
2015-03-25ring-buffer: Replace this_cpu_*() with __this_cpu_*()Steven Rostedt1-6/+5
2015-03-23perf: Remove type specific target pointersPeter Zijlstra1-5/+5
2015-03-09ftrace: Fix ftrace enable ordering of sysctl ftrace_enabledSteven Rostedt (Red Hat)1-3/+3
2015-03-09ftrace: Fix en(dis)able graph caller when en(dis)abling record via sysctlPratyush Anand1-6/+22
2015-03-09ftrace: Clear REGS_EN and TRAMP_EN flags on disabling record via sysctlSteven Rostedt (Red Hat)1-2/+6
2015-02-13tracing: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-4/+4
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds19-150/+175
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+2
2015-02-11ring-buffer: Do not wake up a splice waiter when page is not fullSteven Rostedt (Red Hat)1-5/+35
2015-02-10Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
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)8-66/+74
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)4-25/+102
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)2-2/+1
2015-01-30PM / sleep: export suspend_resume trace eventTodd E Brandt1-0/+1
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens1-2/+2
2015-01-28trace: Use 64-bit timekeepingTina Ruchandani1-10/+8
2015-01-28tracing: Add array printing helperDave Martin1-0/+44
2015-01-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-23/+100
2015-01-27tracing: Remove newline from trace_printk warning bannerBorislav Petkov1-1/+2