aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-08-16tracing: Add SPDX License format to bpf_trace.cGravatar Steven Rostedt (VMware) 1-4/+1
2018-08-16blktrace: Add SPDX License format headerGravatar Steven Rostedt (VMware) 1-13/+1
2018-08-15s390/ftrace: Add -mfentry and -mnop-mcount supportGravatar Vasily Gorbik 5-12/+16
2018-08-15tracing: Add -mcount-nop option supportGravatar Vasily Gorbik 3-0/+13
2018-08-15tracing: Avoid calling cc-option -mrecord-mcount for every MakefileGravatar Vasily Gorbik 2-6/+10
2018-08-15tracing: Handle CC_FLAGS_FTRACE more accuratelyGravatar Vasily Gorbik 1-4/+7
2018-08-13Uprobe: Additional argument arch_uprobe to uprobe_write_opcode()Gravatar Ravi Bangoria 4-7/+8
2018-08-13Uprobes: Simplify uprobe_register() bodyGravatar Ravi Bangoria 1-33/+36
2018-08-10tracepoints: Free early tracepoints after RCU is initializedGravatar Steven Rostedt (VMware) 1-0/+32
2018-08-10uprobes: Use synchronize_rcu() not synchronize_sched()Gravatar Steven Rostedt (VMware) 1-1/+1
2018-08-10tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Gravatar Steven Rostedt (VMware) 4-14/+17
2018-08-10ftrace: Remove unused pointer ftrace_swapper_pidGravatar Colin Ian King 1-2/+0
2018-08-10tracing: More reverting of "tracing: Centralize preemptirq tracepoints and un...Gravatar Steven Rostedt (VMware) 3-50/+38
2018-08-10tracing/irqsoff: Handle preempt_count for different configsGravatar Steven Rostedt (VMware) 1-29/+37
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Gravatar Steven Rostedt (VMware) 5-34/+28
2018-08-06tracing: irqsoff: Account for additional preempt_disableGravatar Joel Fernandes (Google) 1-0/+26
2018-08-03trace: Use rcu_dereference_raw for hooks from trace-event subsystemGravatar Joel Fernandes (Google) 1-2/+2
2018-08-02tracing/kprobes: Fix within_notrace_func() to check only notrace functionsGravatar Masami Hiramatsu 1-3/+5
2018-08-01ftrace: Use true and false for boolean values in ops_references_rec()Gravatar Gustavo A. R. Silva 1-5/+5
2018-08-01ring-buffer: Make ring_buffer_record_is_set_on() return boolGravatar Steven Rostedt (VMware) 2-2/+2
2018-08-01ring-buffer: Make ring_buffer_record_is_on() return boolGravatar Steven Rostedt (VMware) 2-2/+2
2018-08-01tracing: Make tracer_tracing_is_on() return boolGravatar Steven Rostedt (VMware) 2-2/+2
2018-08-01tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread existsGravatar Steven Rostedt (VMware) 1-1/+1
2018-08-01ftrace: Add missing check for existing hwlat threadGravatar Erica Bugden 1-0/+3
2018-08-01tracing: Do not call start/stop() functions when tracing_on does not changeGravatar Steven Rostedt (VMware) 1-1/+3
2018-07-31tracefs: Annotate tracefs_ops with __ro_after_initGravatar Zubin Mithra 1-2/+3
2018-07-31tracing: Centralize preemptirq tracepoints and unify their usageGravatar Joel Fernandes (Google) 12-229/+195
2018-07-30tracepoint: Make rcuidle tracepoint callers use SRCUGravatar Joel Fernandes (Google) 2-9/+47
2018-07-30lockdep: Use this_cpu_ptr instead of get_cpu_var statsGravatar Joel Fernandes (Google) 1-9/+1
2018-07-30selftests/ftrace: Fix kprobe string testcase to not probe notrace functionGravatar Masami Hiramatsu 2-19/+13
2018-07-30selftest/ftrace: Move kprobe selftest function to separate compile unitGravatar Francis Deslauriers 4-11/+23
2018-07-30tracing: kprobes: Prohibit probing on notrace functionGravatar Masami Hiramatsu 2-9/+58
2018-07-27tracing: preemptirq_delay_run() can be staticGravatar kbuild test robot 1-1/+1
2018-07-27tracing/kprobes: Simplify the logic of enable_trace_kprobe()Gravatar Steven Rostedt (VMware) 1-18/+24
2018-07-26tracing: Remove orphaned function ftrace_nr_registered_ops()Gravatar Masami Hiramatsu 2-30/+0
2018-07-26tracing: Remove orphaned function using_ftrace_ops_list_func().Gravatar Masami Hiramatsu 2-6/+0
2018-07-26tracing: Make unregister_trigger() staticGravatar Steven Rostedt (VMware) 2-6/+3
2018-07-26kselftests: Add tests for the preemptoff and irqsoff tracersGravatar Joel Fernandes (Google) 2-0/+76
2018-07-26lib: Add module for testing preemptoff/irqsoff latency tracersGravatar Joel Fernandes (Google) 3-0/+88
2018-07-26tracing/irqsoff: Split reset into separate functionsGravatar Joel Fernandes (Google) 1-3/+19
2018-07-26srcu: Add notrace variant of srcu_dereferenceGravatar Joel Fernandes (Google) 1-0/+5
2018-07-26srcu: Add notrace variants of srcu_read_{lock,unlock}Gravatar Paul McKenney 1-0/+17
2018-07-26kthread, tracing: Don't expose half-written comm when creating kthreadsGravatar Snild Dolkow 1-1/+7
2018-07-25tracing: Quiet gcc warning about maybe unused link variableGravatar Steven Rostedt (VMware) 1-2/+4
2018-07-25tracing: Fix possible double free in event_enable_trigger_func()Gravatar Steven Rostedt (VMware) 1-1/+5
2018-07-25tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failureGravatar Artem Savkov 1-2/+11
2018-07-25selftests/ftrace: Add snapshot and tracing_on test caseGravatar Masami Hiramatsu 1-0/+28
2018-07-25ring_buffer: tracing: Inherit the tracing setting to next ring bufferGravatar Masami Hiramatsu 3-0/+23
2018-07-25tracing: Fix double free of event_trigger_dataGravatar Steven Rostedt (VMware) 1-4/+8
2018-07-22Linux 4.18-rc6v4.18-rc6Gravatar Linus Torvalds 1-1/+1