Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | tracing: report error in trace if we fail to swap latency buffer | Steven Rostedt | 2009-09-04 | 1 | -1/+12 | |
| * | | | | | | | | | | | | tracing: add trace_array_printk for internal tracers to use | Steven Rostedt | 2009-09-04 | 2 | -2/+27 | |
| * | | | | | | | | | | | | tracing: pass around ring buffer instead of tracer | Steven Rostedt | 2009-09-04 | 10 | -99/+143 | |
| * | | | | | | | | | | | | tracing: make tracing_reset safe for external use | Steven Rostedt | 2009-09-04 | 1 | -2/+15 | |
| * | | | | | | | | | | | | tracing: use timestamp to determine start of latency traces | Steven Rostedt | 2009-09-04 | 4 | -24/+67 | |
| * | | | | | | | | | | | | tracing: remove users of tracing_reset | Steven Rostedt | 2009-09-04 | 4 | -14/+5 | |
| * | | | | | | | | | | | | tracing: disable buffers and synchronize_sched before resetting | Steven Rostedt | 2009-09-04 | 1 | -0/+8 | |
| * | | | | | | | | | | | | tracing: disable update max tracer while reading trace | Steven Rostedt | 2009-09-04 | 1 | -3/+9 | |
| * | | | | | | | | | | | | tracing: print out start and stop in latency traces | Steven Rostedt | 2009-09-04 | 2 | -11/+11 | |
| * | | | | | | | | | | | | ring-buffer: disable all cpu buffers when one finds a problem | Steven Rostedt | 2009-09-04 | 1 | -8/+13 | |
| * | | | | | | | | | | | | ring-buffer: do not count discarded events | Steven Rostedt | 2009-09-04 | 1 | -17/+54 | |
| * | | | | | | | | | | | | ring-buffer: remove ring_buffer_event_discard | Steven Rostedt | 2009-09-04 | 1 | -21/+6 | |
| * | | | | | | | | | | | | ring-buffer: fix ring_buffer_read crossing pages | Steven Rostedt | 2009-09-04 | 1 | -4/+4 | |
| * | | | | | | | | | | | | ring-buffer: remove unnecessary cpu_relax | Steven Rostedt | 2009-09-04 | 1 | -12/+4 | |
| * | | | | | | | | | | | | ring-buffer: do not swap buffers during a commit | Steven Rostedt | 2009-09-04 | 1 | -2/+9 | |
| * | | | | | | | | | | | | ring-buffer: do not reset while in a commit | Steven Rostedt | 2009-09-04 | 1 | -0/+4 | |
| | |/ / / / / / / / / / | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | tracing/filters: Defer pred allocation | Li Zefan | 2009-08-31 | 2 | -10/+41 | |
| * | | | | | | | | | | | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | 2009-08-29 | 3 | -43/+52 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | tracing: only show tracing_max_latency when latency tracer configured | Steven Rostedt | 2009-08-27 | 2 | -42/+52 | |
| | * | | | | | | | | | | | tracing: remove legacy select of MARKERS by context switch tracing | Steven Rostedt | 2009-08-27 | 1 | -1/+0 | |
| * | | | | | | | | | | | | tracing: Convert event tracing code to use NR_syscalls | Jason Baron | 2009-08-26 | 1 | -12/+12 | |
| * | | | | | | | | | | | | tracing: Don't trace kernel thread syscalls | Hendrik Brueckner | 2009-08-26 | 1 | -1/+3 | |
| * | | | | | | | | | | | | tracing: Check invalid syscall nr while tracing syscalls | Hendrik Brueckner | 2009-08-26 | 1 | -0/+4 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Ingo Molnar | 2009-08-26 | 3 | -18/+23 | |
| |\ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | tracing: Create generic syscall TRACE_EVENTs | Josh Stone | 2009-08-26 | 1 | -8/+9 | |
| | * | | | | | | | | | | | tracing: Move tracepoint callbacks from declaration to definition | Josh Stone | 2009-08-26 | 1 | -5/+9 | |
| | * | | | | | | | | | | | tracing: Make syscall tracepoints conditional | Josh Stone | 2009-08-26 | 1 | -1/+1 | |
| | * | | | | | | | | | | | tracing: Rename FTRACE_SYSCALLS for tracepoints | Josh Stone | 2009-08-26 | 2 | -4/+4 | |
| * | | | | | | | | | | | | ftrace: Move setting of clock-source out of options | Zhaolei | 2009-08-26 | 2 | -20/+79 | |
| * | | | | | | | | | | | | tracing/filters: Support filtering for char * strings | Li Zefan | 2009-08-26 | 1 | -3/+23 | |
| * | | | | | | | | | | | | tracing/filters: Add __field_ext() to TRACE_EVENT | Li Zefan | 2009-08-26 | 4 | -14/+17 | |
| * | | | | | | | | | | | | tracing/filters: Add filter_type to struct ftrace_event_field | Li Zefan | 2009-08-26 | 3 | -9/+18 | |
| |/ / / / / / / / / / / | ||||||
| * | | | | | | | | | | | tracing: Eliminate code duplication in kernel/tracepoint.c | Anirban Sinha | 2009-08-25 | 1 | -3/+0 | |
| * | | | | | | | | | | | tracing/syscalls: Fix the output of syscalls with no arguments | Li Zefan | 2009-08-20 | 1 | -9/+16 | |
| * | | | | | | | | | | | tracing/syscalls: Add filtering support | Li Zefan | 2009-08-19 | 2 | -6/+50 | |
| * | | | | | | | | | | | tracing/events: Add trace_define_common_fields() | Li Zefan | 2009-08-19 | 2 | -5/+25 | |
| * | | | | | | | | | | | tracing/events: Add ftrace_event_call param to define_fields() | Li Zefan | 2009-08-19 | 2 | -4/+3 | |
| * | | | | | | | | | | | tracing/syscalls: Add fields format for exit events | Li Zefan | 2009-08-19 | 1 | -1/+17 | |
| * | | | | | | | | | | | tracing/syscalls: Fix fields format for enter events | Li Zefan | 2009-08-19 | 1 | -23/+28 | |
| * | | | | | | | | | | | ftrace: Simplify seqfile code | Li Zefan | 2009-08-17 | 1 | -13/+2 | |
| * | | | | | | | | | | | trace_stack: Simplify seqfile code | Li Zefan | 2009-08-17 | 1 | -22/+12 | |
| * | | | | | | | | | | | trace_stat: Fix missing entry in stat file | Li Zefan | 2009-08-17 | 1 | -3/+7 | |
| * | | | | | | | | | | | tracing/syscalls: Fix to print parameter types | Li Zefan | 2009-08-17 | 1 | -16/+1 | |
| * | | | | | | | | | | | tracing/events: Add module tracepoints | Li Zefan | 2009-08-17 | 2 | -0/+15 | |
| * | | | | | | | | | | | tracing: Fix syscall tracing on !HAVE_FTRACE_SYSCALLS architectures | Ingo Molnar | 2009-08-13 | 1 | -0/+3 | |
| * | | | | | | | | | | | tracing: Support for syscall events raw records in perfcounters | Frederic Weisbecker | 2009-08-11 | 1 | -2/+37 | |
| * | | | | | | | | | | | tracing: Add fields format definition for syscall events | Frederic Weisbecker | 2009-08-11 | 1 | -0/+46 | |
| * | | | | | | | | | | | tracing: Add ftrace event call parameter to its field descriptor handler | Frederic Weisbecker | 2009-08-11 | 2 | -3/+5 | |
| * | | | | | | | | | | | tracing: Add perf counter support for syscalls tracing | Jason Baron | 2009-08-11 | 1 | -0/+121 | |
| * | | | | | | | | | | | tracing: Add individual syscalls tracepoint id support | Jason Baron | 2009-08-11 | 2 | -16/+16 |