summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-02-26perf_event, amd: Fix spinlock initializationPeter Zijlstra1-1/+1
2010-02-26perf_event: Fix preempt warning in perf_clock()Peter Zijlstra1-1/+1
2010-02-26perf tools: Flush maps on COMM eventsDavid S. Miller1-4/+30
2010-02-26perf_events, x86: Split PMU definitions into separate filesPeter Zijlstra4-1514/+1554
2010-02-26perf annotate: Handle samples not at objdump output addr boundariesArnaldo Carvalho de Melo1-23/+112
2010-02-26perf_events, x86: Remove superflous MSR writesPeter Zijlstra1-3/+0
2010-02-26perf_events: Simplify code by removing cpu argument to hw_perf_group_sched_in()Peter Zijlstra5-47/+38
2010-02-26perf_events, x86: AMD event schedulingStephane Eranian2-3/+267
2010-02-26perf_events: Add new start/stop PMU callbacksStephane Eranian3-6/+40
2010-02-26perf_events: Report the MMAP pgoff value in bytesPeter Zijlstra1-1/+1
2010-02-25perf annotate: Defer allocating sym_priv->hist arrayArnaldo Carvalho de Melo3-29/+32
2010-02-25perf symbols: Improve debugging information about symtab originsArnaldo Carvalho de Melo4-7/+21
2010-02-25perf top: Use a macro instead of a constant variableArnaldo Carvalho de Melo1-3/+4
2010-02-25perf symbols: Check the right return variableZhang, Yanmin1-1/+1
2010-02-25perf/scripts: Tag syscall_name helper as not yet availableFrederic Weisbecker2-4/+4
2010-02-25perf/scripts: Add perf-trace-python DocumentationTom Zanussi3-2/+636
2010-02-25perf/scripts: Remove unnecessary PyTuple resizesTom Zanussi1-8/+5
2010-02-25perf/scripts: Add syscall tracing scriptsTom Zanussi15-1/+339
2010-02-25perf/scripts: Add Python scripting engineTom Zanussi8-0/+864
2010-02-23perf/scripts: Remove check-perf-trace from listed scriptsTom Zanussi2-11/+0
2010-02-23perf/scripts: Move Perl scripting files to scripting-engines dirTom Zanussi4-128/+122
2010-02-23perf/scripts: Move common code out of Perl-specific filesTom Zanussi6-39/+28
2010-02-23perf/scripts: Fix bug in Util.pmTom Zanussi1-1/+1
2010-02-23perf/scripts: Fix supported language listing optionTom Zanussi2-3/+5
2010-02-21perf tools: Don't use parent comm if not set at fork timeArnaldo Carvalho de Melo2-6/+13
2010-02-21perf symbols: Fix up map end too on modular kernels with no modules installedArnaldo Carvalho de Melo2-1/+7
2010-02-08perf record: Fix existing process callgraph symbolaustin_zhang@linux.intel.com1-1/+1
2010-02-07x86/alternatives: Fix build warningMasami Hiramatsu1-2/+4
2010-02-07perf top: Use address pattern in lookup_sym_sourceArnaldo Carvalho de Melo1-7/+8
2010-02-07perf top: Fix annotate for userspaceKirill Smelkov3-11/+19
2010-02-05kprobes: Add mcount to the kprobes blacklistMasami Hiramatsu1-0/+1
2010-02-04perf tools: Fix session init on non-modular kernelsIngo Molnar1-1/+1
2010-02-04perf tools: Clean up O_LARGEFILE et al usageXiao Guangrong4-25/+22
2010-02-04perf_events, x86: Fix bug in hw_perf_enable()Stephane Eranian2-6/+30
2010-02-04bitops: Ensure the compile time HWEIGHT is only used for suchPeter Zijlstra2-14/+29
2010-02-04perf_events, x86: Implement intel core solo/duo supportPeter Zijlstra1-72/+61
2010-02-04perf_events: Optimize perf_event_task_tick()Peter Zijlstra1-4/+4
2010-02-04ftrace: Remove record freezingMasami Hiramatsu2-40/+0
2010-02-04kprobes: Check probe address is reservedMasami Hiramatsu2-1/+6
2010-02-04ftrace/alternatives: Introducing *_text_reserved functionsMasami Hiramatsu4-0/+42
2010-02-04kprobes: Disable booster when CONFIG_PREEMPT=yMasami Hiramatsu3-29/+4
2010-02-04perf annotate: Fix perf top module symbol annotationMike Galbraith1-2/+2
2010-02-04perf top: Teach it to autolocate vmlinuxKirill Smelkov2-17/+24
2010-02-04perf annotate: Fix it for non-prelinked *.soKirill Smelkov3-2/+24
2010-02-04perf tools: Adjust some verbosity levelsArnaldo Carvalho de Melo3-25/+18
2010-02-04perf record: Stop intercepting events, use postprocessing to get build-idsArnaldo Carvalho de Melo6-53/+73
2010-02-04perf build-id: Move the routine to find DSOs with hits to the libArnaldo Carvalho de Melo4-29/+51
2010-02-04perf probe: Don't use a perf_session instance just to resolve symbolsArnaldo Carvalho de Melo1-13/+13
2010-02-04perf symbols: Ditch vdso global variableArnaldo Carvalho de Melo3-24/+15
2010-02-04perf symbols: Fixup vsyscall mapsArnaldo Carvalho de Melo1-2/+11