aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2016-04-19bpf, trace: add BPF_F_CURRENT_CPU flag for bpf_perf_event_outputDaniel Borkmann1-1/+6
2016-04-19tracing: Fix unsigned comparison to zero in hist trigger codeSteven Rostedt (Red Hat)1-2/+2
2016-04-19tracing: Add hist trigger 'log2' modifierNamhyung Kim2-0/+21
2016-04-19tracing: Add support for named hist triggersTom Zanussi2-21/+141
2016-04-19tracing: Add support for named triggersTom Zanussi2-0/+156
2016-04-19tracing: Add support for multiple hist triggers per eventTom Zanussi2-35/+145
2016-04-19tracing: Add enable_hist/disable_hist triggersTom Zanussi4-31/+195
2016-04-19tracing: Remove restriction on string position in hist trigger keysTom Zanussi1-28/+35
2016-04-19tracing: Support string type key properlyNamhyung Kim1-4/+45
2016-04-19tracing: Add hist trigger support for stacktraces as keysTom Zanussi2-42/+109
2016-04-19tracing: Add hist trigger 'syscall' modifierTom Zanussi2-1/+17
2016-04-19tracing: Add hist trigger 'execname' modifierTom Zanussi2-2/+101
2016-04-19tracing: Add hist trigger 'sym' and 'sym-offset' modifiersTom Zanussi2-5/+28
2016-04-19tracing: Add hist trigger 'hex' modifier for displaying numeric fieldsTom Zanussi2-7/+60
2016-04-19tracing: Add hist trigger support for clearing a traceTom Zanussi2-3/+26
2016-04-19tracing: Add hist trigger support for pausing and continuing a traceTom Zanussi2-4/+34
2016-04-19tracing: Add hist trigger support for user-defined sorting ('sort=' param)Tom Zanussi2-4/+114
2016-04-19tracing: Add hist trigger support for compound keysTom Zanussi2-15/+36
2016-04-19tracing: Add hist trigger support for multiple values ('vals=' param)Tom Zanussi2-6/+85
2016-04-19tracing: Add 'hist' event trigger commandTom Zanussi7-0/+895
2016-04-19tracing: Update some tracing_map constants and commentsTom Zanussi2-4/+5
2016-04-19tracing: Fix TRACING_MAP KconfigSteven Rostedt (Red Hat)2-4/+1
2016-04-19tracing: Add lock-free tracing_mapTom Zanussi4-0/+1354
2016-04-19tracing: Add infrastructure to allow set_event_pid to follow childrenSteven Rostedt3-10/+79
2016-04-19tracing: Use pid bitmap instead of a pid array for set_event_pidSteven Rostedt2-124/+102
2016-04-19tracing: Rename check_ignore_pid() to ignore_this_task()Steven Rostedt1-7/+7
2016-04-18bpf: avoid warning for wrong pointer castArnd Bergmann1-2/+2
2016-04-18Merge branch 'topic/livepatch' into nextMichael Ellerman1-1/+13
2016-04-15Merge branch 'topic/livepatch' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux into for-4.7/livepatching-ppc64leJiri Kosina1-1/+13
2016-04-14bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann1-3/+7
2016-04-14ftrace: Make ftrace_location_range() globalMichael Ellerman1-1/+13
2016-04-13Merge tag 'v4.6-rc3' into perf/core, to refresh the treeIngo Molnar20-164/+270
2016-04-07bpf: sanitize bpf tracepoint accessAlexei Starovoitov1-0/+18
2016-04-07bpf: support bpf_get_stackid() and bpf_perf_event_output() in tracepoint programsAlexei Starovoitov1-1/+41
2016-04-07bpf: register BPF_PROG_TYPE_TRACEPOINT program typeAlexei Starovoitov1-2/+43
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov4-31/+36
2016-04-07perf: optimize perf_fetch_caller_regsAlexei Starovoitov1-0/+1
2016-04-02cpufreq: schedutil: New governor based on scheduler utilization dataRafael J. Wysocki1-0/+1
2016-03-31ftrace/perf: Check sample types only for sampling eventsJiri Olsa1-0/+3
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko1-0/+1
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds11-111/+222
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches9-51/+44
2016-03-22tracing: Record and show NMI statePeter Zijlstra3-3/+9
2016-03-22tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)1-0/+3
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2016-03-18tracing: Remove redundant reset per-CPU buff in irqsoff tracerDmitry Safonov1-1/+0
2016-03-18tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)1-1/+4
2016-03-18tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)1-2/+6
2016-03-18tracing: Fix return while holding a lock in register_tracer()Chunyu Hu1-2/+4
2016-03-18ftrace: Use kasprintf() in ftrace_profile_tracefs()Geliang Tang1-3/+1