summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-07-22perf_counter: Remove unused variablesPeter Zijlstra1-2/+0
2009-07-22Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra10-142/+556
2009-07-18perf_counter: Make call graph option consistentAnton Blanchard1-2/+2
2009-07-18perf_counter: Add perf record option to log addressesAnton Blanchard1-0/+6
2009-07-18perf_counter: Log vfork as a fork eventAnton Blanchard1-6/+3
2009-07-18perf_counter: Synthesize VDSO mmap eventAnton Blanchard1-0/+4
2009-07-18perf_counter: Make sure we dont leak kernel memory to userspaceAnton Blanchard1-4/+15
2009-07-13perf_counter tools: Fix index boundary checkRoel Kluin1-1/+1
2009-07-13perf_counter: Fix the tracepoint channel to perfcountersChris Wilson2-8/+4
2009-07-13perf_counter, x86: Extend perf_counter Pentium M supportDaniel Qarras1-4/+2
2009-07-11perf report: Introduce -n/--show-nr-samplesArnaldo Carvalho de Melo2-0/+21
2009-07-11perf_counter tools: PLT info is stripped in -debuginfo packagesArnaldo Carvalho de Melo1-51/+65
2009-07-11perf report: Make the output more compactArnaldo Carvalho de Melo1-15/+21
2009-07-11strlist: Introduce strlist__entry and strlist__nr_entries methodsArnaldo Carvalho de Melo2-4/+27
2009-07-11perf report: Tidy up reporting of symbols not foundArnaldo Carvalho de Melo1-3/+2
2009-07-11perf report: Adjust column width to the values sampledArnaldo Carvalho de Melo5-32/+164
2009-07-10perf_counter: Stop open coding unclone_ctxPeter Zijlstra1-19/+17
2009-07-10perf_counter: Clean up global vs counter enablePeter Zijlstra1-8/+8
2009-07-10perf_counter: Fix up P6 PMU detailsPeter Zijlstra1-5/+23
2009-07-10perf_counter: Add P6 PMU supportVince Weaver2-15/+220
2009-07-10perf_counter tools: Rename cache events to remove $Anton Blanchard1-2/+2
2009-07-05perf report: Add "Fractal" mode output - support callchains with relative ove...Frederic Weisbecker3-41/+124
2009-07-05perf_counter tools: callchains: Manage the cumul hits on the flyFrederic Weisbecker1-4/+8
2009-07-05perf report: Change default callchain parametersFrederic Weisbecker1-2/+2
2009-07-05perf report: Use a modifiable string for default callchain optionsFrederic Weisbecker1-1/+3
2009-07-05perf report: Warn on callchain output request from non-callchain fileFrederic Weisbecker1-3/+13
2009-07-04x86: atomic64: Inline atomic64_read() againEric Dumazet2-22/+23
2009-07-03x86: atomic64: Clean up atomic64_sub_and_test() and atomic64_add_negative()Ingo Molnar1-4/+4
2009-07-03x86: atomic64: Improve atomic64_xchg()Ingo Molnar2-15/+15
2009-07-03x86: atomic64: Export APIs to modulesIngo Molnar2-1/+19
2009-07-03x86: atomic64: Improve atomic64_read()Eric Dumazet1-2/+10
2009-07-03x86: atomic64: Code atomic(64)_read and atomic(64)_set in C not CPPPaul Mackerras2-11/+47
2009-07-03x86: atomic64: Fix unclean type use in atomic64_xchg()Ingo Molnar1-1/+1
2009-07-03x86: atomic64: Make atomic_read() type-safeIngo Molnar1-1/+4
2009-07-03x86: atomic64: Reduce size of functionsIngo Molnar1-2/+2
2009-07-03x86: atomic64: Improve atomic64_add_return()Ingo Molnar1-3/+12
2009-07-03x86: atomic64: Improve cmpxchg8b()Eric Dumazet1-12/+7
2009-07-03x86: atomic64: Improve atomic64_read()Eric Dumazet1-6/+2
2009-07-03x86: atomic64: Move the 32-bit atomic64_t implementation to a .c fileIngo Molnar3-117/+237
2009-07-03x86: atomic64: The atomic64_t data type should be 8 bytes aligned on 32-bit tooEric Dumazet1-1/+1
2009-07-03perf report: Annotate variable initializationIngo Molnar1-1/+1
2009-07-03perf_counter tools: Adjust symbols in ET_EXEC files tooArnaldo Carvalho de Melo2-6/+7
2009-07-02perf_counter tools: Display percents of hits in callchain with overhead colorsFrederic Weisbecker1-2/+3
2009-07-02perf_counter tools: Provide helper to print percents colorFrederic Weisbecker5-56/+38
2009-07-02perf_counter tools: Set the minimum percent for callchains to be displayedFrederic Weisbecker3-21/+49
2009-07-02perf report: Add support for callchain graph outputFrederic Weisbecker3-18/+185
2009-07-02perf_counter tools: Add new OPT_CALLBACK_DEFAULT optionFrederic Weisbecker2-1/+4
2009-07-02perf_counter tools: Create new chain_for_each_child() iteratorFrederic Weisbecker1-3/+6
2009-07-02perf_counter tools: Enable kernel module symbol loading in toolsMike Galbraith3-8/+38
2009-07-02perf_counter tools: Connect module support infrastructure to symbol loading i...Mike Galbraith5-14/+156