index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2017-10-07
bpf: add helper bpf_perf_prog_read_value
Yonghong Song
1
-0
/
+28
2017-10-07
bpf: add helper bpf_perf_event_read_value for perf event array map
Yonghong Song
1
-4
/
+41
2017-10-07
bpf: perf event change needed for subsequent bpf helpers
Yonghong Song
1
-1
/
+1
2017-10-06
tracing: Prepare to add preempt and irq trace events
Joel Fernandes
1
-26
/
+74
2017-10-05
ftrace/kallsyms: Have /proc/kallsyms show saved mod init functions
Steven Rostedt (VMware)
1
-0
/
+40
2017-10-05
ftrace: Add freeing algorithm to free ftrace_mod_maps
Steven Rostedt (VMware)
1
-2
/
+30
2017-10-05
ftrace: Save module init functions kallsyms symbols for tracing
Steven Rostedt (VMware)
1
-2
/
+144
2017-10-05
ftrace: Allow module init functions to be traced
Steven Rostedt (VMware)
1
-2
/
+4
2017-10-04
ftrace: Add a ftrace_free_mem() function for modules to use
Steven Rostedt (VMware)
1
-3
/
+11
2017-10-04
tracing: Reimplement log2
Tom Zanussi
1
-4
/
+27
2017-10-04
tracing: Add hist_field_name() accessor
Tom Zanussi
1
-22
/
+45
2017-10-04
tracing: Clean up hist_field_flags enum
Tom Zanussi
1
-10
/
+10
2017-10-04
tracing: Make traceprobe parsing code reusable
Tom Zanussi
6
-103
/
+103
2017-10-04
tracing: Increase tracing map KEYS_MAX size
Tom Zanussi
1
-1
/
+1
2017-10-04
tracing: Remove lookups from tracing_map hitcount
Tom Zanussi
1
-1
/
+2
2017-10-04
tracing: Exclude 'generic fields' from histograms
Tom Zanussi
1
-2
/
+2
2017-10-04
ring-buffer: Rewrite trace_recursive_(un)lock() to be simpler
Steven Rostedt (VMware)
1
-47
/
+17
2017-10-04
tracing: Reverse the order of trace_types_lock and event_mutex
Steven Rostedt (VMware)
2
-16
/
+20
2017-10-04
tracing: Remove redundant unread variable ret
Colin Ian King
1
-4
/
+2
2017-10-04
tracing: Remove obsolete sched_switch tracer selftest
Joel Fernandes
2
-34
/
+0
2017-10-04
Merge tag 'trace-v4.14-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-14
/
+0
2017-10-03
ftrace: Fix kmemleak in unregister_ftrace_graph
Shu Wang
1
-14
/
+0
2017-09-29
sched/tracing: Use common task-state helpers
Peter Zijlstra
2
-19
/
+10
2017-09-25
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-6
/
+12
2017-09-25
Merge tag 'trace-v4.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-15
/
+0
2017-09-25
blktrace: Fix potential deadlock between delete & sysfs ops
Waiman Long
1
-6
/
+12
2017-09-23
tracing: Remove RCU work arounds from stack tracer
Steven Rostedt (VMware)
1
-15
/
+0
2017-09-20
Merge tag 'trace-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-3
/
+19
2017-09-19
tracing: Fix trace_pipe behavior for instance traces
Tahsin Erdogan
1
-1
/
+1
2017-09-19
tracing: Ignore mmiotrace from kernel commandline
Ziqian SUN (Zamir)
3
-0
/
+10
2017-09-19
tracing: Erase irqsoff trace with empty write
Bo Yan
1
-2
/
+8
2017-09-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-1
/
+1
2017-09-13
mm: treewide: remove GFP_TEMPORARY allocation flag
Michal Hocko
1
-1
/
+1
2017-09-11
perf/bpf: fix a clang compilation issue
Yonghong Song
1
-1
/
+1
2017-09-09
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2017-09-08
treewide: make "nr_cpu_ids" unsigned
Alexey Dobriyan
1
-1
/
+1
2017-09-08
Merge tag 'trace-v4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
5
-19
/
+82
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-78
/
+183
2017-09-06
tracing: Apply trace_clock changes to instance max buffer
Baohong Liu
1
-1
/
+1
2017-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-2
/
+51
2017-09-05
tracing: Fix clear of RECORDED_TGID flag when disabling trace event
Chunyu Hu
1
-1
/
+1
2017-09-05
tracing: Add barrier to trace_printk() buffer nesting modification
Steven Rostedt (VMware)
1
-1
/
+7
2017-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
6
-16
/
+38
2017-09-01
ftrace: Fix memleak when unregistering dynamic ops when tracing disabled
Steven Rostedt (VMware)
1
-4
/
+6
2017-09-01
ftrace: Fix selftest goto location on error
Steven Rostedt (VMware)
1
-1
/
+1
2017-08-31
ftrace: Zero out ftrace hashes when a module is removed
Steven Rostedt (VMware)
1
-3
/
+55
2017-08-31
tracing: Only have rmmod clear buffers that its events were active in
Steven Rostedt (VMware)
3
-8
/
+11
2017-08-29
perf/ftrace: Fix double traces of perf on ftrace:function
Zhou Chengming
4
-6
/
+8
2017-08-24
Merge tag 'trace-v4.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
6
-16
/
+38
2017-08-24
tracing: Fix freeing of filter in create_filter() when set_str is false
Steven Rostedt (VMware)
1
-0
/
+4
[prev]
[next]