index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Lines
2018-10-22
Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block
Linus Torvalds
-2
/
+2
2018-10-19
tracing: Fix synthetic event to allow semicolon at end
Masami Hiramatsu
-1
/
+1
2018-10-19
tracing: Fix synthetic event to accept unsigned modifier
Masami Hiramatsu
-6
/
+24
2018-10-17
tracing: Use trace_clock_local() for looping in preemptirq_delay_test.c
Steven Rostedt (VMware)
-5
/
+5
2018-10-01
Merge tag 'v4.19-rc6' into for-4.20/block
Jens Axboe
-0
/
+2
2018-09-21
blkcg: remove bio->bi_css and instead use bio->bi_blkg
Dennis Zhou (Facebook)
-2
/
+2
2018-09-17
ring-buffer: Allow for rescheduling when removing pages
Vaibhav Nagarnaik
-0
/
+2
2018-08-23
Merge tag 'trace-v4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...
Linus Torvalds
-1
/
+25
2018-08-22
Merge tag 'for-4.19/post-20180822' of git://git.kernel.dk/linux-block
Linus Torvalds
-0
/
+4
2018-08-21
tracing/kprobes: Fix to check notrace function with correct range
Masami Hiramatsu
-1
/
+8
2018-08-21
tracing: Allow gcov profiling on only ftrace subsystem
Masami Hiramatsu
-0
/
+17
2018-08-20
Merge tag 'trace-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
-423
/
+472
2018-08-16
tracing: Fix SPDX format headers to use C++ style comments
Steven Rostedt (VMware)
-8
/
+8
2018-08-16
tracing: Add SPDX License format tags to tracing files
Steven Rostedt (VMware)
-102
/
+20
2018-08-16
tracing: Add SPDX License format to bpf_trace.c
Steven Rostedt (VMware)
-4
/
+1
2018-08-16
tracing/blktrace: Fix to allow setting same value
Steven Rostedt (VMware)
-0
/
+4
2018-08-16
blktrace: Add SPDX License format header
Steven Rostedt (VMware)
-13
/
+1
2018-08-15
tracing: Add -mcount-nop option support
Vasily Gorbik
-0
/
+7
2018-08-15
Merge tag 'printk-for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-1
/
+3
2018-08-14
Merge tag 'docs-4.19' of git://git.lwn.net/linux
Linus Torvalds
-2
/
+2
2018-08-14
Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block
Linus Torvalds
-3
/
+3
2018-08-10
uprobes: Use synchronize_rcu() not synchronize_sched()
Steven Rostedt (VMware)
-1
/
+1
2018-08-10
tracing: Fix synchronizing to event changes with tracepoint_synchronize_unreg...
Steven Rostedt (VMware)
-14
/
+17
2018-08-10
ftrace: Remove unused pointer ftrace_swapper_pid
Colin Ian King
-2
/
+0
2018-08-10
tracing: More reverting of "tracing: Centralize preemptirq tracepoints and un...
Steven Rostedt (VMware)
-50
/
+38
2018-08-10
tracing/irqsoff: Handle preempt_count for different configs
Steven Rostedt (VMware)
-29
/
+37
2018-08-10
tracing: Partial revert of "tracing: Centralize preemptirq tracepoints and un...
Steven Rostedt (VMware)
-16
/
+20
2018-08-06
tracing: irqsoff: Account for additional preempt_disable
Joel Fernandes (Google)
-0
/
+26
2018-08-05
Merge tag 'v4.18-rc6' into for-4.19/block2
Jens Axboe
-7
/
+12
2018-08-03
trace: Use rcu_dereference_raw for hooks from trace-event subsystem
Joel Fernandes (Google)
-2
/
+2
2018-08-02
tracing/kprobes: Fix within_notrace_func() to check only notrace functions
Masami Hiramatsu
-3
/
+5
2018-08-02
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
-7
/
+48
2018-08-01
ftrace: Use true and false for boolean values in ops_references_rec()
Gustavo A. R. Silva
-5
/
+5
2018-08-01
ring-buffer: Make ring_buffer_record_is_set_on() return bool
Steven Rostedt (VMware)
-1
/
+1
2018-08-01
ring-buffer: Make ring_buffer_record_is_on() return bool
Steven Rostedt (VMware)
-1
/
+1
2018-08-01
tracing: Make tracer_tracing_is_on() return bool
Steven Rostedt (VMware)
-2
/
+2
2018-08-01
tracing: Do a WARN_ON() if start_thread() in hwlat is called when thread exists
Steven Rostedt (VMware)
-1
/
+1
2018-08-01
ftrace: Add missing check for existing hwlat thread
Erica Bugden
-0
/
+3
2018-08-01
tracing: Do not call start/stop() functions when tracing_on does not change
Steven Rostedt (VMware)
-1
/
+3
2018-07-31
tracing: Centralize preemptirq tracepoints and unify their usage
Joel Fernandes (Google)
-180
/
+147
2018-07-30
selftest/ftrace: Move kprobe selftest function to separate compile unit
Francis Deslauriers
-11
/
+23
2018-07-30
tracing: kprobes: Prohibit probing on notrace function
Masami Hiramatsu
-9
/
+58
2018-07-27
tracing: preemptirq_delay_run() can be static
kbuild test robot
-1
/
+1
2018-07-27
tracing/kprobes: Simplify the logic of enable_trace_kprobe()
Steven Rostedt (VMware)
-18
/
+24
2018-07-26
doc: tracing: Fix a typo of trace_stat
Masami Hiramatsu
-1
/
+1
2018-07-26
tracing: Remove orphaned function ftrace_nr_registered_ops()
Masami Hiramatsu
-24
/
+0
2018-07-26
tracing: Remove orphaned function using_ftrace_ops_list_func().
Masami Hiramatsu
-6
/
+0
2018-07-26
tracing: Make unregister_trigger() static
Steven Rostedt (VMware)
-6
/
+3
2018-07-26
lib: Add module for testing preemptoff/irqsoff latency tracers
Joel Fernandes (Google)
-0
/
+88
2018-07-26
tracing/irqsoff: Split reset into separate functions
Joel Fernandes (Google)
-3
/
+19
[next]