Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
b934beaf4b920a95db012b3d4476e8375dd4415b
/
kernel
/
trace
f10698e
Merge branch 'perf/urgent' into perf/core, to pick up fixes
by Ingo Molnar
· 10 years ago
23aa4b4
Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
ce1039b
tracing: Fix enabling of syscall events on the command line
by Steven Rostedt (Red Hat)
· 10 years ago
83829b7
tracing: Remove extra call to init_ftrace_syscalls()
by Steven Rostedt (Red Hat)
· 10 years ago
7485058e
ftrace: Check both notrace and filter for old hash
by Steven Rostedt (Red Hat)
· 10 years ago
8f86f83
ftrace: Fix updating of filters for shared global_ops filters
by Steven Rostedt (Red Hat)
· 10 years ago
86038c5
perf: Avoid horrible stack usage
by Peter Zijlstra (Intel)
· 10 years ago
aa92913
Merge tag 'for_linus-3.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb
by Linus Torvalds
· 10 years ago
c0f486f
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 10 years ago
a7c180a
Merge tag 'trace-3.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
0daa2302
tracing: Add tp_printk cmdline to have tracepoints go to printk()
by Steven Rostedt (Red Hat)
· 10 years ago
5f893b2
tracing: Move enabling tracepoints to just after rcu_init()
by Steven Rostedt (Red Hat)
· 10 years ago
caf292a
Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 10 years ago
798bc6d
tracing / PM: Replace CONFIG_PM_RUNTIME with CONFIG_PM
by Rafael J. Wysocki
· 10 years ago
a7cb7bb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 10 years ago
350e4f4
Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
1dd7dcb
Merge tag 'trace-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
7eca210
blktrace: don't let the sysfs interface remove trace from running list
by Arianna Avanzini
· 10 years ago
ba00410
Merge branch 'iov_iter' into for-next
by Al Viro
· 10 years ago
3558a5a
tracing: Truncated output is better than nothing
by Dan Carpenter
· 10 years ago
8e1e1df
tracing: Add additional marks to signal very large time deltas
by Byungchul Park
· 10 years ago
eabb898
tracing: Allow NOT to filter AND and OR clauses
by Steven Rostedt (Red Hat)
· 10 years ago
e12c09c
tracing: Add NOT to filtering logic
by Steven Rostedt (Red Hat)
· 10 years ago
f8b8be8
ftrace, kprobes: Support IPMODIFY flag to find IP modify conflict
by Masami Hiramatsu
· 10 years ago
0af2649
tracing/trivial: Fix typos and make an int into a bool
by Steven Rostedt (Red Hat)
· 10 years ago
a020010
Merge Linus' tree to be be to apply submitted patches to newer code than
by Jiri Kosina
· 10 years ago
eff264e
kernel: trace: fix printk message
by Frans Klaver
· 10 years ago
8d58e99a
seq_buf: Move the seq_buf code to lib/
by Steven Rostedt (Red Hat)
· 11 years ago
2448913
seq-buf: Make seq_buf_bprintf() conditional on CONFIG_BINARY_PRINTF
by Steven Rostedt (Red Hat)
· 10 years ago
01cb06a
tracing: Add seq_buf_get_buf() and seq_buf_commit() helper functions
by Steven Rostedt (Red Hat)
· 10 years ago
8cd709a
tracing: Have seq_buf use full buffer
by Steven Rostedt (Red Hat)
· 10 years ago
9b77215
seq_buf: Add seq_buf_can_fit() helper function
by Steven Rostedt (Red Hat)
· 10 years ago
820b75f
tracing: Add paranoid size check in trace_printk_seq()
by Steven Rostedt (Red Hat)
· 10 years ago
5ac48378
tracing: Use trace_seq_used() and seq_buf_used() instead of len
by Steven Rostedt (Red Hat)
· 10 years ago
74f06bb
tracing: Clean up tracing_fill_pipe_page()
by Steven Rostedt (Red Hat)
· 10 years ago
eeab981
seq_buf: Create seq_buf_used() to find out how much was written
by Steven Rostedt (Red Hat)
· 10 years ago
dd23180
tracing: Convert seq_buf_path() to be like seq_path()
by Steven Rostedt (Red Hat)
· 10 years ago
3a161d9
tracing: Create seq_buf layer in trace_seq
by Steven Rostedt (Red Hat)
· 11 years ago
16a8ef2
tracing: Deletion of an unnecessary check before iput()
by Markus Elfring
· 10 years ago
8e2e095
tracing: Fix return value of ftrace_raw_output_prep()
by Steven Rostedt (Red Hat)
· 10 years ago
dba3944
tracing: Remove return values of most trace_seq_*() functions
by Steven Rostedt (Red Hat)
· 10 years ago
183742f
tracing: Do not use return values of trace_seq_printf() in syscall tracing
by Steven Rostedt (Red Hat)
· 10 years ago
8579a10
tracing/uprobes: Do not use return values of trace_seq_printf()
by Steven Rostedt (Red Hat)
· 10 years ago
d2b0191
tracing/probes: Do not use return value of trace_seq_printf()
by Steven Rostedt (Red Hat)
· 10 years ago
a72e10a
tracing: Do not check return values of trace_seq_p*() for mmio tracer
by Steven Rostedt (Red Hat)
· 10 years ago
85224da
kprobes/tracing: Use trace_seq_has_overflowed() for overflow checks
by Steven Rostedt (Red Hat)
· 10 years ago
9d9add3
tracing: Have function_graph use trace_seq_has_overflowed()
by Steven Rostedt (Red Hat)
· 10 years ago
7d40f67
tracing: Have branch tracer use trace_handle_return() helper function
by Steven Rostedt (Red Hat)
· 10 years ago
c0cd93a
ring-buffer: Remove check of trace_seq_{puts,printf}() return values
by Steven Rostedt (Red Hat)
· 10 years ago
f4a1d08
blktrace/tracing: Use trace_seq_has_overflowed() helper function
by Steven Rostedt (Red Hat)
· 10 years ago
19a7fe2
tracing: Add trace_seq_has_overflowed() and trace_handle_return()
by Steven Rostedt (Red Hat)
· 10 years ago
e400a40
tracing: Fix trace_seq_bitmask() to start at current position
by Steven Rostedt (Red Hat)
· 10 years ago
aec0be2
ftrace/x86/extable: Add is_ftrace_trampoline() function
by Steven Rostedt (Red Hat)
· 10 years ago
a9ce7c3
tracing: Fix race of function probes counting
by Steven Rostedt (Red Hat)
· 10 years ago
4526d06
function_graph: Fix micro seconds notations
by Byungchul Park
· 10 years ago
678f845
ftrace-graph: show latency-format on print_graph_irq()
by Daniel Bristot de Oliveira
· 10 years ago
1177e43
trace: Replace single-character seq_puts with seq_putc
by Rasmus Villemoes
· 10 years ago
d79ac28
tracing: Merge consecutive seq_puts calls
by Rasmus Villemoes
· 10 years ago
fa6f0cc
tracing: Replace seq_printf by simpler equivalents
by Rasmus Villemoes
· 10 years ago
8520ded
tracing: kdb: Fix kernel livelock with empty buffers
by Daniel Thompson
· 10 years ago
c270cc7
tracing: kdb: Fix kernel panic during ftdump
by Daniel Thompson
· 10 years ago
933ff9f
tracing: Fix traceoff_on_warning handling on boot command line
by Luis Claudio R. Goncalves
· 10 years ago
fe578ba
ftrace: Have the control_ops get a trampoline
by Steven Rostedt (Red Hat)
· 10 years ago
26488b3
tracing: Add entry->next_cpu to trace_ctxwake_bin()
by Jiang Liu
· 11 years ago
243f761
tracing: Move tracing_sched_{switch,wakeup}() into wakeup tracer
by Steven Rostedt (Red Hat)
· 10 years ago
458faf0
tracing: Kill the dead code in probe_sched_switch() and probe_sched_wakeup()
by Oleg Nesterov
· 11 years ago
6325372
tracing: Kill tracing_{start,stop}_sched_switch_record() and tracing_sched_switch_assign_trace()
by Oleg Nesterov
· 11 years ago
4fd3279
ftrace: Add more information to ftrace_bug() output
by Steven Rostedt (Red Hat)
· 10 years ago
12cce59
ftrace/x86: Allow !CONFIG_PREEMPT dynamic ops to use allocated trampolines
by Steven Rostedt (Red Hat)
· 11 years ago
9452e97
kdb: Categorize kdb commands (similar to SysRq categorization)
by Daniel Thompson
· 10 years ago
e8ab24d
kdb: Remove KDB_REPEAT_NONE flag
by Anton Vorontsov
· 10 years ago
42c884c
kdb: Rename kdb_register_repeat() to kdb_register_flags()
by Anton Vorontsov
· 10 years ago
07906da
tracing: Do not risk busy looping in buffer splice
by Rabin Vincent
· 10 years ago
e30f53a
tracing: Do not busy wait in buffer splice
by Rabin Vincent
· 10 years ago
946e51f
move d_rcu from overlapping d_child to overlapping d_alias
by Al Viro
· 10 years ago
15d5b02
ftrace/x86: Show trampoline call function in enabled_functions
by Steven Rostedt (Red Hat)
· 11 years ago
f3bea49
ftrace/x86: Add dynamic allocated trampoline for ftrace_ops
by Steven Rostedt (Red Hat)
· 11 years ago
086ba77
tracing/syscalls: Ignore numbers outside NR_syscalls' range
by Rabin Vincent
· 10 years ago
4fc4090
ftrace: Fix checking of trampoline ftrace_ops in finding trampoline
by Steven Rostedt (Red Hat)
· 10 years ago
8252ecf
ftrace: Set ops->old_hash on modifying what an ops hooks to
by Steven Rostedt (Red Hat)
· 10 years ago
faafcba
Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
8df6be1
Merge tag 'trace-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
9837acf
Merge tag 'trace-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
by Linus Torvalds
· 10 years ago
addff1f
tracing: Clean up scheduling in trace_wakeup_test_thread()
by Steven Rostedt
· 10 years ago
fe0e01c
tracing: Robustify wait loop
by Peter Zijlstra
· 10 years ago
24607f1
ring-buffer: Fix infinite spin in reading buffer
by Steven Rostedt (Red Hat)
· 10 years ago
a70857e
sched: Add helper for task stack page overrun checking
by Aaron Tomlin
· 10 years ago
d4311ff
init/main.c: Give init_task a canary
by Aaron Tomlin
· 10 years ago
f139caf
sched, cleanup, treewide: Remove set_current_state(TASK_RUNNING) after schedule()
by Kirill Tkhai
· 10 years ago
3ddee63
ftrace: Only disable ftrace_enabled to test buffer in selftest
by Steven Rostedt (Red Hat)
· 10 years ago
84bde62
ftrace: Add sanity check when unregistering last ftrace_ops
by Steven Rostedt (Red Hat)
· 10 years ago
fb5a613
kernel: trace_syscalls: Replace rcu_assign_pointer() with RCU_INIT_POINTER()
by Andreea-Cristina Bernat
· 10 years ago
fef5aee
ftrace: Replace tramp_hash with old_*_hash to save space
by Steven Rostedt (Red Hat)
· 10 years ago
e1effa0
ftrace: Annotate the ops operation on update
by Steven Rostedt (Red Hat)
· 10 years ago
5fecaa0
ftrace: Grab any ops for a rec for enabled_functions output
by Steven Rostedt (Red Hat)
· 10 years ago
3296fc4
ftrace: Remove freeing of old_hash from ftrace_hash_move()
by Steven Rostedt (Red Hat)
· 10 years ago
f7aad4e
ftrace: Set callback to ftrace_stub when no ops are registered
by Steven Rostedt (Red Hat)
· 10 years ago
8735405
ftrace: Add helper function ftrace_ops_get_func()
by Steven Rostedt (Red Hat)
· 11 years ago
f1ff634
ftrace: Add separate function for non recursive callbacks
by Steven Rostedt (Red Hat)
· 11 years ago
4ce97db
trace: Fix epoll hang when we race with new entries
by Josef Bacik
· 10 years ago
Next »