aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-1128-1097/+2434
|\
| * Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-09-061-5/+6
| |\
| | * tracing/filters: Defer pred allocation, fix memory leakLi Zefan2009-09-041-5/+6
| * | Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-0614-184/+342
| |\ \
| * | | ring-buffer: only enable ring_buffer_swap_cpu when neededSteven Rostedt2009-09-042-0/+12
| * | | ring-buffer: check for swapped buffers in start of committingSteven Rostedt2009-09-041-3/+17
| * | | tracing: report error in trace if we fail to swap latency bufferSteven Rostedt2009-09-041-1/+12
| * | | tracing: add trace_array_printk for internal tracers to useSteven Rostedt2009-09-042-2/+27
| * | | tracing: pass around ring buffer instead of tracerSteven Rostedt2009-09-0410-99/+143
| * | | tracing: make tracing_reset safe for external useSteven Rostedt2009-09-041-2/+15
| * | | tracing: use timestamp to determine start of latency tracesSteven Rostedt2009-09-044-24/+67
| * | | tracing: remove users of tracing_resetSteven Rostedt2009-09-044-14/+5
| * | | tracing: disable buffers and synchronize_sched before resettingSteven Rostedt2009-09-041-0/+8
| * | | tracing: disable update max tracer while reading traceSteven Rostedt2009-09-041-3/+9
| * | | tracing: print out start and stop in latency tracesSteven Rostedt2009-09-042-11/+11
| * | | ring-buffer: disable all cpu buffers when one finds a problemSteven Rostedt2009-09-041-8/+13
| * | | ring-buffer: do not count discarded eventsSteven Rostedt2009-09-041-17/+54
| * | | ring-buffer: remove ring_buffer_event_discardSteven Rostedt2009-09-041-21/+6
| * | | ring-buffer: fix ring_buffer_read crossing pagesSteven Rostedt2009-09-041-4/+4
| * | | ring-buffer: remove unnecessary cpu_relaxSteven Rostedt2009-09-041-12/+4
| * | | ring-buffer: do not swap buffers during a commitSteven Rostedt2009-09-041-2/+9
| * | | ring-buffer: do not reset while in a commitSteven Rostedt2009-09-041-0/+4
| | |/ | |/|
| * | tracing/filters: Defer pred allocationLi Zefan2009-08-312-10/+41
| * | Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-08-293-43/+52
| |\ \
| | * | tracing: only show tracing_max_latency when latency tracer configuredSteven Rostedt2009-08-272-42/+52
| | * | tracing: remove legacy select of MARKERS by context switch tracingSteven Rostedt2009-08-271-1/+0
| * | | tracing: Convert event tracing code to use NR_syscallsJason Baron2009-08-261-12/+12
| * | | tracing: Don't trace kernel thread syscallsHendrik Brueckner2009-08-261-1/+3
| * | | tracing: Check invalid syscall nr while tracing syscallsHendrik Brueckner2009-08-261-0/+4
| |/ /
| * | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-08-263-18/+23
| |\ \
| | * | tracing: Create generic syscall TRACE_EVENTsJosh Stone2009-08-261-8/+9
| | * | tracing: Move tracepoint callbacks from declaration to definitionJosh Stone2009-08-261-5/+9
| | * | tracing: Make syscall tracepoints conditionalJosh Stone2009-08-261-1/+1
| | * | tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone2009-08-262-4/+4
| * | | ftrace: Move setting of clock-source out of optionsZhaolei2009-08-262-20/+79
| * | | tracing/filters: Support filtering for char * stringsLi Zefan2009-08-261-3/+23
| * | | tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan2009-08-264-14/+17
| * | | tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan2009-08-263-9/+18
| |/ /
| * | tracing: Eliminate code duplication in kernel/tracepoint.cAnirban Sinha2009-08-251-3/+0
| * | tracing/syscalls: Fix the output of syscalls with no argumentsLi Zefan2009-08-201-9/+16
| * | tracing/syscalls: Add filtering supportLi Zefan2009-08-192-6/+50
| * | tracing/events: Add trace_define_common_fields()Li Zefan2009-08-192-5/+25
| * | tracing/events: Add ftrace_event_call param to define_fields()Li Zefan2009-08-192-4/+3
| * | tracing/syscalls: Add fields format for exit eventsLi Zefan2009-08-191-1/+17
| * | tracing/syscalls: Fix fields format for enter eventsLi Zefan2009-08-191-23/+28
| * | ftrace: Simplify seqfile codeLi Zefan2009-08-171-13/+2
| * | trace_stack: Simplify seqfile codeLi Zefan2009-08-171-22/+12
| * | trace_stat: Fix missing entry in stat fileLi Zefan2009-08-171-3/+7
| * | tracing/syscalls: Fix to print parameter typesLi Zefan2009-08-171-16/+1
| * | tracing/events: Add module tracepointsLi Zefan2009-08-172-0/+15