aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-stat.c
AgeCommit message (Expand)Author
2012-09-26perf evlist: Renane set_filters method to apply_filtersArnaldo Carvalho de Melo
2012-09-17perf stat: Check PMU cpumask fileYan, Zheng
2012-09-17perf stat: Move stats related code to util/stat.cXiao Guangrong
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-05perf stat: Remove use of die/exit and handle errorsDavid Ahern
2012-08-15perf evlist: Introduce evsel list accessorsArnaldo Carvalho de Melo
2012-08-15perf evlist: Rename __group method to __set_leaderArnaldo Carvalho de Melo
2012-08-14perf tools: Enable grouping logic for parsed eventsJiri Olsa
2012-06-20Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2012-06-19perf tools: Move all users of event_name to perf_evsel__nameArnaldo Carvalho de Melo
2012-06-11perf stat: Fix default output fileStephane Eranian
2012-05-30perf stat: Initialize default events wrt exclude_{guest,host}Arnaldo Carvalho de Melo
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo
2012-05-16perf target: Rename functions to avoid double negationNamhyung Kim
2012-05-09perf stat: handle ENXIO error for perf_event_openDavid Ahern
2012-05-09perf stat: handle ENXIO error for perf_event_openDavid Ahern
2012-05-07perf stat: Use perf_evlist__create_mapsNamhyung Kim
2012-05-07perf target: Consolidate target task/cpu checkingNamhyung Kim
2012-05-02perf tools: Introduce perf_target__validate() helperNamhyung Kim
2012-05-02perf stat: Convert to struct perf_targetNamhyung Kim
2012-05-01perf stat: Fix case where guest/host monitoring is not supported by kernelStephane Eranian
2012-04-11perf stat: Declare some references staticRobert Richter
2012-03-16perf stat: Fix event grouping on forked taskNamhyung Kim
2012-02-13perf tools: Allow multiple threads or processes in record, stat, topDavid Ahern
2012-02-06perf stat: Align scaled output of cpu-clockNamhyung Kim
2012-02-06perf stat: Adjust print unitNamhyung Kim
2012-01-24perf tools: Introduce per user viewArnaldo Carvalho de Melo
2012-01-03perf stat: Introduce get_ratio_color() helperNamhyung Kim
2011-12-20Merge commit 'v3.2-rc6' into perf/coreIngo Molnar
2011-12-05perf stat: Failure with "Operation not supported"Anton Blanchard
2011-11-29perf evlist: Always do automatic allocation of pollfd and mmap structuresArnaldo Carvalho de Melo
2011-11-28perf evlist: Introduce perf_evlist__add_attrsArnaldo Carvalho de Melo
2011-10-26perf evlist: Fix grouping of multiple eventsArnaldo Carvalho de Melo
2011-09-29perf tools: Make stat/record print fatal signals of the target programAndi Kleen
2011-09-29perf stat: Fix spelling in commentJim Cromie
2011-09-29perf stat: Allow tab as cvs delimiterJim Cromie
2011-09-29perf stat: Suppress printing std-dev when its 0Jim Cromie
2011-09-29perf stat: Fix +- nan% in --no-aggr runsJim Cromie
2011-09-29perf stat: Add --log-fd <N> option to redirect stderr elsewhereJim Cromie
2011-08-18Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar
2011-08-18perf stat: Add -o and --append optionsStephane Eranian
2011-08-18perf tools: Add group event scheduling option to perf record/statLin Ming
2011-07-21perf tools: De-opt the parse_events functionJiri Olsa
2011-07-01perf stat: Add noise output for csv modeZhengyu He
2011-06-02perf stat: clarify unsupported events from uncounted eventsDavid Ahern
2011-05-19perf stat: Add more cache-miss percentage printoutsIngo Molnar
2011-05-19perf stat: Add -d -d and -d -d -d options to show more CPU eventsIngo Molnar
2011-04-30perf stat: Tell user about unsupported events in the listDavid Ahern
2011-04-29perf stat: Fail softly on unsupported eventsIngo Molnar
2011-04-29perf stat: Leave more room for percentagesIngo Molnar