summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tracing: Move enabling tracepoints to just after rcu_init()Steven Rostedt (Red Hat)2014-12-156-8/+40
* tracing/sched: Check preempt_count() for current when reading task->stateSteven Rostedt (Red Hat)2014-12-121-1/+1
* ftrace/x86: Update i386 call to prepare_ftrace_return()Steven Rostedt (Red Hat)2014-12-111-3/+3
* tracing: Truncated output is better than nothingDan Carpenter2014-12-031-5/+2
* tracing: Add additional marks to signal very large time deltasByungchul Park2014-12-034-28/+41
* Documentation: describe trace_buf_size parameter more accuratelyJoonsoo Kim2014-12-031-1/+1
* tracing: Allow NOT to filter AND and OR clausesSteven Rostedt (Red Hat)2014-12-031-4/+5
* tracing: Add NOT to filtering logicSteven Rostedt (Red Hat)2014-12-031-2/+18
* ftrace/fgraph/x86: Have prepare_ftrace_return() take ip as first parameterSteven Rostedt (Red Hat)2014-12-012-9/+6
* ftrace/x86: Get rid of ftrace_caller_setupSteven Rostedt (Red Hat)2014-12-011-29/+42
* ftrace/x86: Have save_mcount_regs macro also save stack frames if neededSteven Rostedt (Red Hat)2014-12-011-51/+67
* ftrace/x86: Add macro MCOUNT_REG_SIZE for amount of stack used to save mcount...Steven Rostedt (Red Hat)2014-12-011-12/+12
* ftrace/x86: Simplify save_mcount_regs on getting RIPSteven Rostedt (Red Hat)2014-12-011-19/+18
* ftrace/x86: Have save_mcount_regs store RIP in %rdi for first parameterSteven Rostedt (Red Hat)2014-12-011-4/+3
* ftrace/x86: Rename MCOUNT_SAVE_FRAME and add more detailed commentsSteven Rostedt (Red Hat)2014-12-011-8/+24
* ftrace/x86: Move MCOUNT_SAVE_FRAME out of header fileSteven Rostedt (Red Hat)2014-12-012-33/+29
* ftrace/x86: Have static tracing also use ftrace_caller_setupSteven Rostedt (Red Hat)2014-12-011-15/+7
* ftrace/x86: Have static function tracing always test for function graphSteven Rostedt (Red Hat)2014-11-241-1/+2
* kprobes: Add IPMODIFY flag to kprobe_ftrace_opsMasami Hiramatsu2014-11-211-1/+1
* ftrace, kprobes: Support IPMODIFY flag to find IP modify conflictMasami Hiramatsu2014-11-213-4/+159
* kprobes/ftrace: Recover original IP if pre_handler doesn't change itMasami Hiramatsu2014-11-201-3/+6
* tracing/trivial: Fix typos and make an int into a boolSteven Rostedt (Red Hat)2014-11-202-4/+4
* tracing: Deletion of an unnecessary check before iput()Markus Elfring2014-11-191-2/+1
* tracing: Fix return value of ftrace_raw_output_prep()Steven Rostedt (Red Hat)2014-11-192-5/+2
* tracing: Remove return values of most trace_seq_*() functionsSteven Rostedt (Red Hat)2014-11-192-83/+38
* tracing: Do not use return values of trace_seq_printf() in syscall tracingSteven Rostedt (Red Hat)2014-11-191-28/+19
* tracing/uprobes: Do not use return values of trace_seq_printf()Steven Rostedt (Red Hat)2014-11-191-13/+10
* tracing/probes: Do not use return value of trace_seq_printf()Steven Rostedt (Red Hat)2014-11-191-4/+6
* tracing: Do not check return values of trace_seq_p*() for mmio tracerSteven Rostedt (Red Hat)2014-11-191-31/+21
* kprobes/tracing: Use trace_seq_has_overflowed() for overflow checksSteven Rostedt (Red Hat)2014-11-191-26/+16
* tracing: Have function_graph use trace_seq_has_overflowed()Steven Rostedt (Red Hat)2014-11-192-266/+118
* tracing: Have branch tracer use trace_handle_return() helper functionSteven Rostedt (Red Hat)2014-11-191-8/+7
* ring-buffer: Remove check of trace_seq_{puts,printf}() return valuesSteven Rostedt (Red Hat)2014-11-191-39/+36
* blktrace/tracing: Use trace_seq_has_overflowed() helper functionSteven Rostedt (Red Hat)2014-11-191-82/+66
* tracing: Add trace_seq_has_overflowed() and trace_handle_return()Steven Rostedt (Red Hat)2014-11-197-300/+231
* tracing: Fix trace_seq_bitmask() to start at current positionSteven Rostedt (Red Hat)2014-11-191-1/+1
* RAS/tracing: Use trace_seq_buffer_ptr() helper instead of open codedSteven Rostedt (Red Hat)2014-11-191-1/+1
* x86/kvm/tracing: Use helper function trace_seq_buffer_ptr()Steven Rostedt (Red Hat)2014-11-191-2/+2
* ftrace/x86/extable: Add is_ftrace_trampoline() functionSteven Rostedt (Red Hat)2014-11-194-3/+59
* ftrace/x86: Add frames pointers to trampoline as necessarySteven Rostedt (Red Hat)2014-11-191-0/+41
* tracing: Fix race of function probes countingSteven Rostedt (Red Hat)2014-11-181-21/+96
* function_graph: Fix micro seconds notationsByungchul Park2014-11-141-6/+6
* ftrace-graph: show latency-format on print_graph_irq()Daniel Bristot de Oliveira2014-11-141-0/+9
* trace: Replace single-character seq_puts with seq_putcRasmus Villemoes2014-11-145-10/+10
* tracing: Merge consecutive seq_puts callsRasmus Villemoes2014-11-132-39/+39
* tracing: Replace seq_printf by simpler equivalentsRasmus Villemoes2014-11-139-71/+71
* tracing: kdb: Fix kernel livelock with empty buffersDaniel Thompson2014-11-131-6/+6
* tracing: kdb: Fix kernel panic during ftdumpDaniel Thompson2014-11-131-2/+7
* tracing: Fix traceoff_on_warning handling on boot command lineLuis Claudio R. Goncalves2014-11-131-2/+3
* ftrace: Have the control_ops get a trampolineSteven Rostedt (Red Hat)2014-11-131-0/+2
OpenPOWER on IntegriCloud