summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Initialize default events wrt exclude_{guest,host}Arnaldo Carvalho de Melo2012-05-301-4/+4
* Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2012-05-181-5/+30
|\
| * perf stat: handle ENXIO error for perf_event_openDavid Ahern2012-05-091-1/+6
| * perf stat: Fix case where guest/host monitoring is not supported by kernelStephane Eranian2012-05-011-4/+29
* | perf target: Rename functions to avoid double negationNamhyung Kim2012-05-161-7/+7
* | perf stat: handle ENXIO error for perf_event_openDavid Ahern2012-05-091-1/+6
* | perf stat: Use perf_evlist__create_mapsNamhyung Kim2012-05-071-14/+8
* | perf target: Consolidate target task/cpu checkingNamhyung Kim2012-05-071-6/+6
* | perf tools: Introduce perf_target__validate() helperNamhyung Kim2012-05-021-2/+1
* | perf stat: Convert to struct perf_targetNamhyung Kim2012-05-021-25/+22
* | perf stat: Declare some references staticRobert Richter2012-04-111-13/+13
|/
* perf stat: Fix event grouping on forked taskNamhyung Kim2012-03-161-1/+1
* perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern2012-02-131-15/+16
* perf stat: Align scaled output of cpu-clockNamhyung Kim2012-02-061-0/+2
* perf stat: Adjust print unitNamhyung Kim2012-02-061-1/+7
* perf tools: Introduce per user viewArnaldo Carvalho de Melo2012-01-241-1/+1
* perf stat: Introduce get_ratio_color() helperNamhyung Kim2012-01-031-56/+35
* Merge commit 'v3.2-rc6' into perf/coreIngo Molnar2011-12-201-1/+2
|\
| * perf stat: Failure with "Operation not supported"Anton Blanchard2011-12-051-1/+2
* | perf evlist: Always do automatic allocation of pollfd and mmap structuresArnaldo Carvalho de Melo2011-11-291-2/+1
* | perf evlist: Introduce perf_evlist__add_attrsArnaldo Carvalho de Melo2011-11-281-33/+7
|/
* perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo2011-10-261-6/+14
* perf tools: Make stat/record print fatal signals of the target programAndi Kleen2011-09-291-0/+2
* perf stat: Fix spelling in commentJim Cromie2011-09-291-1/+1
* perf stat: Allow tab as cvs delimiterJim Cromie2011-09-291-2/+4
* perf stat: Suppress printing std-dev when its 0Jim Cromie2011-09-291-1/+1
* perf stat: Fix +- nan% in --no-aggr runsJim Cromie2011-09-291-2/+7
* perf stat: Add --log-fd <N> option to redirect stderr elsewhereJim Cromie2011-09-291-0/+14
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2011-08-181-63/+92
|\
| * perf stat: Add -o and --append optionsStephane Eranian2011-08-181-63/+92
* | perf tools: Add group event scheduling option to perf record/statLin Ming2011-08-181-2/+5
|/
* perf tools: De-opt the parse_events functionJiri Olsa2011-07-211-1/+1
* perf stat: Add noise output for csv modeZhengyu He2011-07-011-3/+6
* perf stat: clarify unsupported events from uncounted eventsDavid Ahern2011-06-021-2/+7
* perf stat: Add more cache-miss percentage printoutsIngo Molnar2011-05-191-2/+136
* perf stat: Add -d -d and -d -d -d options to show more CPU eventsIngo Molnar2011-05-191-55/+154
* perf stat: Tell user about unsupported events in the listDavid Ahern2011-04-301-1/+5
* perf stat: Fail softly on unsupported eventsIngo Molnar2011-04-291-3/+1
* perf stat: Leave more room for percentagesIngo Molnar2011-04-291-11/+11
* perf stat: Adjust stall cycles warning percentagesIngo Molnar2011-04-291-4/+4
* perf stat: Analyze front-end and back-end stall countsIngo Molnar2011-04-291-6/+35
* perf tools: Add front-end and back-end stalled cycles supportIngo Molnar2011-04-291-4/+6
* perf stat: Fix compatibility behaviorIngo Molnar2011-04-281-1/+4
* perf stat: Add --sync/-S optionIngo Molnar2011-04-281-0/+7
* perf stat: Fix printout vertical alignmentIngo Molnar2011-04-271-1/+1
* perf stat: Add -d/--detailed flag to run with a lot of eventsIngo Molnar2011-04-261-8/+60
* perf stat: Print out miss/hit ratio for L1 data-cache eventsIngo Molnar2011-04-261-0/+33
* perf stat: Print branch misses warning colorsIngo Molnar2011-04-261-7/+24
* perf stat: Print stalled cycles warning colorsIngo Molnar2011-04-261-6/+27
* perf stat: Fix -nan% output in perf stat noise printoutsIngo Molnar2011-04-261-5/+13