index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
trace
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-10
Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
11
-1691
/
+5820
2018-04-06
tracing: Add rcu dereference annotation for test func that touches filter->prog
Steven Rostedt (VMware)
1
-1
/
+6
2018-04-06
tracing: Add rcu dereference annotation for filter->prog
Steven Rostedt (VMware)
1
-1
/
+2
2018-04-06
tracing: Fixup logic inversion on setting trace_global_clock defaults
Chris Wilson
1
-1
/
+1
2018-04-06
tracing: Hide global trace clock from lockdep
Steven Rostedt (VMware)
1
-2
/
+2
2018-04-06
ring-buffer: Add set/clear_current_oom_origin() during allocations
Steven Rostedt (VMware)
1
-10
/
+38
2018-04-06
ring-buffer: Check if memory is available before allocation
Steven Rostedt (VMware)
1
-0
/
+5
2018-04-06
tracing: Uninitialized variable in create_tracing_map_fields()
Dan Carpenter
1
-1
/
+1
2018-04-06
tracing: Make sure variable string fields are NULL-terminated
Tom Zanussi
1
-2
/
+2
2018-04-06
tracing: Add action comparisons when testing matching hist triggers
Tom Zanussi
1
-0
/
+50
2018-04-06
tracing: Don't add flag strings when displaying variable references
Tom Zanussi
1
-1
/
+1
2018-04-06
tracing: Fix display of hist trigger expressions containing timestamps
Tom Zanussi
1
-14
/
+5
2018-04-06
ftrace: Drop a VLA in module_exists()
Salvatore Mesoraca
1
-4
/
+3
2018-04-06
tracing: Mention trace_clock=global when warning about unstable clocks
Chris Wilson
1
-1
/
+2
2018-04-06
tracing: Default to using trace_global_clock if sched_clock is unstable
Chris Wilson
1
-0
/
+19
2018-04-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2
-3
/
+3
2018-04-04
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2018-04-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-11
/
+215
2018-04-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-8
/
+6
2018-03-31
bpf: Check attach type at prog load time
Andrey Ignatov
1
-9
/
+18
2018-03-29
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
4
-36
/
+46
2018-03-28
bpf: introduce BPF_RAW_TRACEPOINT
Alexei Starovoitov
1
-0
/
+183
2018-03-27
tracing: Block comments should align the * on each line
Rohit Visavalia
1
-1
/
+1
2018-03-26
treewide: Align function definition open/close braces
Joe Perches
1
-2
/
+2
2018-03-23
Merge tag 'trace-v4.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-8
/
+6
2018-03-23
tracing: probeevent: Fix to support minus offset from symbol
Masami Hiramatsu
3
-8
/
+6
2018-03-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-28
/
+40
2018-03-23
tracing: Fix a potential NULL dereference
Dan Carpenter
1
-0
/
+1
2018-03-20
trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programs
Yonghong Song
1
-28
/
+40
2018-03-14
tracing: Rewrite filter logic to be simpler and faster
Steven Rostedt (VMware)
2
-1197
/
+979
2018-03-14
tracing: Clean up and document pred_funcs_##type creation and use
Steven Rostedt (VMware)
1
-14
/
+32
2018-03-14
tracing: Combine enum and arrays into single macro in filter code
Steven Rostedt (VMware)
1
-64
/
+48
2018-03-13
tracing: Unify the "boot" and "mono" tracing clocks
Thomas Gleixner
1
-1
/
+1
2018-03-10
tracing: Embed replace_filter_string() helper function
Steven Rostedt (VMware)
1
-18
/
+9
2018-03-10
tracing: Only add filter list when needed
Steven Rostedt (VMware)
1
-13
/
+14
2018-03-10
tracing: Remove filter allocator helper
Steven Rostedt (VMware)
1
-10
/
+2
2018-03-10
tracing: Use trace_seq instead of open code string appending
Steven Rostedt (VMware)
1
-34
/
+23
2018-03-10
tracing: Remove BUG_ON() from append_filter_string()
Steven Rostedt (VMware)
1
-1
/
+2
2018-03-10
tracing: Add inter-event blurb to HIST_TRIGGERS config option
Tom Zanussi
1
-1
/
+4
2018-03-10
tracing: Use the ring-buffer nesting to allow synthetic events to be traced
Steven Rostedt (VMware)
1
-1
/
+11
2018-03-10
ring-buffer: Add nesting for adding events within events
Steven Rostedt (VMware)
1
-3
/
+54
2018-03-10
tracing: Add a clock attribute for hist triggers
Tom Zanussi
1
-3
/
+39
2018-03-10
tracing: Make tracing_set_clock() non-static
Tom Zanussi
2
-1
/
+2
2018-03-10
tracing: Add 'last error' error facility for hist triggers
Tom Zanussi
1
-14
/
+150
2018-03-10
tracing: Add hist trigger support for variable reference aliases
Tom Zanussi
1
-7
/
+67
2018-03-10
tracing: Add cpu field for hist triggers
Tom Zanussi
1
-1
/
+27
2018-03-10
tracing: Allow whitespace to surround hist trigger filter
Tom Zanussi
1
-5
/
+32
2018-03-10
tracing: Add 'onmax' hist trigger action support
Tom Zanussi
1
-35
/
+296
2018-03-10
tracing: Add 'onmatch' hist trigger action support
Tom Zanussi
1
-13
/
+475
2018-03-10
tracing: Add support for 'field variables'
Tom Zanussi
1
-1
/
+530
[next]