summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds-2/+2
2018-10-19tracing: Fix synthetic event to allow semicolon at endMasami Hiramatsu-1/+1
2018-10-19tracing: Fix synthetic event to accept unsigned modifierMasami Hiramatsu-6/+24
2018-10-17tracing: Use trace_clock_local() for looping in preemptirq_delay_test.cSteven Rostedt (VMware)-5/+5
2018-10-01Merge tag 'v4.19-rc6' into for-4.20/blockJens Axboe-0/+2
2018-09-21blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou (Facebook)-2/+2
2018-09-17ring-buffer: Allow for rescheduling when removing pagesVaibhav Nagarnaik-0/+2
2018-08-23Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds-1/+25
2018-08-22Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+4
2018-08-21tracing/kprobes: Fix to check notrace function with correct rangeMasami Hiramatsu-1/+8
2018-08-21tracing: Allow gcov profiling on only ftrace subsystemMasami Hiramatsu-0/+17
2018-08-20Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-423/+472
2018-08-16tracing: Fix SPDX format headers to use C++ style commentsSteven Rostedt (VMware)-8/+8
2018-08-16tracing: Add SPDX License format tags to tracing filesSteven Rostedt (VMware)-102/+20
2018-08-16tracing: Add SPDX License format to bpf_trace.cSteven Rostedt (VMware)-4/+1
2018-08-16tracing/blktrace: Fix to allow setting same valueSteven Rostedt (VMware)-0/+4
2018-08-16blktrace: Add SPDX License format headerSteven Rostedt (VMware)-13/+1
2018-08-15tracing: Add -mcount-nop option supportVasily Gorbik-0/+7
2018-08-15Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-1/+3
2018-08-14Merge tag 'docs-4.19' of git://git.lwn.net/linuxLinus Torvalds-2/+2
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds-3/+3
2018-08-10uprobes: Use synchronize_rcu() not synchronize_sched()Steven Rostedt (VMware)-1/+1
2018-08-10tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...Steven Rostedt (VMware)-14/+17
2018-08-10ftrace: Remove unused pointer ftrace_swapper_pidColin Ian King-2/+0
2018-08-10tracing: More reverting of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)-50/+38
2018-08-10tracing/irqsoff: Handle preempt_count for different configsSteven Rostedt (VMware)-29/+37
2018-08-10tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...Steven Rostedt (VMware)-16/+20
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