summaryrefslogtreecommitdiffstats
path: root/kernel/trace
Commit message (Expand)AuthorAgeFilesLines
* tracing/trace_stack: Fix stack trace on ppc64Anton Blanchard2010-08-251-1/+1
* Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Steven Rostedt2010-08-164-68/+163
|\
| * tracing: Sanitize value returned from write(trace_marker, "...", len)Marcin Slusarz2010-08-131-3/+8
| * tracing/events: Convert format output to seq_fileSteven Rostedt2010-08-121-67/+141
| * tracing: Fix ring_buffer_read_page reading out of page boundaryHuang Ying2010-08-061-0/+3
| * tracing: Fix an unallocated memory access in function_graphShaohua Li2010-08-061-1/+9
* | block: add secure discardAdrian Hunter2010-08-121-0/+8
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-17/+63
|\ \
| * | block: push BKL into blktrace ioctlsArnd Bergmann2010-08-071-0/+43
| * | block: unify flags for struct bio and struct requestChristoph Hellwig2010-08-071-12/+15
| * | block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-5/+5
| |/
* | Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...Linus Torvalds2010-08-071-8/+0
|\ \
| * | init: Remove the BKL from startup codeArnd Bergmann2010-07-091-8/+0
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-071-11/+0
|\ \
| * | workqueue: temporarily remove workqueue tracingTejun Heo2010-06-291-11/+0
* | | Merge branch 'timers-timekeeping-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2010-08-061-2/+2
|\ \ \
| * | | time: Kill off CONFIG_GENERIC_TIMEJohn Stultz2010-07-271-2/+2
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-061-1/+1
|\ \ \
| * \ \ Merge branch 'linus' into sched/coreIngo Molnar2010-07-211-1/+3
| |\ \ \ | | |/ /
| * | | sched_clock: Add local_clock() API and improve documentationPeter Zijlstra2010-06-091-1/+1
| | |/ | |/|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-0625-2344/+572
|\ \ \
| * | | tracing/kprobes: unregister_trace_probe needs to be called under mutexSrikar Dronamraju2010-08-041-0/+3
| * | | perf: Use tracepoint_synchronize_unregister() to flush any pending tracepoint...Frederic Weisbecker2010-08-021-3/+3
| * | | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-07-237-14/+76
| |\ \ \
| | * | | trace: strlen() return doesn't account for the NULLDan Carpenter2010-07-221-1/+1
| | * | | tracing: Shrink max latency ringbuffer if unnecessaryKOSAKI Motohiro2010-07-214-6/+38
| | * | | tracing: Reduce latency and remove percpu trace_seqLai Jiangshan2010-07-201-3/+0
| | * | | trace: Reorder struct ring_buffer_per_cpu to remove padding on 64bitRichard Kennedy2010-07-201-1/+1
| | * | | tracing: Allow to disable cmdline recordingLi Zefan2010-07-203-3/+36
| * | | | tracing: Use generic_file_llseek for debugfsArnd Bergmann2010-07-201-0/+15
| * | | | tracing: Remove special tracesFrederic Weisbecker2010-07-205-146/+0
| * | | | tracing: Remove sysprof ftrace pluginFrederic Weisbecker2010-07-206-378/+0
| |/ / /
| * | | tracing: Remove ksym tracerFrederic Weisbecker2010-07-156-606/+0
| * | | tracing/kprobes: Support "string" typeMasami Hiramatsu2010-07-051-78/+292
| * | | tracing: Use class->reg() for all registering of eventsSteven Rostedt2010-06-282-35/+39
| * | | tracing/function-graph: Use correct string size for snprintfChase Douglas2010-06-281-1/+2
| * | | tracing: Remove open-coded __trace_add_event_call()Li Zefan2010-06-281-51/+19
| * | | tracing: Remove redundant raw_init callbacksLi Zefan2010-06-282-16/+2
| * | | tracing: Remove test of NULL define_fields callbackLi Zefan2010-06-282-24/+13
| * | | tracing: Don't allocate common fields for every trace eventsLi Zefan2010-06-283-52/+81
| * | | tracing: Use a global field list for all syscall exit eventsLi Zefan2010-06-281-3/+4
| * | | Merge branch 'linus' into perf/coreThomas Gleixner2010-06-281-1/+3
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar2010-06-099-843/+4
| |\ \ \
| | * | | tracing: Remove kmemtrace ftrace pluginLi Zefan2010-06-095-597/+0
| | * | | tracing: Remove boot tracerAmérico Wang2010-06-086-241/+0
| | * | | perf: Drop the skip argument from perf_arch_fetch_regs_callerFrederic Weisbecker2010-06-081-2/+0
| | * | | x86: Unify dumpstack.h and stacktrace.hFrederic Weisbecker2010-06-081-3/+4
| * | | | Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-06-089-99/+24
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | tracing: Remove ftrace_preempt_disable/enableSteven Rostedt2010-06-039-99/+24
| | |/ /
* | | | ftrace,kdb: Allow dumping a specific cpu's buffer with ftdumpJason Wessel2010-08-051-10/+27
OpenPOWER on IntegriCloud