summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2009-08-26tracing: Convert event tracing code to use NR_syscallsJason Baron-12/+12
2009-08-26tracing: Check invalid syscall nr while tracing syscallsHendrik Brueckner-0/+4
2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar-10/+11
2009-08-26ftrace: Move setting of clock-source out of optionsZhaolei-20/+79
2009-08-26tracing/filters: Support filtering for char * stringsLi Zefan-3/+23
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan-14/+17
2009-08-26tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan-9/+18
2009-08-26tracing: Create generic syscall TRACE_EVENTsJosh Stone-8/+9
2009-08-26tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone-2/+2
2009-08-20tracing/syscalls: Fix the output of syscalls with no argumentsLi Zefan-9/+16
2009-08-19tracing/syscalls: Add filtering supportLi Zefan-6/+50
2009-08-19tracing/events: Add trace_define_common_fields()Li Zefan-5/+25
2009-08-19tracing/events: Add ftrace_event_call param to define_fields()Li Zefan-4/+3
2009-08-19tracing/syscalls: Add fields format for exit eventsLi Zefan-1/+17
2009-08-19tracing/syscalls: Fix fields format for enter eventsLi Zefan-23/+28
2009-08-18tracing: handle broken names in ftrace filterJiri Olsa-6/+11
2009-08-18ftrace: Unify effect of writing to trace_options and option/*Zhaolei-10/+2
2009-08-17ftrace: Simplify seqfile codeLi Zefan-13/+2
2009-08-17trace_stack: Simplify seqfile codeLi Zefan-22/+12
2009-08-17trace_stat: Fix missing entry in stat fileLi Zefan-3/+7
2009-08-17tracing/syscalls: Fix to print parameter typesLi Zefan-16/+1
2009-08-14Merge branch 'percpu-for-linus' into percpu-for-nextTejun Heo-73/+99
2009-08-12Remove double removal of blktrace directoryAlan D. Brunelle-11/+1
2009-08-11tracing: Support for syscall events raw records in perfcountersFrederic Weisbecker-2/+37
2009-08-11tracing: Add fields format definition for syscall eventsFrederic Weisbecker-0/+46
2009-08-11tracing: Add ftrace event call parameter to its field descriptor handlerFrederic Weisbecker-3/+5
2009-08-11tracing: Add perf counter support for syscalls tracingJason Baron-0/+121
2009-08-11tracing: Add individual syscalls tracepoint id supportJason Baron-16/+16
2009-08-11tracing: Add trace events for each syscall entry/exitJason Baron-92/+91
2009-08-11tracing: Add ftrace_event_call void * 'data' fieldJason Baron-2/+2
2009-08-11tracing: Raw_init() bailout in trace event register fail caseJason Baron-10/+19
2009-08-11tracing: Call arch_init_ftrace_syscalls at bootJason Baron-1/+0
2009-08-11tracing: Rename set_tracer_flags()'s local variable trace_flagsZhaolei-7/+7
2009-08-11Merge branch 'linus' into tracing/coreIngo Molnar-44/+67
2009-08-09perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker-4/+1
2009-08-09Merge branch 'linus' into tracing/urgentIngo Molnar-2/+2
2009-08-08tracing/filters: Don't use pred on alloc failureTom Zanussi-0/+2
2009-08-08tracing/filters: Always free pred on filter_add_subsystem_pred() failureTom Zanussi-5/+11
2009-08-08tracing/filters: Don't use pred on alloc failureTom Zanussi-0/+4
2009-08-07ring-buffer: Fix memleak in ring_buffer_free()Eric Dumazet-0/+1
2009-08-06ring-buffer: Fix advance of reader in rb_buffer_peek()Robert Richter-6/+4
2009-08-06tracing/events: Only define remove_subsystem_dir() if CONFIG_MODULESFrederic Weisbecker-26/+26
2009-08-06tracing/function-graph-tracer: Move graph event insertion helpers in the grap...Frederic Weisbecker-113/+121
2009-08-06tracing: Move sched event insertion helpers in the sched switch tracer fileFrederic Weisbecker-56/+57
2009-08-06tracing/core: Make the stack entry helpers globalFrederic Weisbecker-19/+33
2009-08-06tracing/core: Turn ftrace_cpu_disabled into a global varFrederic Weisbecker-1/+2
2009-08-06tracing: Simplify print_graph_cpu()Lai Jiangshan-26/+4
2009-08-06ftrace: Fix perf-tracepoint OOPSPeter Zijlstra-2/+2
2009-08-05ring-buffer: do not disable ring buffer on oops_in_progressSteven Rostedt-1/+1
2009-08-05ring-buffer: fix check of try_to_discard resultSteven Rostedt-1/+1