aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
Commit message (Expand)AuthorAgeFilesLines
...
* perf tools: Refactor cpumap to hold nr and the mapArnaldo Carvalho de Melo2011-01-041-18/+18
* perf evsel: Introduce per cpu and per thread open helpersArnaldo Carvalho de Melo2011-01-041-58/+26
* perf evsel: Steal the counter reading routines from statArnaldo Carvalho de Melo2011-01-041-92/+29
* perf evsel: Delete the event selectors at exitArnaldo Carvalho de Melo2011-01-031-3/+1
* perf evsel: Adopt MATCH_EVENT macro from 'stat'Arnaldo Carvalho de Melo2011-01-031-21/+16
* perf tools: Introduce event selectorsArnaldo Carvalho de Melo2011-01-031-68/+107
* perf stat: Add csv-style outputStephane Eranian2010-12-011-40/+104
* perf stat: Use --big-num format by defaultArnaldo Carvalho de Melo2010-12-011-1/+1
* perf stat: Change and clean up sys_perf_event_open error handlingCorey Ashford2010-11-201-14/+24
* perf stat: Add no-aggregation mode to -aStephane Eranian2010-11-191-25/+144
* perf tools: Add the ability to specify list of cpus to monitorStephane Eranian2010-06-051-4/+10
* perf stat: add perf stat -B to pretty print large numbersStephane Eranian2010-05-181-4/+14
* perf tools: change event inheritance logic in stat and recordStephane Eranian2010-05-131-5/+5
* perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce ...Ian Munsie2010-04-141-5/+5
* perf stat: Better report failure to collect system wide statsArnaldo Carvalho de Melo2010-03-221-11/+28
* perf events: Change perf parameter --pid to process-wide collection instead o...Zhang, Yanmin2010-03-181-35/+75
* perf stat: Enable counters when collecting process-wide or system-wide dataZhang, Yanmin2010-03-181-10/+14
* perf tools: Fix sparse CPU numbering related bugsPaul Mackerras2010-03-111-4/+6
* perf tools: Fix --pid option for statLiming Wang2010-01-131-45/+61
* perf stat: Do not print ratio when task-clock event is not countedLucas De Marchi2009-11-151-2/+3
* perf stat: Count branches firstIngo Molnar2009-10-191-3/+3
* perf stat: Re-align the default_attrs[] arrayIngo Molnar2009-10-191-11/+11
* perf stat: Add branch performance events to default outputTim Blechmann2009-10-191-0/+2
* perf stat: Add branch performance metricAnton Blanchard2009-10-191-0/+11
* perf: Propagate term signal to childChris Wilson2009-10-041-1/+7
* perf stat: Fix zero total printoutsIngo Molnar2009-09-221-4/+14
* perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar2009-09-211-5/+5
* perf stat: Clean up statistics calculations a bit morePeter Zijlstra2009-09-041-17/+14
* perf stat: More advanced variance computationPeter Zijlstra2009-09-041-12/+12
* perf stat: Use stddev_mean in stead of stddevPeter Zijlstra2009-09-041-6/+19
* perf stat: Remove the limit on repeatPeter Zijlstra2009-09-041-57/+27
* perf stat: Change noise calculation to use stddevPeter Zijlstra2009-09-041-101/+69
* perf tools: Librarize trace_event() helperFrederic Weisbecker2009-08-161-0/+2
* perf tools: Factorize high level dso helpersFrederic Weisbecker2009-08-121-1/+0
* perf stat: Fix tool option consistency: rename -S/--scale to -c/--scaleBrice Goglin2009-08-091-1/+1
* perf_counter: Improve perf stat and perf record option parsingAnton Blanchard2009-07-221-1/+2
* perf stat: Handle pipe read failures in perf statFrederic Weisbecker2009-07-011-2/+4
* perf stat: Define MATCH_EVENT for easy attr checkingJaswinder Singh Rajput2009-07-011-17/+10
* perf_counter tools: Add more warnings and fix/annotate themIngo Molnar2009-07-011-8/+10
* 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 stat: Remove dead codeJaswinder Singh Rajput2009-06-241-31/+13
* perf stat: Fix verbose for perf statJaswinder Singh Rajput2009-06-231-8/+12
* perf_counter tools: Define and use our own u64, s64 etc. definitionsPaul Mackerras2009-06-191-31/+31
* perf stat: Enable raw data to be printedIngo Molnar2009-06-131-17/+29