index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-12
perf/core: Fix installing cgroup events on CPU
leilei.lin
1
-11
/
+35
2018-03-12
perf/core: Optimize perf_rotate_context() event scheduling
Peter Zijlstra
1
-23
/
+37
2018-03-12
perf/core: Fix tree based event rotation
Peter Zijlstra
1
-26
/
+18
2018-03-12
perf/core: Simpify perf_event_groups_for_each()
Peter Zijlstra
1
-7
/
+7
2018-03-12
perf/core: Optimize ctx_sched_out()
Peter Zijlstra
1
-24
/
+29
2018-03-12
perf/core: Remove perf_event::group_entry
Peter Zijlstra
1
-19
/
+18
2018-03-12
perf/core: Fix event schedule order
Peter Zijlstra
1
-49
/
+108
2018-03-12
perf/core: Cleanup the rb-tree code
Peter Zijlstra
1
-44
/
+40
2018-03-12
perf/cor: Use RB trees for pinned/flexible groups
Alexey Budankov
1
-52
/
+253
2018-03-12
perf/core: Fix perf_output_read_group()
Peter Zijlstra
1
-1
/
+2
2018-03-12
Merge tag 'v4.16-rc5' into locking/core, to pick up fixes
Ingo Molnar
2
-3
/
+6
2018-03-11
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+3
2018-03-11
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-2
/
+3
2018-03-11
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
Ingo Molnar
10
-187
/
+183
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
-33
/
+22
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
2018-03-10
tracing: Add support for 'synthetic' events
Tom Zanussi
1
-2
/
+893
2018-03-10
tracing: Add hist trigger action hook
Tom Zanussi
1
-2
/
+104
2018-03-10
tracing: Add variable reference handling to hist triggers
Tom Zanussi
4
-16
/
+656
2018-03-10
tracing: Add hist_field 'type' field
Tom Zanussi
1
-0
/
+33
2018-03-10
tracing: Pass tracing_map_elt to hist_field accessor functions
Tom Zanussi
1
-34
/
+57
2018-03-10
tracing: Generalize per-element hist trigger data
Tom Zanussi
1
-33
/
+43
2018-03-10
tracing: Add simple expression support to hist triggers
Tom Zanussi
1
-74
/
+413
2018-03-10
tracing: Move get_hist_field_flags()
Tom Zanussi
1
-22
/
+22
2018-03-10
tracing: Account for variables in named trigger compatibility
Tom Zanussi
1
-1
/
+6
2018-03-10
tracing: Add variable support to hist triggers
Tom Zanussi
1
-39
/
+331
2018-03-10
tracing: Add usecs modifier for hist trigger timestamps
Tom Zanussi
3
-8
/
+35
2018-03-10
tracing: Add hist_data member to hist_field
Tom Zanussi
1
-5
/
+9
2018-03-10
tracing: Add per-element variable support to tracing_map
Tom Zanussi
2
-0
/
+119
2018-03-10
tracing: Add hist trigger timestamp support
Tom Zanussi
1
-23
/
+71
2018-03-10
tracing: Break out hist trigger assignment parsing
Tom Zanussi
1
-21
/
+51
2018-03-10
tracing: Add ring buffer event param to hist field functions
Tom Zanussi
1
-15
/
+24
2018-03-10
tracing: Give event triggers access to ring_buffer_event
Tom Zanussi
3
-26
/
+41
2018-03-10
tracing: Add timestamp_mode trace file
Tom Zanussi
1
-0
/
+47
2018-03-10
ring-buffer: Redefine the unimplemented RINGBUF_TYPE_TIME_STAMP
Tom Zanussi
1
-28
/
+76
[prev]
[next]