aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
Commit message (Expand)AuthorAge
* perf evsel: Fix order of event list deletionArnaldo Carvalho de Melo2011-01-11
* perf stat: better error message for unsupported eventsDavid Ahern2011-01-10
* perf tools: Pass whole attr to event selectorsLin Ming2011-01-06
* perf evsel: Use {cpu,thread}_map to shorten list of parametersArnaldo Carvalho de Melo2011-01-03
* perf tools: Refactor all_tids to hold nr and the mapArnaldo Carvalho de Melo2011-01-03
* perf tools: Refactor cpumap to hold nr and the mapArnaldo Carvalho de Melo2011-01-03
* perf evsel: Introduce per cpu and per thread open helpersArnaldo Carvalho de Melo2011-01-03
* perf evsel: Steal the counter reading routines from statArnaldo Carvalho de Melo2011-01-03
* perf evsel: Delete the event selectors at exitArnaldo Carvalho de Melo2011-01-03
* perf evsel: Adopt MATCH_EVENT macro from 'stat'Arnaldo Carvalho de Melo2011-01-03
* perf tools: Introduce event selectorsArnaldo Carvalho de Melo2011-01-03
* perf stat: Add csv-style outputStephane Eranian2010-12-01
* perf stat: Use --big-num format by defaultArnaldo Carvalho de Melo2010-12-01
* perf stat: Change and clean up sys_perf_event_open error handlingCorey Ashford2010-11-20
* perf stat: Add no-aggregation mode to -aStephane Eranian2010-11-19
* perf tools: Add the ability to specify list of cpus to monitorStephane Eranian2010-06-05
* perf stat: add perf stat -B to pretty print large numbersStephane Eranian2010-05-18
* perf tools: change event inheritance logic in stat and recordStephane Eranian2010-05-13
* perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie2010-04-14
* perf stat: Better report failure to collect system wide statsArnaldo Carvalho de Melo2010-03-22
* perf events: Change perf parameter --pid to process-wide collection instead o...Zhang, Yanmin2010-03-18
* perf stat: Enable counters when collecting process-wide or system-wide dataZhang, Yanmin2010-03-18
* perf tools: Fix sparse CPU numbering related bugsPaul Mackerras2010-03-11
* perf tools: Fix --pid option for statLiming Wang2010-01-13
* perf stat: Do not print ratio when task-clock event is not countedLucas De Marchi2009-11-15
* perf stat: Count branches firstIngo Molnar2009-10-19
* perf stat: Re-align the default_attrs[] arrayIngo Molnar2009-10-19
* perf stat: Add branch performance events to default outputTim Blechmann2009-10-19
* perf stat: Add branch performance metricAnton Blanchard2009-10-19
* perf: Propagate term signal to childChris Wilson2009-10-04
* perf stat: Fix zero total printoutsIngo Molnar2009-09-22
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-21
* perf stat: Clean up statistics calculations a bit morePeter Zijlstra2009-09-04
* perf stat: More advanced variance computationPeter Zijlstra2009-09-04
* perf stat: Use stddev_mean in stead of stddevPeter Zijlstra2009-09-04
* perf stat: Remove the limit on repeatPeter Zijlstra2009-09-04
* perf stat: Change noise calculation to use stddevPeter Zijlstra2009-09-04
* perf tools: Librarize trace_event() helperFrederic Weisbecker2009-08-16
* perf tools: Factorize high level dso helpersFrederic Weisbecker2009-08-12
* perf stat: Fix tool option consistency: rename -S/--scale to -c/--scaleBrice Goglin2009-08-09
* perf_counter: Improve perf stat and perf record option parsingAnton Blanchard2009-07-22
* perf stat: Handle pipe read failures in perf statFrederic Weisbecker2009-07-01
* perf stat: Define MATCH_EVENT for easy attr checkingJaswinder Singh Rajput2009-07-01
* perf_counter tools: Add more warnings and fix/annotate themIngo Molnar2009-07-01
* perf_counter: Provide a way to enable counters on execPaul Mackerras2009-06-30
* perf_counter tools: Reduce perf stat measurement overhead/skewPaul Mackerras2009-06-29
* perf stat: Use percentages for scaling outputIngo Molnar2009-06-29
* perf stat: Micro-optimize the code: memcpy is only required if no event is se...Jaswinder Singh Rajput2009-06-28
* perf stat: Improve outputJaswinder Singh Rajput2009-06-27
* perf stat: Fix multi-run statsIngo Molnar2009-06-27