summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2010-10-25perf python scripting: Improve the syscalls-counts scriptArnaldo Carvalho de Melo-2/+3
2010-10-25perf python scripting: Improve the failed-syscalls-by-pid scriptArnaldo Carvalho de Melo-8/+50
2010-10-23perf probe: Fix format specified for Dwarf_Off parameterArnaldo Carvalho de Melo-1/+2
2010-10-23perf trace: Fix detection of script extensionBen Hutchings-1/+1
2010-10-23perf trace: Use $PERF_EXEC_PATH in canned report scriptsBen Hutchings-15/+15
2010-10-23perf tools: Document event modifiersSonny Rao-0/+17
2010-10-22perf tools: Remove direct slang.h includeArnaldo Carvalho de Melo-1/+0
2010-10-21perf probe: Add basic module supportMasami Hiramatsu-69/+239
2010-10-21perf probe: Show accessible global variablesMasami Hiramatsu-14/+41
2010-10-21perf probe: Function style fixMasami Hiramatsu-4/+4
2010-10-21perf probe: Show accessible local variablesMasami Hiramatsu-105/+480
2010-10-21perf probe: Support global variablesMasami Hiramatsu-8/+17
2010-10-21perf probe: Fix local variable searching loopMasami Hiramatsu-8/+18
2010-10-21perf probe: Fix type searchingMasami Hiramatsu-8/+17
2010-10-21tracing: Cleanup the convoluted softirq tracepointsThomas Gleixner-42/+30
2010-10-19Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar-131/+373
2010-10-19tracing: Fix compile issue for trace_sched_wakeup.cSteven Rostedt-2/+1
2010-10-19[S390] hardirq: remove pointless header file includesHeiko Carstens-4/+0
2010-10-19[IA64] Move local_softirq_pending() definitionTony Luck-6/+5
2010-10-19perf, powerpc: Fix power_pmu_event_init to not use event->ctxPaul Mackerras-1/+1
2010-10-19Merge branch 'tip/perf/recordmcount-2' of git://git.kernel.org/pub/scm/linux/...Ingo Molnar-1/+7
2010-10-18ftrace: Remove recursion between recordmcount and scripts/mod/emptySteven Rostedt-1/+7
2010-10-18jump_label: Add COND_STMT(), reducer wrapperyPeter Zijlstra-10/+12
2010-10-18perf: Optimize sw eventsPeter Zijlstra-11/+13
2010-10-18perf: Use jump_labels to optimize the scheduler hooksPeter Zijlstra-17/+34
2010-10-18jump_label: Add atomic_t interfacePeter Zijlstra-0/+44
2010-10-18jump_label: Use more consistent namingPeter Zijlstra-9/+9
2010-10-18perf, hw_breakpoint: Fix crash in hw_breakpoint creationPeter Zijlstra-9/+29
2010-10-18perf: Find task before event allocPeter Zijlstra-11/+12
2010-10-18perf: Fix task refcount bugsPeter Zijlstra-3/+4
2010-10-18perf: Fix group movingPeter Zijlstra-1/+6
2010-10-18irq_work: Add generic hardirq context callbacksPeter Zijlstra-242/+311
2010-10-18perf_events: Fix transaction recovery in group_sched_in()Stephane Eranian-13/+63
2010-10-18perf_events: Fix bogus AMD64 generic TLB eventsStephane Eranian-2/+2
2010-10-18perf_events: Fix bogus context time trackingStephane Eranian-1/+7
2010-10-18tracing: Remove parent recording in latency tracer graph optionsSteven Rostedt-1/+0
2010-10-18tracing: Use one prologue for the preempt irqs off tracer function tracersSteven Rostedt-48/+48
2010-10-18tracing: Use one prologue for the wakeup tracer function tracersSteven Rostedt-52/+50
2010-10-18tracing: Graph support for wakeup tracerJiri Olsa-10/+221
2010-10-18tracing: Make graph related irqs/preemptsoff functions globalJiri Olsa-52/+71
2010-10-18tracing: Add proper check for irq_depth routinesJiri Olsa-4/+20
2010-10-18tracing/trivial: Remove cast from void*matt mooney-3/+3
2010-10-16Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar-510/+510
2010-10-16Merge branch 'tip/perf/recordmcount' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar-3/+21
2010-10-15ftrace: Use objtree for C version of recordmcountSteven Rostedt-1/+1
2010-10-15ftrace: Do not process kernel/trace/ftrace.o with C recordmcount programSteven Rostedt-2/+20
2010-10-15oprofile: make !CONFIG_PM function stubs static inlineRobert Richter-2/+6
2010-10-15oprofile: fix linker errorsAnand Gadiyar-2/+2
2010-10-15oprofile: include platform_device.h to fix build breakAnand Gadiyar-0/+1
2010-10-15Merge remote branch 'tip/perf/core' into oprofile/coreRobert Richter-3829/+8360