summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2016-03-18tracing: Have preempt(irqs)off trace preempt disabled functionsSteven Rostedt (Red Hat)-2/+6
2016-03-18tracing: Fix return while holding a lock in register_tracer()Chunyu Hu-2/+4
2016-03-18ftrace: Use kasprintf() in ftrace_profile_tracefs()Geliang Tang-3/+1
2016-03-18ftrace: Update dynamic ftrace calls only if necessaryJiri Olsa-5/+5
2016-03-18ftrace: Make ftrace_hash_rec_enable return update boolJiri Olsa-10/+17
2016-03-16Merge tag 'pm+acpi-4.6-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-0/+1
2016-03-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-11/+24
2016-03-14Merge branch 'pm-cpufreq'Rafael J. Wysocki-0/+1
2016-03-08bpf: prevent kprobe+bpf deadlocksAlexei Starovoitov-2/+0
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-14/+22
2016-03-08tracing: Fix typoes in code comment and printk in trace_nop.cChunyu Hu-2/+2
2016-03-08tracing: Use flags instead of bool in trigger structureSteven Rostedt (Red Hat)-30/+49
2016-03-08tracing: Add an unreg_all() callback to trigger commandsTom Zanussi-2/+20
2016-03-08tracing: Add needs_rec flag to event triggersTom Zanussi-1/+9
2016-03-08tracing: Add a per-event-trigger 'paused' fieldTom Zanussi-0/+5
2016-03-08tracing: Add get_syscall_name()Tom Zanussi-0/+16
2016-03-08tracing: Add event record param to trigger_ops.func()Tom Zanussi-19/+23
2016-03-08tracing: Make event trigger functions availableTom Zanussi-15/+27
2016-03-08tracing: Make ftrace_event_field checking functions availableTom Zanussi-12/+12
2016-03-08tracing: Make tracer_flags use the right set_flag callbackChunyu Hu-14/+21
2016-03-04Merge tag 'trace-fixes-v4.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-12/+15
2016-03-04tracing: Do not have 'comm' filter override event 'comm' fieldSteven Rostedt (Red Hat)-12/+15
2016-02-29tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:Taeung Song-7/+9
2016-02-29Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar-37/+8
2016-02-25Merge tag 'trace-fixes-v4.5-rc5-2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+2
2016-02-24tracing: Fix showing function event in available_eventsSteven Rostedt (Red Hat)-1/+2
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-35/+8
2016-02-22Merge tag 'trace-fixes-v4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+5
2016-02-20bpf: introduce BPF_MAP_TYPE_STACK_TRACEAlexei Starovoitov-0/+2
2016-02-19tracing, kasan: Silence Kasan warning in check_stack of stack_tracerYang Shi-1/+5
2016-02-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-35/+1
2016-02-17ftrace/module: remove ftrace module notifierJessica Yu-35/+1
2016-02-11Merge branch 'pm-opp' into pm-cpufreqRafael J. Wysocki-0/+7
2016-02-09kprobes: Optimize hot path by using percpu counter to collect 'nhit' statisticsMartin KaFai Lau-4/+15
2016-02-05cpufreq: powernv/tracing: Add powernv_throttle tracepointShilpasri G Bhat-0/+1
2016-02-03Merge tag 'trace-v4.5-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-0/+7
2016-01-31Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-4/+10
2016-01-29tracing/stacktrace: Show entire trace if passed in function not foundSteven Rostedt-0/+7
2016-01-29perf/bpf: Convert perf_event_array to use struct fileAlexei Starovoitov-4/+10
2016-01-28Merge tag 'trace-v4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds-1/+1
2016-01-14tracing: Fix stacktrace skip depth in trace_buffer_unlock_commit_regs()Steven Rostedt (Red Hat)-1/+1
2016-01-12Merge tag 'trace-v4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-228/+300
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-39/+16
2016-01-07ftrace: Fix the race between ftrace and insmodQiu Peiyang-9/+16
2016-01-07ftrace: Add infrastructure for delayed enabling of module functionsSteven Rostedt (Red Hat)-55/+106
2016-01-04tracing: Fix setting of start_index in find_next()Qiu Peiyang-0/+1
2016-01-04kernel/*: switch to memdup_user_nul()Al Viro-30/+13
2016-01-04convert a bunch of open-coded instances of memdup_user_nul()Al Viro-9/+3
2015-12-23tracing: Fix comment to use tracing_on over tracing_enableChuyu Hu-2/+2
2015-12-23ftrace: Clean up ftrace_module_init() codeSteven Rostedt (Red Hat)-6/+3