summaryrefslogtreecommitdiffstats
path: root/kernel/trace
AgeCommit message (Expand)AuthorLines
2009-04-07tracing: fix incorrect return type of ns2usecs()Lai Jiangshan-4/+3
2009-04-07tracing: remove CALLER_ADDR2 from wakeup tracerSteven Rostedt-1/+7
2009-04-07Merge branch 'linus' into tracing/coreIngo Molnar-424/+1408
2009-04-07Merge branch 'tracing/blktrace-fixes' into tracing/urgentIngo Molnar-3/+4
2009-04-07x86, hw-branch-tracer: allocate selftest iterator on heapMarkus Metzger-8/+12
2009-04-07x86, bts, hw-branch-tracer: add _noirq variants to the debug store interfaceMarkus Metzger-121/+72
2009-04-07Merge branch 'linus' into tracing/hw-branch-tracingIngo Molnar-762/+2299
2009-04-06Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-97/+228
2009-04-05Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-2492/+11202
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-6/+5
2009-04-03blktrace: fix pdu_len when tracing packet command requestsLi Zefan-1/+1
2009-04-03blktrace: small cleanup in blk_msg_write()Li Zefan-1/+1
2009-04-03blktrace: NUL-terminate user space messagesCarl Henrik Lunde-2/+3
2009-04-03kmemtrace: small cleanupsIngo Molnar-61/+67
2009-04-03kmemtrace: restore original tracing data binary format, improve ABIEduard - Gabriel Munteanu-24/+58
2009-04-03kmemtrace: kmemtrace_alloc() must fill type_idEduard - Gabriel Munteanu-0/+1
2009-04-03kmemtrace: use tracepointsEduard - Gabriel Munteanu-61/+151
2009-04-01ring-buffer: do not remove reader page from list on ring buffer freeSteven Rostedt-1/+0
2009-04-01function-graph: allow unregistering twiceSteven Rostedt-0/+4
2009-03-31Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/...Ingo Molnar-341/+1256
2009-03-31trace: make argument 'mem' of trace_seq_putmem() constLi Zefan-5/+6
2009-03-31tracing: add missing 'extern' keywords to trace_output.hEduard - Gabriel Munteanu-16/+17
2009-03-31tracing: provide trace_seq_reserve()Eduard - Gabriel Munteanu-0/+14
2009-03-31blktrace: print out BLK_TN_MESSAGE properlyLi Zefan-19/+61
2009-03-31blktrace: extract duplidate codeLi Zefan-32/+30
2009-03-31blktrace: fix memory leak when freeing struct blk_io_traceLi Zefan-17/+12
2009-03-31blktrace: fix blk_probes_ref chaosLi Zefan-8/+7
2009-03-31blktrace: make classic output more classicLi Zefan-4/+4
2009-03-31blktrace: fix off-by-one bugLi Zefan-2/+2
2009-03-31blktrace: fix the original blktraceLi Zefan-7/+5
2009-03-31blktrace: fix a race when creating blk_tree_root in debugfsLi Zefan-1/+5
2009-03-31blktrace: fix timestamp in binary outputLi Zefan-1/+1
2009-03-30trivial: fix typos/grammar errors in Kconfig textsMatt LaPlante-5/+4
2009-03-30trivial: fix typo "resgister" -> "register"Uwe Kleine-Koenig-1/+1
2009-03-26tracing: filter fix for TRACE_EVENT_FORMAT eventsTom Zanussi-13/+5
2009-03-25tracing: add average time in function to function profilerSteven Rostedt-7/+14
2009-03-25tracing: remove on the fly allocator from function profilerSteven Rostedt-33/+43
2009-03-25ftrace: Using FTRACE_WARN_ON() to check "freed record" in ftrace_release()Zhaolei-2/+7
2009-03-25trace_workqueues: fix empty line's outputLai Jiangshan-6/+6
2009-03-25trace_stat: keep original orderLai Jiangshan-10/+8
2009-03-25trace_stat: don't call seq_printf() in seq_operation->start()Lai Jiangshan-1/+7
2009-03-25tracing: clean up tracing profilerSteven Rostedt-13/+15
2009-03-24function-graph: add option to calculate graph time or notSteven Rostedt-6/+28
2009-03-24tracing: make the function profiler per cpuSteven Rostedt-69/+130
2009-03-24tracing: adding function timings to function profilerSteven Rostedt-19/+117
2009-03-24tracing: move function profiler data out of function structSteven Rostedt-187/+263
2009-03-24tracing: add function profilerSteven Rostedt-2/+330
2009-03-24tracing: add handler to trace_statSteven Rostedt-5/+5
2009-03-24tracing: use union for multi-usages fieldLai Jiangshan-4/+4
2009-03-24ftrace: show virtual PIDLai Jiangshan-1/+1