- 77d683f tracing/ftrace: fix the check of ftrace_trace_task by Frederic Weisbecker · 16 years ago
- 970987b Merge branches 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
- 1fd8f2a tracing/function-graph-tracer: handle ftrace_printk entries by Frederic Weisbecker · 16 years ago
- 6b25393 tracing: fix typo and missing inline function by Ingo Molnar · 16 years ago
- 978f3a4 ftrace: use struct pid by Steven Rostedt · 16 years ago
- 804a685 ftrace: trace single pid for function graph tracer by Steven Rostedt · 16 years ago
- ea4e2bc ftrace: graph of a single function by Steven Rostedt · 16 years ago
- e49dc19 ftrace: function graph return for function entry by Steven Rostedt · 16 years ago
- c7cc773 Merge branches 'tracing/blktrace', 'tracing/ftrace', 'tracing/function-graph-tracer' and 'tracing/power-tracer' into tracing/core by Ingo Molnar · 16 years ago
- f3f47a6 tracing: add "power-tracer": C/P state tracer to help power optimization by Arjan van de Ven · 16 years ago
- 660c7f9 ftrace: add thread comm to function graph tracer by Steven Rostedt · 16 years ago
- 287b6e6 tracing/function-return-tracer: set a more human readable output by Frederic Weisbecker · 16 years ago
- fb52607 tracing/function-return-tracer: change the name into function-graph-tracer by Frederic Weisbecker · 16 years ago
- 1e9b51c x86, bts, ftrace: a BTS ftrace plug-in prototype by Markus Metzger · 16 years ago
- 8bba1bf x86, ftrace: call trace->open() before stopping tracing; add trace->print_header() by Markus Metzger · 16 years ago
- b54d3de tracing: identify which executable object the userspace address belongs to by Török Edwin · 16 years ago
- 02b6751 tracing: add support for userspace stacktraces in tracing/iter_ctrl by Török Edwin · 16 years ago
- 0231022 tracing/function-return-tracer: add the overrun field by Frederic Weisbecker · 16 years ago
- adf9f19 tracing/ftrace: implement a set_flag callback for tracers by Frederic Weisbecker · 16 years ago
- 5a209c2 Merge branches 'tracing/branch-tracer' and 'tracing/urgent' into tracing/core by Ingo Molnar · 16 years ago
- 0c726da9 tracing: branch tracer, fix writing to trace/trace_options by Aneesh Kumar K.V · 16 years ago
- 1c80025 tracing/ftrace: change the type of the init() callback by Frederic Weisbecker · 16 years ago
- 12ef7d4 ftrace: CPU buffer start annotation clean ups by Steven Rostedt · 16 years ago
- 80e5ea4 ftrace: add tracer called branch by Steven Rostedt · 16 years ago
- 9f029e8 ftrace: rename unlikely iter_ctrl to branch by Steven Rostedt · 16 years ago
- 2ed84ee trace: rename unlikely profiler to branch profiler by Steven Rostedt · 16 years ago
- 52f232c tracing: likely/unlikely branch annotation tracer by Steven Rostedt · 16 years ago
- 7423907 tracing/fastboot: Use the ring-buffer timestamp for initcall entries by Frederic Weisbecker · 16 years ago
- 3f5ec13 tracing/fastboot: move boot tracer structs and funcs into their own header. by Frederic Weisbecker · 16 years ago
- 15e6cb3 tracing: add a tracer to catch execution time of kernel functions by Frederic Weisbecker · 16 years ago
- a309720 ftrace: display start of CPU buffer in trace output by Steven Rostedt · 16 years ago
- c76f069 ftrace: remove trace array ctrl by Steven Rostedt · 16 years ago
- bbf5b1a ftrace: remove ctrl_update method by Steven Rostedt · 16 years ago
- e168e05 ftrace: fix sched_switch API by Steven Rostedt · 16 years ago
- 75f5c47 ftrace: fix boot trace sched startup by Steven Rostedt · 16 years ago
- 9036990 ftrace: restructure tracing start/stop infrastructure by Steven Rostedt · 16 years ago
- 79c81d2 Merge branch 'tracing/fastboot' into tracing/ftrace by Ingo Molnar · 16 years ago
- d7ad44b tracing/fastboot: use sched switch tracer from boot tracer by Frederic Weisbecker · 16 years ago
- b2a866f ftrace: function tracer with irqs disabled by Steven Rostedt · 16 years ago
- 8f0a056 ftrace: introduce ftrace_preempt_disable()/enable() by Steven Rostedt · 16 years ago
- 9244489 ftrace: handle archs that do not support irqs_disabled_flags by Steven Rostedt · 16 years ago
- 606576c ftrace: rename FTRACE to FUNCTION_TRACER by Steven Rostedt · 16 years ago
- 3869705 ftrace: preempt disable over interrupt disable by Steven Rostedt · 16 years ago
- 7104f30 ftrace: type cast filter+verifier by Steven Rostedt · 16 years ago
- 2c4f035 tracing/ftrace: change the type of the print_line callback by Frederic Weisbecker · 16 years ago
- 777e208 ftrace: take advantage of variable length entries by Steven Rostedt · 16 years ago
- 3928a8a ftrace: make work with new ring buffer by Steven Rostedt · 16 years ago
- d13744c tracing/ftrace: add the boot tracer by Frédéric Weisbecker · 16 years ago
- 43a1538 tracing/ftrace: replace none tracer by nop tracer by Frédéric Weisbecker · 16 years ago
- 8925b394e trace: remove pointless ifdefs by Steven Noonan · 16 years ago
- fb1b6d8 ftrace: add nop tracer by Steven Noonan · 16 years ago
- 5bf9a1e ftrace: inject markers via trace_marker file by Pekka Paalanen · 16 years ago
- fc5e27a mmiotrace: handle TRACE_PRINT entries by Pekka Paalanen · 16 years ago
- 801fe40 ftrace: add trace_vprintk() by Pekka Paalanen · 16 years ago
- 45dcd8b ftrace: move mmiotrace functions out of trace.c by Pekka Paalanen · 16 years ago
- 80b5e94 ftrace: sched_switch: show the wakee's cpu by Peter Zijlstra · 16 years ago
- f09ce57 ftrace: make ftrace_printk usable with the other tracers by Peter Zijlstra · 16 years ago
- dd0e545 ftrace: printk formatting infrastructure by Steven Rostedt · 16 years ago
- 2e2ca15 ftrace: new continue entry - separate out from trace_entry by Steven Rostedt · 16 years ago
- 6712e29 Merge branch 'tracing/ftrace' into auto-ftrace-next by Ingo Molnar · 16 years ago
- 001b676 ftrace: define function trace nop by Steven Rostedt · 17 years ago
- ec1bb60 Merge branch 'tracing/sysprof' into auto-ftrace-next by Ingo Molnar · 17 years ago
- 5373fdb Merge branch 'tracing/mmiotrace' into auto-ftrace-next by Ingo Molnar · 17 years ago
- 41bc814 ftrace: fix up cmdline recording by Steven Rostedt · 17 years ago
- bd8ac68 ftrace: mmiotrace, updates by Pekka Paalanen · 17 years ago
- d618b3e ftrace: sysprof updates by Ingo Molnar · 17 years ago
- a6dd24f ftrace: sysprof-plugin, add self-tests by Ingo Molnar · 17 years ago
- 74f4e36 ftrace: stacktrace fix by Ingo Molnar · 17 years ago
- 5b82a1b Port ftrace to markers by Mathieu Desnoyers · 17 years ago
- 6c6c279 ftrace: add readpos to struct trace_seq; add trace_seq_to_user() by Pekka Paalanen · 17 years ago
- 107bad8 ftrace: add trace pipe header pluggin by Steven Rostedt · 17 years ago
- 53d0aa7 ftrace: add logic to record overruns by Steven Rostedt · 17 years ago
- 25b0b44 ftrace: fix comm on function trace output by Steven Rostedt · 17 years ago
- 4fcdae8 ftrace: comment code by Steven Rostedt · 17 years ago
- 72829bc ftrace: move enums to ftrace.h and make helper function global by Thomas Gleixner · 17 years ago
- 92205c2 ftrace: user raw_spin_lock in tracing by Steven Rostedt · 17 years ago
- d05cdb2 ftrace: fix dynamic ftrace selftest by Steven Rostedt · 17 years ago
- bac524d ftrace: trace next state by Peter Zijlstra · 17 years ago
- 4ac3ba4 ftrace: trace scheduler rbtree by Ingo Molnar · 17 years ago
- 4e65551 ftrace: sched tracer, trace full rbtree by Ingo Molnar · 17 years ago
- 86387f7 ftrace: add stack tracing by Ingo Molnar · 17 years ago
- 5742279 ftrace: add wakeup events to sched tracer by Ingo Molnar · 17 years ago
- e309b41 ftrace: remove notrace by Ingo Molnar · 17 years ago
- 6fb44b7 ftrace: add trace_function api for other tracers to use by Steven Rostedt · 17 years ago
- f0a920d ftrace: add trace_special() by Ingo Molnar · 17 years ago
- cdd31cd2 ftrace: remove-idx-sync by Ingo Molnar · 17 years ago
- 750ed1a ftrace: timestamp syncing, prepare by Ingo Molnar · 17 years ago
- d4c5a2f ftrace: fix locking by Ingo Molnar · 17 years ago
- b3806b4 ftrace: user run time file reading by Steven Rostedt · 17 years ago
- 214023c ftrace: add a buffer for output by Steven Rostedt · 17 years ago
- 93a588f ftrace: change buffers to producer consumer by Steven Rostedt · 17 years ago
- 4e3c333 ftrace: fix time offset by Ingo Molnar · 17 years ago
- c7aafc5 ftrace: cleanups by Ingo Molnar · 17 years ago
- 60a1177 ftrace: add self-tests by Steven Rostedt · 17 years ago
- 4c11d7a ftrace: convert single large buffer into single pages. by Steven Rostedt · 17 years ago
- bc0c38d ftrace: latency tracer infrastructure by Steven Rostedt · 17 years ago