aboutsummaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2009-09-04ring-buffer: disable all cpu buffers when one finds a problemSteven Rostedt
2009-09-04ring-buffer: do not count discarded eventsSteven Rostedt
2009-09-04ring-buffer: remove ring_buffer_event_discardSteven Rostedt
2009-09-04ring-buffer: fix ring_buffer_read crossing pagesSteven Rostedt
2009-09-04ring-buffer: remove unnecessary cpu_relaxSteven Rostedt
2009-09-04ring-buffer: do not swap buffers during a commitSteven Rostedt
2009-09-04ring-buffer: do not reset while in a commitSteven Rostedt
2009-08-31tracing/filters: Defer pred allocationLi Zefan
2009-08-29Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2009-08-27tracing: only show tracing_max_latency when latency tracer configuredSteven Rostedt
2009-08-27tracing: remove legacy select of MARKERS by context switch tracingSteven Rostedt
2009-08-26tracing: Convert event tracing code to use NR_syscallsJason Baron
2009-08-26tracing: Check invalid syscall nr while tracing syscallsHendrik Brueckner
2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar
2009-08-26ftrace: Move setting of clock-source out of optionsZhaolei
2009-08-26tracing/filters: Support filtering for char * stringsLi Zefan
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan
2009-08-26tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan
2009-08-26tracing: Create generic syscall TRACE_EVENTsJosh Stone
2009-08-26tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone
2009-08-20tracing/syscalls: Fix the output of syscalls with no argumentsLi Zefan
2009-08-19tracing/syscalls: Add filtering supportLi Zefan
2009-08-19tracing/events: Add trace_define_common_fields()Li Zefan
2009-08-19tracing/events: Add ftrace_event_call param to define_fields()Li Zefan
2009-08-19tracing/syscalls: Add fields format for exit eventsLi Zefan
2009-08-19tracing/syscalls: Fix fields format for enter eventsLi Zefan
2009-08-18tracing: handle broken names in ftrace filterJiri Olsa
2009-08-18ftrace: Unify effect of writing to trace_options and option/*Zhaolei
2009-08-17ftrace: Simplify seqfile codeLi Zefan
2009-08-17trace_stack: Simplify seqfile codeLi Zefan
2009-08-17trace_stat: Fix missing entry in stat fileLi Zefan
2009-08-17tracing/syscalls: Fix to print parameter typesLi Zefan
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo
2009-08-12Remove double removal of blktrace directoryAlan D. Brunelle
2009-08-11tracing: Support for syscall events raw records in perfcountersFrederic Weisbecker
2009-08-11tracing: Add fields format definition for syscall eventsFrederic Weisbecker
2009-08-11tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker
2009-08-11tracing: Add perf counter support for syscalls tracingJason Baron
2009-08-11tracing: Add individual syscalls tracepoint id supportJason Baron
2009-08-11tracing: Add trace events for each syscall entry/exitJason Baron
2009-08-11tracing: Add ftrace_event_call void * 'data' fieldJason Baron
2009-08-11tracing: Raw_init() bailout in trace event register fail caseJason Baron
2009-08-11tracing: Call arch_init_ftrace_syscalls at bootJason Baron
2009-08-11tracing: Rename set_tracer_flags()'s local variable trace_flagsZhaolei
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker
2009-08-09Merge branch 'linus' into tracing/urgentIngo Molnar
2009-08-08tracing/filters: Don't use pred on alloc failureTom Zanussi
2009-08-08tracing/filters: Always free pred on filter_add_subsystem_pred() failureTom Zanussi
2009-08-08tracing/filters: Don't use pred on alloc failureTom Zanussi