aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/trace (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-04-06Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds2-97/+228
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds39-2492/+11202
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-6/+5
2009-04-03kmemtrace: small cleanupsIngo Molnar1-61/+67
2009-04-03kmemtrace: restore original tracing data binary format, improve ABIEduard - Gabriel Munteanu1-24/+58
2009-04-03kmemtrace: kmemtrace_alloc() must fill type_idEduard - Gabriel Munteanu1-0/+1
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu2-61/+151
2009-04-01ring-buffer: do not remove reader page from list on ring buffer freeSteven Rostedt1-1/+0
2009-04-01function-graph: allow unregistering twiceSteven Rostedt1-0/+4
2009-03-31Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/kprobes', 'tracing/blktrace-v2' and 'tracing/textedit' into tracing/core-v2Ingo Molnar18-341/+1256
2009-03-31trace: make argument 'mem' of trace_seq_putmem() constLi Zefan2-5/+6
2009-03-31tracing: add missing 'extern' keywords to trace_output.hEduard - Gabriel Munteanu1-16/+17
2009-03-31tracing: provide trace_seq_reserve()Eduard - Gabriel Munteanu2-0/+14
2009-03-31blktrace: print out BLK_TN_MESSAGE properlyLi Zefan1-19/+61
2009-03-31blktrace: extract duplidate codeLi Zefan1-32/+30
2009-03-31blktrace: fix memory leak when freeing struct blk_io_traceLi Zefan1-17/+12
2009-03-31blktrace: fix blk_probes_ref chaosLi Zefan1-8/+7
2009-03-31blktrace: make classic output more classicLi Zefan1-4/+4
2009-03-31blktrace: fix off-by-one bugLi Zefan1-2/+2
2009-03-31blktrace: fix the original blktraceLi Zefan1-7/+5
2009-03-31blktrace: fix a race when creating blk_tree_root in debugfsLi Zefan1-1/+5
2009-03-31blktrace: fix timestamp in binary outputLi Zefan1-1/+1
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante1-5/+4
2009-03-30trivial: fix typo "resgister" -> "register"Uwe Kleine-Koenig1-1/+1
2009-03-26tracing: filter fix for TRACE_EVENT_FORMAT eventsTom Zanussi1-13/+5
2009-03-25ftrace: Using FTRACE_WARN_ON() to check "freed record" in ftrace_release()Zhaolei1-2/+7
2009-03-25trace_workqueues: fix empty line's outputLai Jiangshan1-6/+6
2009-03-25trace_stat: keep original orderLai Jiangshan1-10/+8
2009-03-25trace_stat: don't call seq_printf() in seq_operation->start()Lai Jiangshan1-1/+7
2009-03-24tracing: use union for multi-usages fieldLai Jiangshan1-4/+4
2009-03-24ftrace: show virtual PIDLai Jiangshan1-1/+1
2009-03-24function-graph: add option for include sleep timesSteven Rostedt3-1/+10
2009-03-24function-graph: ignore times across scheduleSteven Rostedt1-0/+36
2009-03-24function-graph: prevent more than one tracer registeringSteven Rostedt1-0/+6
2009-03-24function-graph: moved the timestamp from arch to generic codeSteven Rostedt1-3/+5
2009-03-24tracing: fix memory leak in trace_statSteven Rostedt1-10/+13
2009-03-24blktrace: print human-readable act_maskLi Zefan1-38/+65
2009-03-24blktrace: fix t_error()Li Zefan1-1/+1
2009-03-24blktrace: fix wrong calculation of RWBSLi Zefan1-6/+7
2009-03-24blktrace: mark ddir_act[] constLi Zefan1-4/+4
2009-03-24tracing/filters: disallow integer values for string filters and vice versaTom Zanussi1-0/+5
2009-03-24tracing/filters: use trace_seq_printf() to print filtersTom Zanussi3-21/+15
2009-03-24tracing/filters: free pred when clearing filtersTom Zanussi1-0/+2
2009-03-24tracing/filters: use list_for_each_entryTom Zanussi1-2/+2
2009-03-23tracing/function-graph-tracer: fix functions call traces imbalanceFrederic Weisbecker1-5/+11
2009-03-23tracing: Fix TRACING_SUPPORT dependency for PPC32Anton Vorontsov1-1/+5
2009-03-23tracing/ftrace: check if debugfs is registered before creating filesFrederic Weisbecker1-0/+3
2009-03-23tracing/filters: clean up filter_add_subsystem_pred()Tom Zanussi2-7/+25
2009-03-23tracing/filters: fix bug in copy_pred()Tom Zanussi1-2/+10
2009-03-23tracing/filters: use list_for_each_entry_safeTom Zanussi1-4/+2