summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2018-08-06tracing: irqsoff: Account for additional preempt_disableJoel Fernandes (Google)-0/+26
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe-7/+12
2018-08-03trace: Use rcu_dereference_raw for hooks from trace-event subsystemJoel Fernandes (Google)-2/+2
2018-08-02tracing/kprobes: Fix within_notrace_func() to check only notrace functionsMasami Hiramatsu-3/+5
2018-08-02Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-7/+48
2018-08-01ftrace: Use true and false for boolean values in ops_references_rec()Gustavo A. R. Silva-5/+5
2018-08-01ring-buffer: Make ring_buffer_record_is_set_on() return boolSteven Rostedt (VMware)-1/+1
2018-08-01ring-buffer: Make ring_buffer_record_is_on() return boolSteven Rostedt (VMware)-1/+1
2018-08-01tracing: Make tracer_tracing_is_on() return boolSteven Rostedt (VMware)-2/+2
2018-08-01tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread existsSteven Rostedt (VMware)-1/+1
2018-08-01ftrace: Add missing check for existing hwlat threadErica Bugden-0/+3
2018-08-01tracing: Do not call start/stop() functions when tracing_on does not changeSteven Rostedt (VMware)-1/+3
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageJoel Fernandes (Google)-180/+147
2018-07-30selftest/ftrace: Move kprobe selftest function to separate compile unitFrancis Deslauriers-11/+23
2018-07-30tracing: kprobes: Prohibit probing on notrace functionMasami Hiramatsu-9/+58
2018-07-27tracing: preemptirq_delay_run() can be statickbuild test robot-1/+1
2018-07-27tracing/kprobes: Simplify the logic of enable_trace_kprobe()Steven Rostedt (VMware)-18/+24
2018-07-26doc: tracing: Fix a typo of trace_statMasami Hiramatsu-1/+1
2018-07-26tracing: Remove orphaned function ftrace_nr_registered_ops()Masami Hiramatsu-24/+0
2018-07-26tracing: Remove orphaned function using_ftrace_ops_list_func().Masami Hiramatsu-6/+0
2018-07-26tracing: Make unregister_trigger() staticSteven Rostedt (VMware)-6/+3
2018-07-26lib: Add module for testing preemptoff/irqsoff latency tracersJoel Fernandes (Google)-0/+88
2018-07-26tracing/irqsoff: Split reset into separate functionsJoel Fernandes (Google)-3/+19
2018-07-25tracing: Quiet gcc warning about maybe unused link variableSteven Rostedt (VMware)-2/+4
2018-07-25tracing: Fix possible double free in event_enable_trigger_func()Steven Rostedt (VMware)-1/+5
2018-07-25tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureArtem Savkov-2/+11
2018-07-25ring_buffer: tracing: Inherit the tracing setting to next ring bufferMasami Hiramatsu-0/+22
2018-07-25tracing: Fix double free of event_trigger_dataSteven Rostedt (VMware)-4/+8
2018-07-25Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-24/+29
2018-07-12tracing: Reorder display of TGID to be after PIDJoel Fernandes (Google)-6/+7
2018-07-11tracing/kprobe: Release kprobe print_fmt properlyJiri Olsa-1/+5
2018-07-09Blktrace: bail out early if block debugfs is not configuredLiu Bo-3/+3
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek-1/+3
2018-07-03tracing: Fix missing return symbol in function_graph outputChangbin Du-1/+4
2018-07-03ftrace: Nuke clear_ftrace_functionYisheng Xie-12/+1
2018-07-03tracing: Use __printf markup to silence compilerMathieu Malaterre-0/+5
2018-07-03tracing: Optimize trace_buffer_iter() logicyuan linyu-3/+1
2018-07-03tracing: Make create_filter() code match the commentsSteven Rostedt (VMware)-0/+5
2018-07-03tracing: Avoid string overflowArnd Bergmann-1/+1
2018-07-02docs: histogram.txt: convert it to ReST file formatMauro Carvalho Chehab-1/+1
2018-06-26Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar-6/+10
2018-06-21tracing: Use swap macro in update_max_trGustavo A. R. Silva-5/+1
2018-06-21tracing: Check for no filter when processing event filtersSteven Rostedt (VMware)-1/+9
2018-06-21bpf/error-inject/kprobes: Clear current_kprobe and enable preempt in kprobeMasami Hiramatsu-8/+3
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab-8/+8
2018-06-12treewide: Use array_size() in vmalloc()Kees Cook-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook-2/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook-19/+22
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-5/+1
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-5/+162