summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-10-21perf probe: Support global variablesMasami Hiramatsu
2010-10-21perf probe: Fix local variable searching loopMasami Hiramatsu
2010-10-21perf probe: Fix type searchingMasami Hiramatsu
2010-10-21tracing: Cleanup the convoluted softirq tracepointsThomas Gleixner
2010-10-19Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-10-19tracing: Fix compile issue for trace_sched_wakeup.cSteven Rostedt
2010-10-19[S390] hardirq: remove pointless header file includesHeiko Carstens
2010-10-19[IA64] Move local_softirq_pending() definitionTony Luck
2010-10-19perf, powerpc: Fix power_pmu_event_init to not use event->ctxPaul Mackerras
2010-10-19Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar
2010-10-18ftrace: Remove recursion between recordmcount and scripts/mod/emptySteven Rostedt
2010-10-18jump_label: Add COND_STMT(), reducer wrapperyPeter Zijlstra
2010-10-18perf: Optimize sw eventsPeter Zijlstra
2010-10-18perf: Use jump_labels to optimize the scheduler hooksPeter Zijlstra
2010-10-18jump_label: Add atomic_t interfacePeter Zijlstra
2010-10-18jump_label: Use more consistent namingPeter Zijlstra
2010-10-18perf, hw_breakpoint: Fix crash in hw_breakpoint creationPeter Zijlstra
2010-10-18perf: Find task before event allocPeter Zijlstra
2010-10-18perf: Fix task refcount bugsPeter Zijlstra
2010-10-18perf: Fix group movingPeter Zijlstra
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra
2010-10-18perf_events: Fix transaction recovery in group_sched_in()Stephane Eranian
2010-10-18perf_events: Fix bogus AMD64 generic TLB eventsStephane Eranian
2010-10-18perf_events: Fix bogus context time trackingStephane Eranian
2010-10-18tracing: Remove parent recording in latency tracer graph optionsSteven Rostedt
2010-10-18tracing: Use one prologue for the preempt irqs off tracer function tracersSteven Rostedt
2010-10-18tracing: Use one prologue for the wakeup tracer function tracersSteven Rostedt
2010-10-18tracing: Graph support for wakeup tracerJiri Olsa
2010-10-18tracing: Make graph related irqs/preemptsoff functions globalJiri Olsa
2010-10-18tracing: Add proper check for irq_depth routinesJiri Olsa
2010-10-18tracing/trivial: Remove cast from void*matt mooney
2010-10-16Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar
2010-10-16Merge branch 'tip/perf/recordmcount' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar
2010-10-15ftrace: Use objtree for C version of recordmcountSteven Rostedt
2010-10-15ftrace: Do not process kernel/trace/ftrace.o with C recordmcount programSteven Rostedt
2010-10-15oprofile: make !CONFIG_PM function stubs static inlineRobert Richter
2010-10-15oprofile: fix linker errorsAnand Gadiyar
2010-10-15oprofile: include platform_device.h to fix build breakAnand Gadiyar
2010-10-15Merge remote branch 'tip/perf/core' into oprofile/coreRobert Richter
2010-10-15Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar
2010-10-14ftrace: Rename config option HAVE_C_MCOUNT_RECORD to HAVE_C_RECORDMCOUNTSteven Rostedt
2010-10-15Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Ingo Molnar
2010-10-14ftrace: Remove duplicate code for 64 and 32 bit in recordmcount.cSteven Rostedt
2010-10-14ftrace/x86: Add support for C version of recordmcountSteven Rostedt
2010-10-14ftrace: Add C version of recordmcount compile time codeJohn Reiser
2010-10-14x86: Barf when vmalloc and kmemcheck faults happen in NMIFrederic Weisbecker
2010-10-14kconfig/x86: Add HAVE_TEXT_POKE_SMP config for stop_machine dependencyMasami Hiramatsu
2010-10-14x86: Use __stop_machine() in text_poke_smp()Masami Hiramatsu
2010-10-14stopmachine: Define __stop_machine when CONFIG_STOP_MACHINE=nMasami Hiramatsu
2010-10-14kprobes: Fix selftest to clear flags field for reusing probesMasami Hiramatsu