summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2009-09-04ring-buffer: disable all cpu buffers when one finds a problemSteven Rostedt1-8/+13
2009-09-04ring-buffer: do not count discarded eventsSteven Rostedt1-17/+54
2009-09-04ring-buffer: remove ring_buffer_event_discardSteven Rostedt1-21/+6
2009-09-04ring-buffer: fix ring_buffer_read crossing pagesSteven Rostedt1-4/+4
2009-09-04ring-buffer: remove unnecessary cpu_relaxSteven Rostedt1-12/+4
2009-09-04ring-buffer: do not swap buffers during a commitSteven Rostedt1-2/+9
2009-09-04ring-buffer: do not reset while in a commitSteven Rostedt1-0/+4
2009-08-31tracing/filters: Defer pred allocationLi Zefan2-10/+41
2009-08-29Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar3-43/+52
2009-08-27tracing: only show tracing_max_latency when latency tracer configuredSteven Rostedt2-42/+52
2009-08-27tracing: remove legacy select of MARKERS by context switch tracingSteven Rostedt1-1/+0
2009-08-26tracing: Convert event tracing code to use NR_syscallsJason Baron1-12/+12
2009-08-26tracing: Check invalid syscall nr while tracing syscallsHendrik Brueckner1-0/+4
2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2-10/+11
2009-08-26ftrace: Move setting of clock-source out of optionsZhaolei2-20/+79
2009-08-26tracing/filters: Support filtering for char * stringsLi Zefan1-3/+23
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan4-14/+17
2009-08-26tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan3-9/+18
2009-08-26tracing: Create generic syscall TRACE_EVENTsJosh Stone1-8/+9
2009-08-26tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone1-2/+2
2009-08-20tracing/syscalls: Fix the output of syscalls with no argumentsLi Zefan1-9/+16
2009-08-19tracing/syscalls: Add filtering supportLi Zefan2-6/+50
2009-08-19tracing/events: Add trace_define_common_fields()Li Zefan2-5/+25
2009-08-19tracing/events: Add ftrace_event_call param to define_fields()Li Zefan2-4/+3
2009-08-19tracing/syscalls: Add fields format for exit eventsLi Zefan1-1/+17
2009-08-19tracing/syscalls: Fix fields format for enter eventsLi Zefan1-23/+28
2009-08-18tracing: handle broken names in ftrace filterJiri Olsa1-6/+11
2009-08-18ftrace: Unify effect of writing to trace_options and option/*Zhaolei1-10/+2
2009-08-17ftrace: Simplify seqfile codeLi Zefan1-13/+2
2009-08-17trace_stack: Simplify seqfile codeLi Zefan1-22/+12
2009-08-17trace_stat: Fix missing entry in stat fileLi Zefan1-3/+7
2009-08-17tracing/syscalls: Fix to print parameter typesLi Zefan1-16/+1
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo16-73/+99
2009-08-12Remove double removal of blktrace directoryAlan D. Brunelle1-11/+1
2009-08-11tracing: Support for syscall events raw records in perfcountersFrederic Weisbecker1-2/+37
2009-08-11tracing: Add fields format definition for syscall eventsFrederic Weisbecker1-0/+46
2009-08-11tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker2-3/+5
2009-08-11tracing: Add perf counter support for syscalls tracingJason Baron1-0/+121
2009-08-11tracing: Add individual syscalls tracepoint id supportJason Baron2-16/+16
2009-08-11tracing: Add trace events for each syscall entry/exitJason Baron1-92/+91
2009-08-11tracing: Add ftrace_event_call void * 'data' fieldJason Baron1-2/+2
2009-08-11tracing: Raw_init() bailout in trace event register fail caseJason Baron1-10/+19
2009-08-11tracing: Call arch_init_ftrace_syscalls at bootJason Baron1-1/+0
2009-08-11tracing: Rename set_tracer_flags()'s local variable trace_flagsZhaolei1-7/+7
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar10-44/+67
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker2-4/+1
2009-08-09Merge branch 'linus' into tracing/urgentIngo Molnar2-2/+2
2009-08-08tracing/filters: Don't use pred on alloc failureTom Zanussi1-0/+2
2009-08-08tracing/filters: Always free pred on filter_add_subsystem_pred() failureTom Zanussi1-5/+11
2009-08-08tracing/filters: Don't use pred on alloc failureTom Zanussi1-0/+4