summaryrefslogtreecommitdiffstats
path: root/kernel/trace/trace.c
Commit message (Expand)AuthorAgeFilesLines
* tracing: Fix setting tracer specific optionsSteven Rostedt2009-12-211-1/+1
* tracing: Fix return of trace_dump_stack()Steven Rostedt2009-12-151-1/+1
* Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2009-12-141-0/+16
|\
| * tracing: Add trace_dump_stack()Steven Rostedt2009-12-111-0/+16
* | tracing: Simplify trace_option_write()Li Zefan2009-12-131-54/+31
* | tracing: Remove useless trace optionLi Zefan2009-12-131-1/+0
* | tracing: Use seq file for trace_clockLi Zefan2009-12-131-9/+15
* | tracing: Use seq file for trace_optionsLi Zefan2009-12-131-43/+17
|/
* tracing: Remove comparing of NULL to va_list in trace_array_vprintk()Carsten Emde2009-12-091-6/+12
* tracing: Buffer the output of seq_file in case of filled bufferSteven Rostedt2009-12-091-3/+32
* tracing: Only call pipe_close if pipe_close is definedSteven Rostedt2009-12-091-1/+1
* tracing: Add pipe_close interfaceSteven Rostedt2009-12-071-0/+4
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-12-051-2/+2
|\
| * Merge branch 'tracing/urgent' into tracing/coreIngo Molnar2009-10-291-4/+4
| |\
| * | ftrace: Rename set_bootup_ftrace into set_cmdline_ftraceFrederic Weisbecker2009-10-141-2/+2
| * | Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2009-10-131-2/+2
| |\ \
| | * | tracing: Rename set_ftrace to set_bootup_ftraceFrederic Weisbecker2009-10-131-2/+2
* | | | tracing: Fix trace_marker outputCarsten Emde2009-11-171-25/+14
* | | | tracing: Fix return value of tracing_stats_read()Roel Kluin2009-11-111-1/+1
| |_|/ |/| |
* | | tracing: Update *ppos instead of filp->f_posJiri Olsa2009-10-241-4/+4
|/ /
* / tracing: fix trace_vprintk callSteven Rostedt2009-10-091-1/+1
|/
* Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2009-09-261-1/+1
|\
| * tracing: Fix off-by-one in trace_get_user()Li Zefan2009-09-221-1/+1
* | cpumask: use zalloc_cpumask_var() where possibleLi Zefan2009-09-241-5/+2
* | seq_file: constify seq_operationsJames Morris2009-09-231-2/+2
|/
* Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2009-09-211-1/+7
|\
| * sched: Fix raciness in runqueue_is_locked()Andrew Morton2009-09-201-1/+7
* | tracing: remove max_tracer_type_lenLi Zefan2009-09-191-33/+16
|/
* tracing: add filter event logic to special, mmiotrace and boot tracersSteven Rostedt2009-09-121-1/+4
* tracing: do not update tracing_max_latency when tracer is stoppedCarsten Emde2009-09-121-0/+5
* tracing: create generic trace parserjolsa@redhat.com2009-09-111-0/+106
* tracing: add lock depth to entriesSteven Rostedt2009-09-111-4/+5
* tracing: move tgid out of generic entry and into userstackSteven Rostedt2009-09-111-1/+1
* Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar2009-09-061-10/+2
|\
| * ftrace: Unify effect of writing to trace_options and option/*Zhaolei2009-08-181-10/+2
* | tracing: report error in trace if we fail to swap latency bufferSteven Rostedt2009-09-041-1/+12
* | tracing: add trace_array_printk for internal tracers to useSteven Rostedt2009-09-041-2/+22
* | tracing: pass around ring buffer instead of tracerSteven Rostedt2009-09-041-50/+67
* | tracing: make tracing_reset safe for external useSteven Rostedt2009-09-041-2/+15
* | tracing: use timestamp to determine start of latency tracesSteven Rostedt2009-09-041-17/+63
* | tracing: remove users of tracing_resetSteven Rostedt2009-09-041-5/+2
* | tracing: disable buffers and synchronize_sched before resettingSteven Rostedt2009-09-041-0/+8
* | tracing: disable update max tracer while reading traceSteven Rostedt2009-09-041-3/+9
* | tracing: print out start and stop in latency tracesSteven Rostedt2009-09-041-8/+11
* | tracing: only show tracing_max_latency when latency tracer configuredSteven Rostedt2009-08-271-42/+50
* | ftrace: Move setting of clock-source out of optionsZhaolei2009-08-261-17/+75
* | tracing: Rename set_tracer_flags()'s local variable trace_flagsZhaolei2009-08-111-7/+7
* | Merge branch 'linus' into tracing/coreIngo Molnar2009-08-111-4/+9
|\|
| * perf_counter: Fix/complete ftrace event records samplingFrederic Weisbecker2009-08-091-0/+1
| * Merge branch 'tracing/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2009-08-041-3/+7
| |\