aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/trace
AgeCommit message (Expand)AuthorFilesLines
2009-08-06ring-buffer: Fix advance of reader in rb_buffer_peek()Robert Richter1-6/+4
2009-08-06tracing/events: Only define remove_subsystem_dir() if CONFIG_MODULESFrederic Weisbecker1-26/+26
2009-08-06tracing/function-graph-tracer: Move graph event insertion helpers in the graph tracer fileFrederic Weisbecker4-113/+121
2009-08-06tracing: Move sched event insertion helpers in the sched switch tracer fileFrederic Weisbecker2-56/+57
2009-08-06tracing/core: Make the stack entry helpers globalFrederic Weisbecker2-19/+33
2009-08-06tracing/core: Turn ftrace_cpu_disabled into a global varFrederic Weisbecker2-1/+2
2009-08-06tracing: Simplify print_graph_cpu()Lai Jiangshan1-26/+4
2009-08-06ftrace: Fix perf-tracepoint OOPSPeter Zijlstra2-2/+2
2009-08-05ring-buffer: do not disable ring buffer on oops_in_progressSteven Rostedt1-1/+1
2009-08-05ring-buffer: fix check of try_to_discard resultSteven Rostedt1-1/+1
2009-08-04Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into tracing/urgentIngo Molnar2-5/+16
2009-07-28tracing: Fix missing function_graph events when we splice_read from trace_pipeLai Jiangshan1-3/+7
2009-07-28tracing: Fix invalid function_graph entryLai Jiangshan1-2/+9
2009-07-23tracing/ksym_tracer: support quick clear for ksym_trace_filter -- v2Xiao Guangrong1-18/+35
2009-07-23tracing/ksym_tracer: fix write operation of ksym_trace_filterXiao Guangrong1-0/+4
2009-07-23tracing/ksym_tracer: fix the output of ksym tracerXiao Guangrong1-7/+6
2009-07-23tracing: only truncate ftrace files when O_TRUNC is setSteven Rostedt3-4/+4
2009-07-23tracing: show proper address for trace-printk formatSteven Rostedt1-1/+1
2009-07-23tracing/stat: Fix seqfile memory leakLi Zefan1-12/+22
2009-07-23function-graph: Fix seqfile memory leakLi Zefan1-3/+12
2009-07-23trace_stack: Fix seqfile memory leakLi Zefan1-5/+2
2009-07-20tracing/filters: improve subsystem filterLi Zefan2-43/+84
2009-07-20tracing: cleanup for tracing_trace_options_read()Xiao Guangrong1-3/+3
2009-07-20tracing/events: record the size of dynamic arraysLi Zefan1-2/+4
2009-07-18tracing: Remove unused fields/variablesjolsa@redhat.com2-5/+1
2009-07-18Merge branch 'linus' into tracing/coreIngo Molnar5-6/+6
2009-07-17tracing/function: Cleanup for function tracerXiao Guangrong2-17/+4
2009-07-17tracing/trace_stack: Cleanup for trace_lookup_stack()Xiao Guangrong1-8/+1
2009-07-17tracing/function: Simplify __ftrace_replace_code()Xiao Guangrong1-54/+18
2009-07-16tracing/function: Fix the return value of ftrace_trace_onoff_callback()Xiao Guangrong1-1/+1
2009-07-16ring_buffer: Fix warning while ignoring cmpxchg return valueLai Jiangshan1-2/+7
2009-07-13tracing/function-profiler: do not free per cpu variable statSteven Rostedt1-3/+2
2009-07-12headers: smp_lock.h reduxAlexey Dobriyan2-0/+2
2009-07-10Merge branch 'tip/tracing/ring-buffer-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-trace into tracing/coreIngo Molnar2-167/+769
2009-07-10tracing/workqueues: Add refcnt to struct cpu_workqueue_statsLai Jiangshan1-6/+26
2009-07-10tracing/stat: Add stat_release() callbackLai Jiangshan2-2/+7
2009-07-10kmemtrace: Rename some functionsLi Zefan1-8/+8
2009-07-10tracing/kmemtrace: Use the %pf formatFrederic Weisbecker1-20/+5
2009-07-10tracing/function-graph-tracer: Use the %pf formatFrederic Weisbecker1-10/+2
2009-07-10ksym_tracer: Fix the output of stat tracingLi Zefan1-9/+11
2009-07-10ksym_tracer: Fix memory leakLi Zefan1-34/+27
2009-07-10ksym_tracer: Report error when failed to re-register hbpLi Zefan1-2/+2
2009-07-10ksym_tracer: NIL-terminate user input filterLi Zefan1-5/+2
2009-07-10ksym_tracer: Fix validation of length of access typeLi Zefan1-7/+7
2009-07-10ksym_tracer: Fix validation of access typeLi Zefan1-18/+14
2009-07-10ksym_tracer: Rewrite ksym_trace_filter_read()Li Zefan1-11/+18
2009-07-10ksym_tracer: Extract trace entry from struct trace_ksymLi Zefan2-17/+22
2009-07-10tracing/filter: Remove empty subsystem and its directoryXiao Guangrong2-1/+32
2009-07-10tracing/filter: Remove preds from struct event_subsystemXiao Guangrong1-33/+6
2009-07-07ring-buffer: make locklessSteven Rostedt2-150/+737