| Commit message (Expand) | Author | Age |
* | ftrace: clean up enable logic for sched_switch | Zhaolei | 2009-04-07 |
* | function-graph: use int instead of atomic for ftrace_graph_active | Steven Rostedt | 2009-04-07 |
* | tracing/ftrace: factorize the tracing files creation | Frederic Weisbecker | 2009-04-07 |
* | tracing: use macros to denote usec and nsec per second | Li Zefan | 2009-04-07 |
* | Merge branch 'tracing/urgent' into tracing/ftrace | Ingo Molnar | 2009-04-07 |
|\ |
|
| * | ftrace: Correct a text align for event format output | Zhaolei | 2009-04-07 |
| * | Update /debug/tracing/README | Nikanth Karthikesan | 2009-04-07 |
| * | tracing/ftrace: alloc the started cpumask for the trace file | Frederic Weisbecker | 2009-04-07 |
| * | ftrace: Add check of sched_stopped for probe_sched_wakeup | Zhaolei | 2009-04-07 |
| * | tracing/ftrace: fix missing include string.h | Frederic Weisbecker | 2009-04-07 |
| * | tracing: fix incorrect return type of ns2usecs() | Lai Jiangshan | 2009-04-07 |
| * | tracing: remove CALLER_ADDR2 from wakeup tracer | Steven Rostedt | 2009-04-07 |
| * | Merge branch 'tracing/blktrace-fixes' into tracing/urgent | Ingo Molnar | 2009-04-07 |
| |\ |
|
| | * | blktrace: fix pdu_len when tracing packet command requests | Li Zefan | 2009-04-03 |
| | * | blktrace: small cleanup in blk_msg_write() | Li Zefan | 2009-04-03 |
| | * | blktrace: NUL-terminate user space messages | Carl Henrik Lunde | 2009-04-03 |
* | | | Merge branch 'linus' into tracing/core | Ingo Molnar | 2009-04-07 |
|\ \ \ |
|
| * \ \ | Merge branch 'kmemtrace-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-04-06 |
| |\ \ \ |
|
| | * | | | kmemtrace: small cleanups | Ingo Molnar | 2009-04-03 |
| | * | | | kmemtrace: restore original tracing data binary format, improve ABI | Eduard - Gabriel Munteanu | 2009-04-03 |
| | * | | | kmemtrace: kmemtrace_alloc() must fill type_id | Eduard - Gabriel Munteanu | 2009-04-03 |
| | * | | | kmemtrace: use tracepoints | Eduard - Gabriel Munteanu | 2009-04-03 |
| * | | | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-04-05 |
| |\| | | |
|
| | * | | | ring-buffer: do not remove reader page from list on ring buffer free | Steven Rostedt | 2009-04-01 |
| | * | | | function-graph: allow unregistering twice | Steven Rostedt | 2009-04-01 |
| | |/ / |
|
| | | | | |
| | | \ | |
| | | \ | |
| | | \ | |
| | *---. | | Merge branches 'tracing/docs', 'tracing/filters', 'tracing/ftrace', 'tracing/... | Ingo Molnar | 2009-03-31 |
| | |\ \ \| |
|
| | | | | * | blktrace: print out BLK_TN_MESSAGE properly | Li Zefan | 2009-03-31 |
| | | | | * | blktrace: extract duplidate code | Li Zefan | 2009-03-31 |
| | | | | * | blktrace: fix memory leak when freeing struct blk_io_trace | Li Zefan | 2009-03-31 |
| | | | | * | blktrace: fix blk_probes_ref chaos | Li Zefan | 2009-03-31 |
| | | | | * | blktrace: make classic output more classic | Li Zefan | 2009-03-31 |
| | | | | * | blktrace: fix off-by-one bug | Li Zefan | 2009-03-31 |
| | | | | * | blktrace: fix the original blktrace | Li Zefan | 2009-03-31 |
| | | | | * | blktrace: fix a race when creating blk_tree_root in debugfs | Li Zefan | 2009-03-31 |
| | | | | * | blktrace: fix timestamp in binary output | Li Zefan | 2009-03-31 |
| | | | | * | blktrace: print human-readable act_mask | Li Zefan | 2009-03-24 |
| | | | | * | blktrace: fix t_error() | Li Zefan | 2009-03-24 |
| | | | | * | blktrace: fix wrong calculation of RWBS | Li Zefan | 2009-03-24 |
| | | | | * | blktrace: mark ddir_act[] const | Li Zefan | 2009-03-24 |
| | | | | * | blktrace: avoid accessing NULL bdev->bd_disk | Li Zefan | 2009-03-21 |
| | | | | * | blktrace: remove sysfs_blk_trace_enable_show/store() | Li Zefan | 2009-03-21 |
| | | | | * | blktrace: report EBUSY correctly | Li Zefan | 2009-03-21 |
| | | | | * | blktrace: don't increase blk_probes_ref if failed to setup blk trace | Li Zefan | 2009-03-21 |
| | | | | * | blktrace: remove blk_probe_mutex | Li Zefan | 2009-03-21 |
| | | | | * | blktrace: make blk_tracer_enabled a bool flag | Li Zefan | 2009-03-21 |
| | | | | * | blktrace: fix possible memory leak | Li Zefan | 2009-03-21 |
| | | | * | | trace: make argument 'mem' of trace_seq_putmem() const | Li Zefan | 2009-03-31 |
| | | | * | | tracing: add missing 'extern' keywords to trace_output.h | Eduard - Gabriel Munteanu | 2009-03-31 |
| | | | * | | tracing: provide trace_seq_reserve() | Eduard - Gabriel Munteanu | 2009-03-31 |
| | | | * | | ftrace: Using FTRACE_WARN_ON() to check "freed record" in ftrace_release() | Zhaolei | 2009-03-25 |