summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2009-09-07Merge branch 'tracing/core' into tracing/hw-breakpointsIngo Molnar94-3141/+6975
2009-09-06Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar1-5/+6
2009-09-06Merge commit 'v2.6.31-rc9' into tracing/coreIngo Molnar14-184/+342
2009-09-05Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-1/+2
2009-09-04ring-buffer: only enable ring_buffer_swap_cpu when neededSteven Rostedt2-0/+12
2009-09-04ring-buffer: check for swapped buffers in start of committingSteven Rostedt1-3/+17
2009-09-04tracing: report error in trace if we fail to swap latency bufferSteven Rostedt1-1/+12
2009-09-04tracing: add trace_array_printk for internal tracers to useSteven Rostedt2-2/+27
2009-09-04tracing: pass around ring buffer instead of tracerSteven Rostedt10-99/+143
2009-09-04tracing: make tracing_reset safe for external useSteven Rostedt1-2/+15
2009-09-04tracing: use timestamp to determine start of latency tracesSteven Rostedt4-24/+67
2009-09-04tracing/filters: Defer pred allocation, fix memory leakLi Zefan1-5/+6
2009-09-04tracing: remove users of tracing_resetSteven Rostedt4-14/+5
2009-09-04tracing: disable buffers and synchronize_sched before resettingSteven Rostedt1-0/+8
2009-09-04tracing: disable update max tracer while reading traceSteven Rostedt1-3/+9
2009-09-04tracing: print out start and stop in latency tracesSteven Rostedt2-11/+11
2009-09-04ring-buffer: disable all cpu buffers when one finds a problemSteven Rostedt1-8/+13
2009-09-04ring-buffer: do not count discarded eventsSteven Rostedt1-17/+54
2009-09-04ring-buffer: remove ring_buffer_event_discardSteven Rostedt1-21/+6
2009-09-04ring-buffer: fix ring_buffer_read crossing pagesSteven Rostedt1-4/+4
2009-09-04ring-buffer: remove unnecessary cpu_relaxSteven Rostedt1-12/+4
2009-09-04ring-buffer: do not swap buffers during a commitSteven Rostedt1-2/+9
2009-09-04ring-buffer: do not reset while in a commitSteven Rostedt1-0/+4
2009-08-31tracing/filters: Defer pred allocationLi Zefan2-10/+41
2009-08-29perf_counter: Fix /0 bug in swcountersPeter Zijlstra1-0/+1
2009-08-29Merge branch 'tip/tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar3-43/+52
2009-08-28modules: Fix build error in the !CONFIG_KALLSYMS caseIngo Molnar1-2/+5
2009-08-28perf_counters: Increase paranoia levelIngo Molnar1-1/+1
2009-08-27tracing: only show tracing_max_latency when latency tracer configuredSteven Rostedt2-42/+52
2009-08-27tracing: remove legacy select of MARKERS by context switch tracingSteven Rostedt1-1/+0
2009-08-27module: workaround duplicate section namesJames Bottomley1-1/+2
2009-08-27module: fix BUG_ON() for powerpc (and other function descriptor archs)Rusty Russell1-2/+4
2009-08-26clone(): fix race between copy_process() and de_thread()Oleg Nesterov1-15/+5
2009-08-26tracing: Convert event tracing code to use NR_syscallsJason Baron1-12/+12
2009-08-26tracing: Don't trace kernel thread syscallsHendrik Brueckner1-1/+3
2009-08-26tracing: Check invalid syscall nr while tracing syscallsHendrik Brueckner1-0/+4
2009-08-26Merge branch 'tracing/core' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar3-18/+23
2009-08-26ftrace: Move setting of clock-source out of optionsZhaolei2-20/+79
2009-08-26tracing/filters: Support filtering for char * stringsLi Zefan1-3/+23
2009-08-26tracing/filters: Add __field_ext() to TRACE_EVENTLi Zefan4-14/+17
2009-08-26tracing/filters: Add filter_type to struct ftrace_event_fieldLi Zefan3-9/+18
2009-08-26tracing: Create generic syscall TRACE_EVENTsJosh Stone1-8/+9
2009-08-26tracing: Move tracepoint callbacks from declaration to definitionJosh Stone1-5/+9
2009-08-26tracing: Make syscall tracepoints conditionalJosh Stone1-1/+1
2009-08-26tracing: Rename FTRACE_SYSCALLS for tracepointsJosh Stone2-4/+4
2009-08-25Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds1-1/+1
2009-08-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds3-11/+14
2009-08-25Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-16/+13
2009-08-25tracing: Eliminate code duplication in kernel/tracepoint.cAnirban Sinha1-3/+0
2009-08-21perf_counter: Fix typo in read() output generationPeter Zijlstra1-1/+1