summaryrefslogtreecommitdiff
path: root/kernel/trace
AgeCommit message (Expand)Author
2009-04-06Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-04-03kmemtrace: small cleanupsIngo Molnar
2009-04-03kmemtrace: restore original tracing data binary format, improve ABIEduard - Gabriel Munteanu
2009-04-03kmemtrace: kmemtrace_alloc() must fill type_idEduard - Gabriel Munteanu
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu
2009-04-01ring-buffer: do not remove reader page from list on ring buffer freeSteven Rostedt
2009-04-01function-graph: allow unregistering twiceSteven Rostedt
2009-03-31Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/...Ingo Molnar
2009-03-31trace: make argument 'mem' of trace_seq_putmem() constLi Zefan
2009-03-31tracing: add missing 'extern' keywords to trace_output.hEduard - Gabriel Munteanu
2009-03-31tracing: provide trace_seq_reserve()Eduard - Gabriel Munteanu
2009-03-31blktrace: print out BLK_TN_MESSAGE properlyLi Zefan
2009-03-31blktrace: extract duplidate codeLi Zefan
2009-03-31blktrace: fix memory leak when freeing struct blk_io_traceLi Zefan
2009-03-31blktrace: fix blk_probes_ref chaosLi Zefan
2009-03-31blktrace: make classic output more classicLi Zefan
2009-03-31blktrace: fix off-by-one bugLi Zefan
2009-03-31blktrace: fix the original blktraceLi Zefan
2009-03-31blktrace: fix a race when creating blk_tree_root in debugfsLi Zefan
2009-03-31blktrace: fix timestamp in binary outputLi Zefan
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante
2009-03-30trivial: fix typo "resgister" -> "register"Uwe Kleine-Koenig
2009-03-26tracing: filter fix for TRACE_EVENT_FORMAT eventsTom Zanussi
2009-03-25ftrace: Using FTRACE_WARN_ON() to check "freed record" in ftrace_release()Zhaolei
2009-03-25trace_workqueues: fix empty line's outputLai Jiangshan
2009-03-25trace_stat: keep original orderLai Jiangshan
2009-03-25trace_stat: don't call seq_printf() in seq_operation->start()Lai Jiangshan
2009-03-24tracing: use union for multi-usages fieldLai Jiangshan
2009-03-24ftrace: show virtual PIDLai Jiangshan
2009-03-24function-graph: add option for include sleep timesSteven Rostedt
2009-03-24function-graph: ignore times across scheduleSteven Rostedt
2009-03-24function-graph: prevent more than one tracer registeringSteven Rostedt
2009-03-24function-graph: moved the timestamp from arch to generic codeSteven Rostedt
2009-03-24tracing: fix memory leak in trace_statSteven Rostedt
2009-03-24blktrace: print human-readable act_maskLi Zefan
2009-03-24blktrace: fix t_error()Li Zefan
2009-03-24blktrace: fix wrong calculation of RWBSLi Zefan
2009-03-24blktrace: mark ddir_act[] constLi Zefan
2009-03-24tracing/filters: disallow integer values for string filters and vice versaTom Zanussi
2009-03-24tracing/filters: use trace_seq_printf() to print filtersTom Zanussi
2009-03-24tracing/filters: free pred when clearing filtersTom Zanussi
2009-03-24tracing/filters: use list_for_each_entryTom Zanussi
2009-03-23tracing/function-graph-tracer: fix functions call traces imbalanceFrederic Weisbecker
2009-03-23tracing: Fix TRACING_SUPPORT dependency for PPC32Anton Vorontsov
2009-03-23tracing/ftrace: check if debugfs is registered before creating filesFrederic Weisbecker
2009-03-23tracing/filters: clean up filter_add_subsystem_pred()Tom Zanussi
2009-03-23tracing/filters: fix bug in copy_pred()Tom Zanussi
2009-03-23tracing/filters: use list_for_each_entry_safeTom Zanussi