index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
system_keyring.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-12-13
tracing/sched: Check preempt_count() for current when reading task->state
Steven Rostedt (Red Hat)
1
-1
/
+1
2014-12-12
ftrace/x86: Update i386 call to prepare_ftrace_return()
Steven Rostedt (Red Hat)
1
-3
/
+3
2014-12-03
tracing: Truncated output is better than nothing
Dan Carpenter
1
-5
/
+2
2014-12-03
tracing: Add additional marks to signal very large time deltas
Byungchul Park
4
-28
/
+41
2014-12-03
Documentation: describe trace_buf_size parameter more accurately
Joonsoo Kim
1
-1
/
+1
2014-12-03
tracing: Allow NOT to filter AND and OR clauses
Steven Rostedt (Red Hat)
1
-4
/
+5
2014-12-03
tracing: Add NOT to filtering logic
Steven Rostedt (Red Hat)
1
-2
/
+18
2014-12-01
ftrace/fgraph/x86: Have prepare_ftrace_return() take ip as first parameter
Steven Rostedt (Red Hat)
2
-9
/
+6
2014-12-01
ftrace/x86: Get rid of ftrace_caller_setup
Steven Rostedt (Red Hat)
1
-29
/
+42
2014-12-01
ftrace/x86: Have save_mcount_regs macro also save stack frames if needed
Steven Rostedt (Red Hat)
1
-51
/
+67
2014-12-01
ftrace/x86: Add macro MCOUNT_REG_SIZE for amount of stack used to save mcount...
Steven Rostedt (Red Hat)
1
-12
/
+12
2014-12-01
ftrace/x86: Simplify save_mcount_regs on getting RIP
Steven Rostedt (Red Hat)
1
-19
/
+18
2014-12-01
ftrace/x86: Have save_mcount_regs store RIP in %rdi for first parameter
Steven Rostedt (Red Hat)
1
-4
/
+3
2014-12-01
ftrace/x86: Rename MCOUNT_SAVE_FRAME and add more detailed comments
Steven Rostedt (Red Hat)
1
-8
/
+24
2014-12-01
ftrace/x86: Move MCOUNT_SAVE_FRAME out of header file
Steven Rostedt (Red Hat)
2
-33
/
+29
2014-12-01
ftrace/x86: Have static tracing also use ftrace_caller_setup
Steven Rostedt (Red Hat)
1
-15
/
+7
2014-11-24
ftrace/x86: Have static function tracing always test for function graph
Steven Rostedt (Red Hat)
1
-1
/
+2
2014-11-21
kprobes: Add IPMODIFY flag to kprobe_ftrace_ops
Masami Hiramatsu
1
-1
/
+1
2014-11-21
ftrace, kprobes: Support IPMODIFY flag to find IP modify conflict
Masami Hiramatsu
3
-4
/
+159
2014-11-20
kprobes/ftrace: Recover original IP if pre_handler doesn't change it
Masami Hiramatsu
1
-3
/
+6
2014-11-20
tracing/trivial: Fix typos and make an int into a bool
Steven Rostedt (Red Hat)
2
-4
/
+4
2014-11-19
tracing: Deletion of an unnecessary check before iput()
Markus Elfring
1
-2
/
+1
2014-11-19
tracing: Fix return value of ftrace_raw_output_prep()
Steven Rostedt (Red Hat)
2
-5
/
+2
2014-11-19
tracing: Remove return values of most trace_seq_*() functions
Steven Rostedt (Red Hat)
2
-83
/
+38
2014-11-19
tracing: Do not use return values of trace_seq_printf() in syscall tracing
Steven Rostedt (Red Hat)
1
-28
/
+19
2014-11-19
tracing/uprobes: Do not use return values of trace_seq_printf()
Steven Rostedt (Red Hat)
1
-13
/
+10
2014-11-19
tracing/probes: Do not use return value of trace_seq_printf()
Steven Rostedt (Red Hat)
1
-4
/
+6
2014-11-19
tracing: Do not check return values of trace_seq_p*() for mmio tracer
Steven Rostedt (Red Hat)
1
-31
/
+21
2014-11-19
kprobes/tracing: Use trace_seq_has_overflowed() for overflow checks
Steven Rostedt (Red Hat)
1
-26
/
+16
2014-11-19
tracing: Have function_graph use trace_seq_has_overflowed()
Steven Rostedt (Red Hat)
2
-266
/
+118
2014-11-19
tracing: Have branch tracer use trace_handle_return() helper function
Steven Rostedt (Red Hat)
1
-8
/
+7
2014-11-19
ring-buffer: Remove check of trace_seq_{puts,printf}() return values
Steven Rostedt (Red Hat)
1
-39
/
+36
2014-11-19
blktrace/tracing: Use trace_seq_has_overflowed() helper function
Steven Rostedt (Red Hat)
1
-82
/
+66
2014-11-19
tracing: Add trace_seq_has_overflowed() and trace_handle_return()
Steven Rostedt (Red Hat)
7
-300
/
+231
2014-11-19
tracing: Fix trace_seq_bitmask() to start at current position
Steven Rostedt (Red Hat)
1
-1
/
+1
2014-11-19
RAS/tracing: Use trace_seq_buffer_ptr() helper instead of open coded
Steven Rostedt (Red Hat)
1
-1
/
+1
2014-11-19
x86/kvm/tracing: Use helper function trace_seq_buffer_ptr()
Steven Rostedt (Red Hat)
1
-2
/
+2
2014-11-19
ftrace/x86/extable: Add is_ftrace_trampoline() function
Steven Rostedt (Red Hat)
4
-3
/
+59
2014-11-19
ftrace/x86: Add frames pointers to trampoline as necessary
Steven Rostedt (Red Hat)
1
-0
/
+41
2014-11-19
tracing: Fix race of function probes counting
Steven Rostedt (Red Hat)
1
-21
/
+96
2014-11-14
function_graph: Fix micro seconds notations
Byungchul Park
1
-6
/
+6
2014-11-14
ftrace-graph: show latency-format on print_graph_irq()
Daniel Bristot de Oliveira
1
-0
/
+9
2014-11-14
trace: Replace single-character seq_puts with seq_putc
Rasmus Villemoes
5
-10
/
+10
2014-11-14
tracing: Merge consecutive seq_puts calls
Rasmus Villemoes
2
-39
/
+39
2014-11-14
tracing: Replace seq_printf by simpler equivalents
Rasmus Villemoes
9
-71
/
+71
2014-11-14
tracing: kdb: Fix kernel livelock with empty buffers
Daniel Thompson
1
-6
/
+6
2014-11-14
tracing: kdb: Fix kernel panic during ftdump
Daniel Thompson
1
-2
/
+7
2014-11-14
tracing: Fix traceoff_on_warning handling on boot command line
Luis Claudio R. Goncalves
1
-2
/
+3
2014-11-14
ftrace: Have the control_ops get a trampoline
Steven Rostedt (Red Hat)
1
-0
/
+2
2014-11-11
tracing: Add entry->next_cpu to trace_ctxwake_bin()
Jiang Liu
1
-0
/
+1
[next]