| Commit message (Expand) | Author | Age | Files | Lines |
* | tracing: Update *ppos instead of filp->f_pos | Jiri Olsa | 2009-10-24 | 1 | -4/+4 |
* | tracing: fix trace_vprintk call | Steven Rostedt | 2009-10-09 | 1 | -1/+1 |
* | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-09-26 | 1 | -1/+1 |
|\ |
|
| * | tracing: Fix off-by-one in trace_get_user() | Li Zefan | 2009-09-22 | 1 | -1/+1 |
* | | cpumask: use zalloc_cpumask_var() where possible | Li Zefan | 2009-09-24 | 1 | -5/+2 |
* | | seq_file: constify seq_operations | James Morris | 2009-09-23 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-09-21 | 1 | -1/+7 |
|\ |
|
| * | sched: Fix raciness in runqueue_is_locked() | Andrew Morton | 2009-09-20 | 1 | -1/+7 |
* | | tracing: remove max_tracer_type_len | Li Zefan | 2009-09-19 | 1 | -33/+16 |
|/ |
|
* | tracing: add filter event logic to special, mmiotrace and boot tracers | Steven Rostedt | 2009-09-12 | 1 | -1/+4 |
* | tracing: do not update tracing_max_latency when tracer is stopped | Carsten Emde | 2009-09-12 | 1 | -0/+5 |
* | tracing: create generic trace parser | jolsa@redhat.com | 2009-09-11 | 1 | -0/+106 |
* | tracing: add lock depth to entries | Steven Rostedt | 2009-09-11 | 1 | -4/+5 |
* | tracing: move tgid out of generic entry and into userstack | Steven Rostedt | 2009-09-11 | 1 | -1/+1 |
* | Merge commit 'v2.6.31-rc9' into tracing/core | Ingo Molnar | 2009-09-06 | 1 | -10/+2 |
|\ |
|
| * | ftrace: Unify effect of writing to trace_options and option/* | Zhaolei | 2009-08-18 | 1 | -10/+2 |
* | | tracing: report error in trace if we fail to swap latency buffer | Steven Rostedt | 2009-09-04 | 1 | -1/+12 |
* | | tracing: add trace_array_printk for internal tracers to use | Steven Rostedt | 2009-09-04 | 1 | -2/+22 |
* | | tracing: pass around ring buffer instead of tracer | Steven Rostedt | 2009-09-04 | 1 | -50/+67 |
* | | tracing: make tracing_reset safe for external use | Steven Rostedt | 2009-09-04 | 1 | -2/+15 |
* | | tracing: use timestamp to determine start of latency traces | Steven Rostedt | 2009-09-04 | 1 | -17/+63 |
* | | tracing: remove users of tracing_reset | Steven Rostedt | 2009-09-04 | 1 | -5/+2 |
* | | tracing: disable buffers and synchronize_sched before resetting | Steven Rostedt | 2009-09-04 | 1 | -0/+8 |
* | | tracing: disable update max tracer while reading trace | Steven Rostedt | 2009-09-04 | 1 | -3/+9 |
* | | tracing: print out start and stop in latency traces | Steven Rostedt | 2009-09-04 | 1 | -8/+11 |
* | | tracing: only show tracing_max_latency when latency tracer configured | Steven Rostedt | 2009-08-27 | 1 | -42/+50 |
* | | ftrace: Move setting of clock-source out of options | Zhaolei | 2009-08-26 | 1 | -17/+75 |
* | | tracing: Rename set_tracer_flags()'s local variable trace_flags | Zhaolei | 2009-08-11 | 1 | -7/+7 |
* | | Merge branch 'linus' into tracing/core | Ingo Molnar | 2009-08-11 | 1 | -4/+9 |
|\ \
| |/ |
|
| * | perf_counter: Fix/complete ftrace event records sampling | Frederic Weisbecker | 2009-08-09 | 1 | -0/+1 |
| * | Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 2009-08-04 | 1 | -3/+7 |
| |\ |
|
| | * | tracing: Fix missing function_graph events when we splice_read from trace_pipe | Lai Jiangshan | 2009-07-28 | 1 | -3/+7 |
| * | | tracing: only truncate ftrace files when O_TRUNC is set | Steven Rostedt | 2009-07-23 | 1 | -1/+1 |
| |/ |
|
* | | tracing/function-graph-tracer: Move graph event insertion helpers in the grap... | Frederic Weisbecker | 2009-08-06 | 1 | -110/+0 |
* | | tracing: Move sched event insertion helpers in the sched switch tracer file | Frederic Weisbecker | 2009-08-06 | 1 | -56/+0 |
* | | tracing/core: Make the stack entry helpers global | Frederic Weisbecker | 2009-08-06 | 1 | -16/+8 |
* | | tracing/core: Turn ftrace_cpu_disabled into a global var | Frederic Weisbecker | 2009-08-06 | 1 | -1/+1 |
* | | tracing: cleanup for tracing_trace_options_read() | Xiao Guangrong | 2009-07-20 | 1 | -3/+3 |
* | | tracing: Remove unused fields/variables | jolsa@redhat.com | 2009-07-18 | 1 | -2/+1 |
* | | Merge branch 'linus' into tracing/core | Ingo Molnar | 2009-07-18 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | headers: smp_lock.h redux | Alexey Dobriyan | 2009-07-12 | 1 | -0/+1 |
* | | ring-buffer: make lockless | Steven Rostedt | 2009-07-07 | 1 | -3/+0 |
* | | tracing/events: Add trace_event boot option | Li Zefan | 2009-07-01 | 1 | -2/+2 |
|/ |
|
* | tracing: Fix trace_buf_size boot option | Li Zefan | 2009-06-24 | 1 | -3/+2 |
* | tracing: Reset iterator in t_start() | Li Zefan | 2009-06-24 | 1 | -14/+4 |
* | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2009-06-20 | 1 | -4/+4 |
|\ |
|
| * | tracing: replace a GFP_ATOMIC with GFP_KERNEL allocation | Li Zefan | 2009-06-15 | 1 | -1/+1 |
| * | tracing: fix a typo in tracing_cpumask_write() | Li Zefan | 2009-06-15 | 1 | -3/+3 |
* | | debugfs: Fix terminology inconsistency of dir name to mount debugfs filesystem. | GeunSik Lim | 2009-06-15 | 1 | -12/+11 |
|/ |
|
* | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-10 | 1 | -130/+253 |
|\ |
|