summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-stat.c
AgeCommit message (Expand)Author
2018-03-28perf stat: Fix CVS output format for non-supported countersIlya Pronin
2018-03-22perf stat: Fix bug in handling events in error stateStephane Eranian
2018-03-22perf stat: Issue a HW watchdog disable hintBorislav Petkov
2016-09-22perf tools: Add PMU configuration to toolsMathieu Poirier
2016-08-23perf stat: Use *SEC_PER_*SEC macrosArnaldo Carvalho de Melo
2016-08-23tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo
2016-08-09perf stat: Avoid skew when reading eventsMark Rutland
2016-07-18perf stat: Balance opening and reading eventsMark Rutland
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-06perf stat: Add missing aggregation headers for --metric-only CSVAndi Kleen
2016-06-06perf stat: Print topology/time headers with --metric-onlyAndi Kleen
2016-06-06perf stat: Basic support for TopDown in perf statAndi Kleen
2016-05-20Merge tag 'perf-core-for-mingo-20160516' of git://git.kernel.org/pub/scm/linu...Ingo Molnar
2016-05-16perf stat: Use cpu-clock event for cpu targetsNamhyung Kim
2016-05-16perf stat: Avoid fractional digits for integer scalesAndi Kleen
2016-05-16Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-05-12perf stat: Fallback to user only counters when perf_event_paranoid > 1Arnaldo Carvalho de Melo
2016-05-06perf stat: Add extra output of counter values with -vvAndi Kleen
2016-03-10perf stat: Add --metric-only support for -AAndi Kleen
2016-03-10perf stat: Implement --metric-only modeAndi Kleen
2016-03-03perf stat: Check for frontend stalled for metricsAndi Kleen
2016-03-03perf stat: Support metrics in --per-core/socket modeAndi Kleen
2016-03-03perf stat: Implement CSV metrics outputAndi Kleen
2016-03-03perf stat: Check existence of frontend/backed stalled cyclesAndi Kleen
2016-02-19perf stat: Bail out on unsupported event config modifiersWang Nan
2016-02-19perf stat: Handled scaled == -1 case for countersAndi Kleen
2016-02-16perf stat: Move noise/running printing into printoutAndi Kleen
2016-02-16perf stat: Add support for metrics in interval modeAndi Kleen
2016-02-16perf stat: Abstract stat metrics printingAndi Kleen
2016-01-12perf stat: Fix recort_usage typoJiri Olsa
2016-01-06perf stat record: Keep sample_type 0 for pipe sessionJiri Olsa
2015-12-17perf stat report: Allow to override aggr_modeJiri Olsa
2015-12-17perf stat report: Process event update eventsJiri Olsa
2015-12-17perf stat report: Process stat and stat round eventsJiri Olsa
2015-12-17perf stat report: Move csv_sep initialization before report commandJiri Olsa
2015-12-17perf stat report: Add support to initialize aggr_map from fileJiri Olsa
2015-12-17perf stat report: Process stat config eventJiri Olsa
2015-12-17perf stat report: Process cpu/threads mapsJiri Olsa
2015-12-17perf stat report: Add report commandJiri Olsa
2015-12-17perf stat record: Synthesize event update eventsJiri Olsa
2015-12-17perf stat record: Do not allow record with multiple runs modeJiri Olsa
2015-12-17perf stat record: Write stat round events on recordJiri Olsa
2015-12-17perf stat record: Write stat events on recordJiri Olsa
2015-12-17perf stat record: Add pipe support for record commandJiri Olsa
2015-12-17perf stat record: Store events IDs in perf data fileJiri Olsa
2015-12-17perf stat record: Synthesize stat record dataJiri Olsa
2015-12-17perf stat record: Initialize record featuresJiri Olsa
2015-12-17perf stat record: Add record commandJiri Olsa
2015-12-17perf subcmd: Create subcmd libraryJosh Poimboeuf