aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-05tracing/kprobes: Support "string" typeMasami Hiramatsu1-78/+292
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
2010-06-28tracing: Remove test of NULL define_fields callbackLi Zefan2-24/+13
2010-06-28tracing: Don't allocate common fields for every trace eventsLi Zefan3-52/+81
2010-06-28tracing: Use a global field list for all syscall exit eventsLi Zefan1-3/+4
2010-06-28Merge branch 'linus' into perf/coreThomas Gleixner1-1/+3
2010-06-10perf/tracing: Fix regression of perf losing kprobe eventsSteven Rostedt1-1/+3
2010-06-09Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar9-843/+4
2010-06-09tracing: Remove kmemtrace ftrace pluginLi Zefan5-597/+0
2010-06-08tracing: Remove boot tracerAmérico Wang6-241/+0
2010-06-08perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker1-2/+0
2010-06-08x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker1-3/+4
2010-06-08Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into perf/coreIngo Molnar9-99/+24
2010-06-03tracing: Remove ftrace_preempt_disable/enableSteven Rostedt9-99/+24
2010-05-31blktrace: Fix new kernel-doc warningsRandy Dunlap1-0/+2
2010-05-31perf_events, trace: Fix perf_trace_destroy(), mutex went missingPeter Zijlstra1-1/+4
2010-05-31perf_events, trace: Fix probe unregister racePeter Zijlstra3-6/+12
2010-05-30Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-8/+17
2010-05-27Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds18-411/+683
2010-05-25ring-buffer: Move zeroing out excess in page to ring buffer codeSteven Rostedt2-8/+9
2010-05-25ring-buffer: Reset "real_end" when page is filledSteven Rostedt1-0/+8
2010-05-25perf, trace: Fix !x86 build bugPeter Zijlstra1-1/+3
2010-05-21Merge branch 'master' into for-2.6.35Jens Axboe18-790/+1032
2010-05-21pipe: add support for shrinking and growing pipesJens Axboe1-24/+36
2010-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7Steven Rostedt3-113/+111
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+16
2010-05-21perf, trace: Optimize tracepoints by using per-tracepoint-per-cpu hlist to track eventsPeter Zijlstra3-67/+80
2010-05-21perf, trace: Optimize tracepoints by removing IRQ-disable from perf/tracepoint interactionPeter Zijlstra3-56/+37
2010-05-20Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/coreIngo Molnar11-153/+677
2010-05-18perf/ftrace: Optimize perf/tracepoint interaction for single eventsPeter Zijlstra3-8/+13
2010-05-18Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-128/+551
2010-05-18Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds3-8/+5
2010-05-18Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds9-637/+339
2010-05-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-6Steven Rostedt9-637/+339
2010-05-14tracing: Fix function declarations if !CONFIG_STACKTRACELi Zefan1-2/+2