aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
AgeCommit message (Expand)Author
2019-02-05perf stat: Avoid segfaults caused by negated optionsMichael Petlan
2018-07-11perf stat: Fix --interval_clear optionJiri Olsa
2018-06-07perf stat: Add event parsing error handling to add_default_attributesJiri Olsa
2018-06-07perf stat: Allow to specify specific metric column lenJiri Olsa
2018-06-07perf stat: Fix metric column header display alignmentJiri Olsa
2018-06-07perf stat: Use only color_fprintf call in print_metric_onlyJiri Olsa
2018-06-07perf stat: Add --interval-clear optionJiri Olsa
2018-06-06perf stat: Display user and system timeJiri Olsa
2018-04-26perf stat: Display length strings of each run for --table optionJiri Olsa
2018-04-26perf stat: Add --table option to display time of each runJiri Olsa
2018-04-26perf stat: Display time in precision based on std deviationJiri Olsa
2018-04-24perf stat: Fix duplicate PMU name for interval printKan Liang
2018-04-24perf stat: Print out hint for mixed PMU group errorKan Liang
2018-04-12perf stat: Enable 1ms interval for printing event counters valuesAlexey Budankov
2018-03-16perf stat: Fix core dump when flag T is usedThomas Richter
2018-03-08perf pmu: Display pmu name when printing unmerged events in statAgustin Vega-Frias
2018-03-07Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar
2018-03-06perf stat: Fix CVS output format for non-supported countersIlya Pronin
2018-02-27perf stat: Ignore error thread when enabling system-wide --per-threadJin Yao
2018-02-21perf stat: Use xyarray dimensions to iterate fdsAndi Kleen
2018-02-16perf stat: Add support to print counts after a period of timeyuzhoujian
2018-02-16perf stat: Add support to print counts for fixed timesyuzhoujian
2017-12-27perf perf: Remove duplicate includesPravin Shedge
2017-12-27perf stat: Resort '--per-thread' resultJin Yao
2017-12-27perf stat: Remove --per-thread pid/tid limitationJin Yao
2017-12-27perf stat: Update or print per-thread statsJin Yao
2017-12-27perf stat: Allocate shadow stats buffer for threadsJin Yao
2017-12-27perf stat: Print per-thread shadow statsJin Yao
2017-12-27perf stat: Update per-thread shadow statsJin Yao
2017-11-29perf record: Synthesize unit/scale/... in event updateAndi Kleen
2017-10-30perf stat: Move the shadow stats scale computation in perf_stat__update_shado...Jiri Olsa
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa
2017-10-27perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo
2017-09-13perf stat: Fall weak group back even for EBADFAndi Kleen
2017-09-13perf stat: Update walltime_nsecs_stats in interval modeAndi Kleen
2017-09-13perf stat: Hide internal duration_time counterAndi Kleen
2017-09-13perf stat: Support JSON metrics in perf statAndi Kleen
2017-09-13perf tools: Support weak groups in 'perf stat'Andi Kleen
2017-09-12perf stat: Wait for the correct childMilian Wolff
2017-09-01perf stat: Only auto-merge events that are PMU aliasesArnaldo Carvalho de Melo
2017-07-26perf stat: Use group read for event groupsJiri Olsa
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo
2017-06-21perf stat: Add support to measure SMI costKan Liang
2017-06-02perf stat: Only print NMI watchdog hint when enabledAndi Kleen
2017-04-24perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo