summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/kyl...Linus Torvalds2009-07-041-0/+6
|\
| * parisc: perf: wire up sys_perf_counter_openKyle McMartin2009-07-031-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6Linus Torvalds2009-07-011-0/+10
|\ \
| * | perf_counter tools: add cpu_relax()/rmb() definitions for sh.Paul Mundt2009-06-251-0/+10
| |/
* | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-06-3027-354/+1279
|\ \ | |/ |/|
| * perf report: Add --symbols parameterArnaldo Carvalho de Melo2009-07-012-2/+12
| * perf report: Add --comms parameterArnaldo Carvalho de Melo2009-07-012-10/+27
| * perf report: Add --dsos parameterArnaldo Carvalho de Melo2009-07-015-0/+238
| * perf_counter tools: Adjust only prelinked symbol's addressesArnaldo Carvalho de Melo2009-06-302-6/+13
| * perf_counter: Provide a way to enable counters on execPaul Mackerras2009-06-301-3/+3
| * perf_counter tools: Reduce perf stat measurement overhead/skewPaul Mackerras2009-06-291-14/+50
| * perf stat: Use percentages for scaling outputIngo Molnar2009-06-291-1/+2
| * perf stat: Micro-optimize the code: memcpy is only required if no event is se...Jaswinder Singh Rajput2009-06-281-5/+6
| * perf stat: Improve outputJaswinder Singh Rajput2009-06-271-6/+5
| * perf stat: Fix multi-run statsIngo Molnar2009-06-271-4/+11
| * perf stat: Add -n/--null option to run without countersIngo Molnar2009-06-271-1/+4
| * perf_counter tools: Remove dead codeIngo Molnar2009-06-275-132/+3
| * perf report: Print sorted callchains per histogram entriesFrederic Weisbecker2009-06-261-11/+71
| * perf_counter tools: Prepare a small callchain frameworkFrederic Weisbecker2009-06-265-5/+213
| * perf record: Fix unhandled io return valueFrederic Weisbecker2009-06-251-1/+4
| * perf_counter tools: Add alias for 'l1d' and 'l1i'Jaswinder Singh Rajput2009-06-251-2/+2
| * perf-report: Add bare minimum PERF_EVENT_READ parsingPeter Zijlstra2009-06-251-0/+24
| * perf-report: Add modes for inherited stats and no-samplesPeter Zijlstra2009-06-251-2/+17
| * perf_counter: Rework the sample ABIPeter Zijlstra2009-06-253-22/+29
| * perf_counter tools: Rework the file formatPeter Zijlstra2009-06-259-54/+377
| * perf_counter tools: Shorten names for eventsJaswinder Singh Rajput2009-06-251-17/+28
| * perf_counter tools: Check for valid cache operationsJaswinder Singh Rajput2009-06-251-0/+33
| * perf record: Fix filemap pathname parsing in /proc/pid/mapsJohannes Weiner2009-06-251-3/+2
| * perf_counter tools: Add CREDITS file for Git contributorsIngo Molnar2009-06-241-0/+30
| * perf stat: Remove dead codeJaswinder Singh Rajput2009-06-241-31/+13
| * perf_counter tools: Fix strbuf_fread() error path handlingRoel Kluin2009-06-241-1/+1
| * perf stat: Fix verbose for perf statJaswinder Singh Rajput2009-06-231-8/+12
| * perf report: Fix help text typoIngo Molnar2009-06-231-1/+1
| * perf_counter tools: Handle overlapping MMAP eventsPeter Zijlstra2009-06-231-3/+21
| * perf stat: Fix command option / manpageJaswinder Singh Rajput2009-06-231-3/+3
| * perf_counter tools: Set alias for page-faultsJaswinder Singh Rajput2009-06-221-18/+18
| * perf report: Output more symbol related debug dataPeter Zijlstra2009-06-222-2/+7
| * perf_counter tools: Introduce alias member in event_symbolJaswinder Singh Rajput2009-06-221-25/+38
| * perf_counter tools: Define separate declarations for H/W and S/W eventsJaswinder Singh Rajput2009-06-221-22/+22
| * perf_counter tools: Fix vmlinux fallback when running on a different kernelIngo Molnar2009-06-211-1/+1
* | [S390] Enable tick based perf_counter on s390.Martin Schwidefsky2009-06-221-0/+6
|/
* perfcounter: Handle some IO return valuesFrederic Weisbecker2009-06-202-3/+11
* perf_counter tools: Define and use our own u64, s64 etc. definitionsPaul Mackerras2009-06-1913-156/+176
* perf_counter tools: Add a data file headerPeter Zijlstra2009-06-193-43/+73
* perf_counter: Update userspace callchain sampling usesPeter Zijlstra2009-06-191-47/+39
* perf report: Filter to parent set by defaultIngo Molnar2009-06-182-4/+28
* perf_counter tools: Handle lost eventsPeter Zijlstra2009-06-182-5/+44
* perf_counter: tools: Makefile tweaks for 64-bit powerpcPaul Mackerras2009-06-181-1/+6
* perf_counter tools: Add and use isprint()Peter Zijlstra2009-06-183-18/+20
* perf report: Add validation of call-chain entriesIngo Molnar2009-06-181-28/+46