aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
Commit message (Expand)AuthorAge
* perf stat: Add more cache-miss percentage printoutsIngo Molnar2011-05-19
* perf stat: Add -d -d and -d -d -d options to show more CPU eventsIngo Molnar2011-05-19
* perf stat: Tell user about unsupported events in the listDavid Ahern2011-04-29
* perf stat: Fail softly on unsupported eventsIngo Molnar2011-04-29
* perf stat: Leave more room for percentagesIngo Molnar2011-04-29
* perf stat: Adjust stall cycles warning percentagesIngo Molnar2011-04-29
* perf stat: Analyze front-end and back-end stall countsIngo Molnar2011-04-29
* perf tools: Add front-end and back-end stalled cycles supportIngo Molnar2011-04-29
* perf stat: Fix compatibility behaviorIngo Molnar2011-04-28
* perf stat: Add --sync/-S optionIngo Molnar2011-04-28
* perf stat: Fix printout vertical alignmentIngo Molnar2011-04-27
* perf stat: Add -d/--detailed flag to run with a lot of eventsIngo Molnar2011-04-26
* perf stat: Print out miss/hit ratio for L1 data-cache eventsIngo Molnar2011-04-26
* perf stat: Print branch misses warning colorsIngo Molnar2011-04-26
* perf stat: Print stalled cycles warning colorsIngo Molnar2011-04-26
* perf stat: Fix -nan% output in perf stat noise printoutsIngo Molnar2011-04-26
* perf stat: Add stalled cycles to the default outputIngo Molnar2011-04-26
* perf stat: Add stalled cycles accounting, prettify the resulting outputIngo Molnar2011-04-26
* perf stat: Factor our shadow statsIngo Molnar2011-04-26
* perf stat: Print cache misses as percentageIngo Molnar2011-04-26
* perf stat: Print stalled cycles percentageIngo Molnar2011-04-26
* perf evsel: Fix use of inheritArnaldo Carvalho de Melo2011-04-15
* perf stat: Provide support for filtersFrederic Weisbecker2011-03-14
* perf tool: Add cgroup supportStephane Eranian2011-02-16
* perf stat: Fix up resource release orderArnaldo Carvalho de Melo2011-02-01
* perf evlist: Store pointer to the cpu and thread mapsArnaldo Carvalho de Melo2011-01-31
* perf threads: Move thread_map to separate fileArnaldo Carvalho de Melo2011-01-24
* perf evsel: Allow specifying if the inherit bit should be setArnaldo Carvalho de Melo2011-01-22
* perf evsel: Support event groupsArnaldo Carvalho de Melo2011-01-22
* perf evsel: Introduce perf_evlistArnaldo Carvalho de Melo2011-01-22
* perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo2011-01-22
* 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