aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-30perf stat: Initialize default events wrt exclude_{guest,host}Arnaldo Carvalho de Melo1-4/+4
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo1-5/+30
2012-05-16perf target: Rename functions to avoid double negationNamhyung Kim1-7/+7
2012-05-09perf stat: handle ENXIO error for perf_event_openDavid Ahern1-1/+6
2012-05-09perf stat: handle ENXIO error for perf_event_openDavid Ahern1-1/+6
2012-05-07perf stat: Use perf_evlist__create_mapsNamhyung Kim1-14/+8
2012-05-07perf target: Consolidate target task/cpu checkingNamhyung Kim1-6/+6
2012-05-02perf tools: Introduce perf_target__validate() helperNamhyung Kim1-2/+1
2012-05-02perf stat: Convert to struct perf_targetNamhyung Kim1-25/+22
2012-05-01perf stat: Fix case where guest/host monitoring is not supported by kernelStephane Eranian1-4/+29
2012-04-11perf stat: Declare some references staticRobert Richter1-13/+13
2012-03-16perf stat: Fix event grouping on forked taskNamhyung Kim1-1/+1
2012-02-13perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern1-15/+16
2012-02-06perf stat: Align scaled output of cpu-clockNamhyung Kim1-0/+2
2012-02-06perf stat: Adjust print unitNamhyung Kim1-1/+7
2012-01-24perf tools: Introduce per user viewArnaldo Carvalho de Melo1-1/+1
2012-01-03perf stat: Introduce get_ratio_color() helperNamhyung Kim1-56/+35
2011-12-20Merge commit 'v3.2-rc6' into perf/coreIngo Molnar1-1/+2
2011-12-05perf stat: Failure with "Operation not supported"Anton Blanchard1-1/+2
2011-11-29perf evlist: Always do automatic allocation of pollfd and mmap structuresArnaldo Carvalho de Melo1-2/+1
2011-11-28perf evlist: Introduce perf_evlist__add_attrsArnaldo Carvalho de Melo1-33/+7
2011-10-26perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo1-6/+14
2011-09-29perf tools: Make stat/record print fatal signals of the target programAndi Kleen1-0/+2
2011-09-29perf stat: Fix spelling in commentJim Cromie1-1/+1
2011-09-29perf stat: Allow tab as cvs delimiterJim Cromie1-2/+4
2011-09-29perf stat: Suppress printing std-dev when its 0Jim Cromie1-1/+1
2011-09-29perf stat: Fix +- nan% in --no-aggr runsJim Cromie1-2/+7
2011-09-29perf stat: Add --log-fd <N> option to redirect stderr elsewhereJim Cromie1-0/+14
2011-08-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-63/+92
2011-08-18perf stat: Add -o and --append optionsStephane Eranian1-63/+92
2011-08-18perf tools: Add group event scheduling option to perf record/statLin Ming1-2/+5
2011-07-21perf tools: De-opt the parse_events functionJiri Olsa1-1/+1
2011-07-01perf stat: Add noise output for csv modeZhengyu He1-3/+6
2011-06-02perf stat: clarify unsupported events from uncounted eventsDavid Ahern1-2/+7
2011-05-19perf stat: Add more cache-miss percentage printoutsIngo Molnar1-2/+136
2011-05-19perf stat: Add -d -d and -d -d -d options to show more CPU eventsIngo Molnar1-55/+154
2011-04-30perf stat: Tell user about unsupported events in the listDavid Ahern1-1/+5
2011-04-29perf stat: Fail softly on unsupported eventsIngo Molnar1-3/+1
2011-04-29perf stat: Leave more room for percentagesIngo Molnar1-11/+11
2011-04-29perf stat: Adjust stall cycles warning percentagesIngo Molnar1-4/+4
2011-04-29perf stat: Analyze front-end and back-end stall countsIngo Molnar1-6/+35
2011-04-29perf tools: Add front-end and back-end stalled cycles supportIngo Molnar1-4/+6
2011-04-28perf stat: Fix compatibility behaviorIngo Molnar1-1/+4
2011-04-28perf stat: Add --sync/-S optionIngo Molnar1-0/+7
2011-04-27perf stat: Fix printout vertical alignmentIngo Molnar1-1/+1
2011-04-26perf stat: Add -d/--detailed flag to run with a lot of eventsIngo Molnar1-8/+60
2011-04-26perf stat: Print out miss/hit ratio for L1 data-cache eventsIngo Molnar1-0/+33
2011-04-26perf stat: Print branch misses warning colorsIngo Molnar1-7/+24
2011-04-26perf stat: Print stalled cycles warning colorsIngo Molnar1-6/+27
2011-04-26perf stat: Fix -nan% output in perf stat noise printoutsIngo Molnar1-5/+13