summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2016-05-17Merge tag 'trace-fixes-v4.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-05-16Merge tag 'pm-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2016-05-16Merge branch 'pm-cpufreq'Rafael J. Wysocki
2016-05-13ring-buffer: Prevent overflow of size in ring_buffer_resize()Steven Rostedt (Red Hat)
2016-05-13ring-buffer: Use long for nr_pages to avoid overflow failuresSteven Rostedt (Red Hat)
2016-05-11Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2016-05-03tracing: Don't display trigger file for events that can't be enabledChunyu Hu
2016-04-13Merge tag 'v4.6-rc3' into perf/core, to refresh the treeIngo Molnar
2016-04-02cpufreq: schedutil: New governor based on scheduler utilization dataRafael J. Wysocki
2016-03-31ftrace/perf: Check sample types only for sampling eventsJiri Olsa
2016-03-25arch, ftrace: for KASAN put hard/soft IRQ entries into separate sectionsAlexander Potapenko
2016-03-24Merge tag 'trace-v4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2016-03-22kernel/...: convert pr_warning to pr_warnJoe Perches
2016-03-22tracing: Record and show NMI statePeter Zijlstra
2016-03-22tracing: Fix trace_printk() to print when not using bprintk()Steven Rostedt (Red Hat)
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-03-18tracing: Remove redundant reset per-CPU buff in irqsoff tracerDmitry Safonov
2016-03-18tracing: Fix crash from reading trace_pipe with sendfileSteven Rostedt (Red Hat)
2016-03-18tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)
2016-03-18tracing: Fix return while holding a lock in register_tracer()Chunyu Hu
2016-03-18ftrace: Use kasprintf() in ftrace_profile_tracefs()Geliang Tang
2016-03-18ftrace: Update dynamic ftrace calls only if necessaryJiri Olsa
2016-03-18ftrace: Make ftrace_hash_rec_enable return update boolJiri Olsa
2016-03-16Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-03-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-03-14Merge branch 'pm-cpufreq'Rafael J. Wysocki
2016-03-08bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-08tracing: Fix typoes in code comment and printk in trace_nop.cChunyu Hu
2016-03-08tracing: Use flags instead of bool in trigger structureSteven Rostedt (Red Hat)
2016-03-08tracing: Add an unreg_all() callback to trigger commandsTom Zanussi
2016-03-08tracing: Add needs_rec flag to event triggersTom Zanussi
2016-03-08tracing: Add a per-event-trigger 'paused' fieldTom Zanussi
2016-03-08tracing: Add get_syscall_name()Tom Zanussi
2016-03-08tracing: Add event record param to trigger_ops.func()Tom Zanussi
2016-03-08tracing: Make event trigger functions availableTom Zanussi
2016-03-08tracing: Make ftrace_event_field checking functions availableTom Zanussi
2016-03-08tracing: Make tracer_flags use the right set_flag callbackChunyu Hu
2016-03-04Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-03-04tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)
2016-02-29tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:Taeung Song
2016-02-29Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar
2016-02-25Merge tag 'trace-fixes-v4.5-rc5-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-02-24tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-22Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-02-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov
2016-02-19tracing, kasan: Silence Kasan warning in check_stack of stack_tracerYang Shi
2016-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-02-17ftrace/module: remove ftrace module notifierJessica Yu