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