aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-10-01Add a tracepoint for block request remappingJun'ichi Nomura1-0/+34
2009-10-01Add missing blk_trace_remove_sysfs to be in pair with blk_trace_init_sysfsZdenek Kabelac1-0/+5
2009-09-26Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-15/+17
2009-09-24sysctl: remove "struct file *" argument of ->proc_handlerAlexey Dobriyan2-4/+4
2009-09-24cpumask: use zalloc_cpumask_var() where possibleLi Zefan1-5/+2
2009-09-23seq_file: constify seq_operationsJames Morris2-4/+4
2009-09-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-2/+2
2009-09-22tracing: Fix failure path in ftrace_regex_open()Li Zefan1-1/+3
2009-09-22tracing: Fix failure path in ftrace_graph_write()Li Zefan1-4/+6
2009-09-22tracing: Check the return value of trace_get_user()Li Zefan2-9/+7
2009-09-22tracing: Fix off-by-one in trace_get_user()Li Zefan1-1/+1
2009-09-21Merge branch 'perfcounters-rename-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+3
2009-09-21Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+7
2009-09-21Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds6-108/+193
2009-09-21trivial: remove unnecessary semicolonsJoe Perches1-1/+1
2009-09-21trivial: Fix duplicated word "options" in commentUwe Kleine-Koenig1-1/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-3/+3
2009-09-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6Linus Torvalds1-2/+0
2009-09-20sched: Fix raciness in runqueue_is_locked()Andrew Morton1-1/+7
2009-09-20tracing: Export trace_profile_buf symbolsPeter Zijlstra1-1/+4
2009-09-20includecheck fix: kernel/trace, ring_buffer.cJaswinder Singh Rajput1-2/+0
2009-09-19Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/urgentIngo Molnar3-86/+35
2009-09-19tracing/events: use list_for_entry_continueLi Zefan1-34/+15
2009-09-19tracing: remove max_tracer_type_lenLi Zefan1-33/+16
2009-09-19function-graph: use ftrace_graph_funcs directlyLi Zefan1-19/+4
2009-09-19Merge branch 'tracing/core-v3' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/urgentIngo Molnar2-21/+155
2009-09-19tracing, perf: Convert the power tracer into an event tracerArjan van de Ven5-239/+21
2009-09-18tracing: Remove markersChristoph Hellwig1-1/+0
2009-09-18tracing: Allocate the ftrace event profile buffer dynamicallyFrederic Weisbecker2-20/+138
2009-09-18tracing: Factorize the events profile accountingFrederic Weisbecker1-2/+18
2009-09-17tracing: switch function prints from %pf to %psSteven Rostedt3-7/+7
2009-09-17Merge branch 'linus' into tracing/coreIngo Molnar1-3/+3
2009-09-16tracing: Fix minor bugs for __unregister_ftrace_function_probeAtsushi Tsuji1-2/+2
2009-09-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-3/+3
2009-09-15tracing: optimize global_trace_clock cachelinesSteven Rostedt1-10/+14
2009-09-14ftrace: document function and function graph implementationMike Frysinger1-3/+13
2009-09-14tracing: make testing syscall events a separate configurationSteven Rostedt2-0/+24
2009-09-14tracing: remove some unused macrosLi Zefan2-35/+0
2009-09-14ftrace: add compile-time check on F_printk()Li Zefan1-4/+41
2009-09-14tracing: fix F_printk() typosLi Zefan1-9/+9
2009-09-14tracing: add static to generated TRACE_EVENT functionsSteven Rostedt1-1/+1
2009-09-14ring-buffer: typecast cmpxchg to fix PowerPC warningSteven Rostedt1-3/+3
2009-09-12tracing: add filter event logic to special, mmiotrace and boot tracersSteven Rostedt3-5/+18
2009-09-12tracing: remove trace_event_types.hSteven Rostedt1-178/+0
2009-09-12tracing: use the new trace_entries.h to create format filesSteven Rostedt3-118/+136
2009-09-12tracing: show details of structures within the ftrace structuresSteven Rostedt2-7/+66
2009-09-12tracing: use macros to create internal ftrace entry ring buffer structuresSteven Rostedt2-133/+369
2009-09-12tracing/profile: fix profile_disable vs module_unloadLi Zefan1-1/+4
2009-09-12tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde4-4/+14
2009-09-12tracing: remove unused local variables in tracer probe functionsCarsten Emde2-21/+1