aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-10-12ring-buffer: Fix typo of time extends per pageSteven Rostedt1-1/+1
2010-09-10Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-19/+31
2010-09-09tracing: t_start: reset FTRACE_ITER_HASH in case of seek/preadChris Wright1-0/+2
2010-09-09perf, trace: Fix module leakLi Zefan1-0/+3
2010-09-08Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+0
2010-09-08tracing/kprobe: Fix handling of C-unlike argument namesMasami Hiramatsu1-8/+12
2010-09-08tracing/kprobes: Fix handling of argument namesMasami Hiramatsu1-7/+10
2010-09-08tracing/kprobe: Fix a memory leak in error caseMasami Hiramatsu1-3/+3
2010-09-08tracing: Do not allow llseek to set_ftrace_filterSteven Rostedt1-1/+1
2010-09-05gcc-4.6: kernel/*: Fix unused but set warningsAndi Kleen1-2/+0
2010-08-31tracing: Fix a race in function profileLi Zefan1-4/+11
2010-08-25tracing/trace_stack: Fix stack trace on ppc64Anton Blanchard1-1/+1
2010-08-16Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into trace/tip/perf/urgent-4Steven Rostedt4-68/+163
2010-08-13tracing: Sanitize value returned from write(trace_marker, "...", len)Marcin Slusarz1-3/+8
2010-08-12tracing/events: Convert format output to seq_fileSteven Rostedt1-67/+141
2010-08-12block: add secure discardAdrian Hunter1-0/+8
2010-08-10Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-17/+63
2010-08-07Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-8/+0
2010-08-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-11/+0
2010-08-07block: push BKL into blktrace ioctlsArnd Bergmann1-0/+43
2010-08-07block: unify flags for struct bio and struct requestChristoph Hellwig1-12/+15
2010-08-07block: remove wrappers for request type/flagsChristoph Hellwig1-5/+5
2010-08-06Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2010-08-06tracing: Fix ring_buffer_read_page reading out of page boundaryHuang Ying1-0/+3
2010-08-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+1
2010-08-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds25-2344/+572
2010-08-06tracing: Fix an unallocated memory access in function_graphShaohua Li1-1/+9
2010-08-05ftrace,kdb: Allow dumping a specific cpu's buffer with ftdumpJason Wessel1-10/+27
2010-08-05ftrace,kdb: Extend kdb to be able to dump the ftrace bufferJason Wessel4-21/+163
2010-08-04tracing/kprobes: unregister_trace_probe needs to be called under mutexSrikar Dronamraju1-0/+3
2010-08-02perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint callFrederic Weisbecker1-3/+3
2010-07-27time: Kill off CONFIG_GENERIC_TIMEJohn Stultz1-2/+2
2010-07-23Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar7-14/+76
2010-07-22trace: strlen() return doesn't account for the NULLDan Carpenter1-1/+1
2010-07-21Merge branch 'linus' into sched/coreIngo Molnar1-1/+3
2010-07-21tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro4-6/+38
2010-07-20tracing: Reduce latency and remove percpu trace_seqLai Jiangshan1-3/+0
2010-07-20trace: Reorder struct ring_buffer_per_cpu to remove padding on 64bitRichard Kennedy1-1/+1
2010-07-20tracing: Allow to disable cmdline recordingLi Zefan3-3/+36
2010-07-20tracing: Use generic_file_llseek for debugfsArnd Bergmann1-0/+15
2010-07-20tracing: Remove special tracesFrederic Weisbecker5-146/+0
2010-07-20tracing: Remove sysprof ftrace pluginFrederic Weisbecker6-378/+0
2010-07-15tracing: Remove ksym tracerFrederic Weisbecker6-606/+0
2010-07-09init: Remove the BKL from startup codeArnd Bergmann1-8/+0
2010-07-05tracing/kprobes: Support "string" typeMasami Hiramatsu1-78/+292
2010-06-29workqueue: temporarily remove workqueue tracingTejun Heo1-11/+0
2010-06-28tracing: Use class->reg() for all registering of eventsSteven Rostedt2-35/+39
2010-06-28tracing/function-graph: Use correct string size for snprintfChase Douglas1-1/+2
2010-06-28tracing: Remove open-coded __trace_add_event_call()Li Zefan1-51/+19
2010-06-28tracing: Remove redundant raw_init callbacksLi Zefan2-16/+2