summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2009-09-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-15/+17
2009-09-24tracing/filters: Unify the regex parsing helpersFrederic Weisbecker-70/+23
2009-09-24tracing/filters: Provide basic regex supportFrederic Weisbecker-25/+157
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan-4/+4
2009-09-24tracing/event: Cleanup the useless dentry variableFrederic Weisbecker-12/+11
2009-09-24tracing/filters: Cleanup useless headersFrederic Weisbecker-2/+0
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan-5/+2
2009-09-23Merge commit 'linus/master' into tracing/kprobesFrederic Weisbecker-1114/+1256
2009-09-23seq_file: constify seq_operationsJames Morris-4/+4
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-2/+2
2009-09-22tracing: Fix failure path in ftrace_regex_open()Li Zefan-1/+3
2009-09-22tracing: Fix failure path in ftrace_graph_write()Li Zefan-4/+6
2009-09-22tracing: Check the return value of trace_get_user()Li Zefan-9/+7
2009-09-22tracing: Fix off-by-one in trace_get_user()Li Zefan-1/+1
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/...Linus Torvalds-3/+3
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+7
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-108/+193
2009-09-21trivial: remove unnecessary semicolonsJoe Perches-1/+1
2009-09-21trivial: Fix duplicated word "options" in commentUwe Kleine-Koenig-1/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar-3/+3
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds-2/+0
2009-09-20sched: Fix raciness in runqueue_is_locked()Andrew Morton-1/+7
2009-09-20tracing: Export trace_profile_buf symbolsPeter Zijlstra-1/+4
2009-09-20includecheck fix: kernel/trace, ring_buffer.cJaswinder Singh Rajput-2/+0
2009-09-19Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar-86/+35
2009-09-19tracing/events: use list_for_entry_continueLi Zefan-34/+15
2009-09-19tracing: remove max_tracer_type_lenLi Zefan-33/+16
2009-09-19function-graph: use ftrace_graph_funcs directlyLi Zefan-19/+4
2009-09-19Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar-21/+155
2009-09-19tracing, perf: Convert the power tracer into an event tracerArjan van de Ven-239/+21
2009-09-18tracing: Remove markersChristoph Hellwig-1/+0
2009-09-18tracing: Allocate the ftrace event profile buffer dynamicallyFrederic Weisbecker-20/+138
2009-09-18tracing: Factorize the events profile accountingFrederic Weisbecker-2/+18
2009-09-17tracing: switch function prints from %pf to %psSteven Rostedt-7/+7
2009-09-17Merge branch 'linus' into tracing/coreIngo Molnar-3/+3
2009-09-17tracing/kprobes: Disable kprobe events by default after creationMasami Hiramatsu-2/+2
2009-09-17tracing/kprobes: Fix profiling alignment for perf_counter bufferMasami Hiramatsu-5/+12
2009-09-17tracing/kprobes: Add probe handler dispatcher to support perf and ftrace conc...Masami Hiramatsu-22/+63
2009-09-17ftrace: Fix trace_remove_event_call() to lock trace_event_mutexMasami Hiramatsu-0/+5
2009-09-17ftrace: Fix trace_add_event_call() to initialize listMasami Hiramatsu-1/+4
2009-09-17tracing/kprobes: Fix trace_probe registration orderMasami Hiramatsu-23/+19
2009-09-17tracing/kprobes: Support custom subsystem for each kprobe eventMasami Hiramatsu-6/+27
2009-09-16tracing: Fix minor bugs for __unregister_ftrace_function_probeAtsushi Tsuji-2/+2
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds-3/+3
2009-09-15tracing: optimize global_trace_clock cachelinesSteven Rostedt-10/+14
2009-09-14ftrace: document function and function graph implementationMike Frysinger-3/+13
2009-09-14tracing: make testing syscall events a separate configurationSteven Rostedt-0/+24
2009-09-14tracing: remove some unused macrosLi Zefan-35/+0
2009-09-14ftrace: add compile-time check on F_printk()Li Zefan-4/+41
2009-09-14tracing: fix F_printk() typosLi Zefan-9/+9