summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf: avoid structure size confusion by using a fixed sizeArjan van de Ven2009-07-221-1/+1
* perf_counter: Fix throttle/unthrottle event loggingAnton Blanchard2009-07-221-1/+4
* perf_counter: Improve perf stat and perf record option parsingAnton Blanchard2009-07-222-2/+4
* perf_counter: PERF_SAMPLE_ID and inherited countersPeter Zijlstra2009-07-224-120/+35
* perf_counter: Plug more stack leaksPeter Zijlstra2009-07-221-2/+21
* perf: Fix stack data leakArjan van de Ven2009-07-221-0/+1
* perf_counter: Remove unused variablesPeter Zijlstra2009-07-221-2/+0
* Merge commit 'tip/perfcounters/core' into perf-counters-for-linusPeter Zijlstra2009-07-2210-142/+556
|\
| * perf_counter, x86: Extend perf_counter Pentium M supportDaniel Qarras2009-07-131-4/+2
| * perf report: Introduce -n/--show-nr-samplesArnaldo Carvalho de Melo2009-07-112-0/+21
| * perf_counter tools: PLT info is stripped in -debuginfo packagesArnaldo Carvalho de Melo2009-07-111-51/+65
| * perf report: Make the output more compactArnaldo Carvalho de Melo2009-07-111-15/+21
| * strlist: Introduce strlist__entry and strlist__nr_entries methodsArnaldo Carvalho de Melo2009-07-112-4/+27
| * perf report: Tidy up reporting of symbols not foundArnaldo Carvalho de Melo2009-07-111-3/+2
| * perf report: Adjust column width to the values sampledArnaldo Carvalho de Melo2009-07-115-32/+164
| * perf_counter: Stop open coding unclone_ctxPeter Zijlstra2009-07-101-19/+17
| * perf_counter: Clean up global vs counter enablePeter Zijlstra2009-07-101-8/+8
| * perf_counter: Fix up P6 PMU detailsPeter Zijlstra2009-07-101-5/+23
| * perf_counter: Add P6 PMU supportVince Weaver2009-07-102-15/+220
* | perf_counter: Make call graph option consistentAnton Blanchard2009-07-181-2/+2
* | perf_counter: Add perf record option to log addressesAnton Blanchard2009-07-181-0/+6
* | perf_counter: Log vfork as a fork eventAnton Blanchard2009-07-181-6/+3
* | perf_counter: Synthesize VDSO mmap eventAnton Blanchard2009-07-181-0/+4
* | perf_counter: Make sure we dont leak kernel memory to userspaceAnton Blanchard2009-07-181-4/+15
* | perf_counter tools: Fix index boundary checkRoel Kluin2009-07-131-1/+1
* | perf_counter: Fix the tracepoint channel to perfcountersChris Wilson2009-07-132-8/+4
|/
* perf_counter tools: Rename cache events to remove $Anton Blanchard2009-07-101-2/+2
* perf report: Add "Fractal" mode output - support callchains with relative ove...Frederic Weisbecker2009-07-053-41/+124
* perf_counter tools: callchains: Manage the cumul hits on the flyFrederic Weisbecker2009-07-051-4/+8
* perf report: Change default callchain parametersFrederic Weisbecker2009-07-051-2/+2
* perf report: Use a modifiable string for default callchain optionsFrederic Weisbecker2009-07-051-1/+3
* perf report: Warn on callchain output request from non-callchain fileFrederic Weisbecker2009-07-051-3/+13
* x86: atomic64: Inline atomic64_read() againEric Dumazet2009-07-042-22/+23
* x86: atomic64: Clean up atomic64_sub_and_test() and atomic64_add_negative()Ingo Molnar2009-07-031-4/+4
* x86: atomic64: Improve atomic64_xchg()Ingo Molnar2009-07-032-15/+15
* x86: atomic64: Export APIs to modulesIngo Molnar2009-07-032-1/+19
* x86: atomic64: Improve atomic64_read()Eric Dumazet2009-07-031-2/+10
* x86: atomic64: Code atomic(64)_read and atomic(64)_set in C not CPPPaul Mackerras2009-07-032-11/+47
* x86: atomic64: Fix unclean type use in atomic64_xchg()Ingo Molnar2009-07-031-1/+1
* x86: atomic64: Make atomic_read() type-safeIngo Molnar2009-07-031-1/+4
* x86: atomic64: Reduce size of functionsIngo Molnar2009-07-031-2/+2
* x86: atomic64: Improve atomic64_add_return()Ingo Molnar2009-07-031-3/+12
* x86: atomic64: Improve cmpxchg8b()Eric Dumazet2009-07-031-12/+7
* x86: atomic64: Improve atomic64_read()Eric Dumazet2009-07-031-6/+2
* x86: atomic64: Move the 32-bit atomic64_t implementation to a .c fileIngo Molnar2009-07-033-117/+237
* x86: atomic64: The atomic64_t data type should be 8 bytes aligned on 32-bit tooEric Dumazet2009-07-031-1/+1
* perf report: Annotate variable initializationIngo Molnar2009-07-031-1/+1
* perf_counter tools: Adjust symbols in ET_EXEC files tooArnaldo Carvalho de Melo2009-07-032-6/+7
* perf_counter tools: Display percents of hits in callchain with overhead colorsFrederic Weisbecker2009-07-021-2/+3
* perf_counter tools: Provide helper to print percents colorFrederic Weisbecker2009-07-025-56/+38