summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Get rid of extra clock display functionJiri Olsa2018-07-241-46/+2Star
* perf stat: Add transaction flag (-T) support for s390Thomas Richter2018-07-241-0/+12
* perf stat: Fix --interval_clear optionJiri Olsa2018-07-111-1/+1
* perf stat: Add event parsing error handling to add_default_attributesJiri Olsa2018-06-071-4/+6
* perf stat: Allow to specify specific metric column lenJiri Olsa2018-06-071-4/+5
* perf stat: Fix metric column header display alignmentJiri Olsa2018-06-071-8/+9
* perf stat: Use only color_fprintf call in print_metric_onlyJiri Olsa2018-06-071-4/+1Star
* perf stat: Add --interval-clear optionJiri Olsa2018-06-071-2/+9
* perf stat: Display user and system timeJiri Olsa2018-06-061-1/+27
* perf stat: Display length strings of each run for --table optionJiri Olsa2018-04-261-1/+7
* perf stat: Add --table option to display time of each runJiri Olsa2018-04-261-4/+52
* perf stat: Display time in precision based on std deviationJiri Olsa2018-04-261-6/+24
* perf stat: Fix duplicate PMU name for interval printKan Liang2018-04-241-1/+4
* perf stat: Print out hint for mixed PMU group errorKan Liang2018-04-241-1/+34
* perf stat: Enable 1ms interval for printing event counters valuesAlexey Budankov2018-04-121-12/+2Star
* perf stat: Fix core dump when flag T is usedThomas Richter2018-03-161-2/+7
* perf pmu: Display pmu name when printing unmerged events in statAgustin Vega-Frias2018-03-081-1/+28
* Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2018-03-071-1/+1
|\
| * perf stat: Fix CVS output format for non-supported countersIlya Pronin2018-03-061-1/+1
* | perf stat: Ignore error thread when enabling system-wide --per-threadJin Yao2018-02-271-1/+13
* | perf stat: Use xyarray dimensions to iterate fdsAndi Kleen2018-02-211-6/+5Star
* | perf stat: Add support to print counts after a period of timeyuzhoujian2018-02-161-2/+31
* | perf stat: Add support to print counts for fixed timesyuzhoujian2018-02-161-1/+19
|/
* perf perf: Remove duplicate includesPravin Shedge2017-12-271-1/+0Star
* perf stat: Resort '--per-thread' resultJin Yao2017-12-271-11/+66
* perf stat: Remove --per-thread pid/tid limitationJin Yao2017-12-271-8/+15
* perf stat: Update or print per-thread statsJin Yao2017-12-271-2/+7
* perf stat: Allocate shadow stats buffer for threadsJin Yao2017-12-271-1/+45
* perf stat: Print per-thread shadow statsJin Yao2017-12-271-8/+15
* perf stat: Update per-thread shadow statsJin Yao2017-12-271-1/+2
* perf record: Synthesize unit/scale/... in event updateAndi Kleen2017-11-291-58/+4Star
* perf stat: Move the shadow stats scale computation in perf_stat__update_shado...Jiri Olsa2017-10-301-2/+1Star
* perf tools: Add struct perf_data_fileJiri Olsa2017-10-301-3/+3
* perf tools: Rename struct perf_data_file to perf_dataJiri Olsa2017-10-301-16/+16
* perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo2017-10-271-2/+2
* perf stat: Fall weak group back even for EBADFAndi Kleen2017-09-131-1/+1
* perf stat: Update walltime_nsecs_stats in interval modeAndi Kleen2017-09-131-0/+2
* perf stat: Hide internal duration_time counterAndi Kleen2017-09-131-3/+24
* perf stat: Support JSON metrics in perf statAndi Kleen2017-09-131-2/+16
* perf tools: Support weak groups in 'perf stat'Andi Kleen2017-09-131-0/+35
* perf stat: Wait for the correct childMilian Wolff2017-09-121-1/+1
* perf stat: Only auto-merge events that are PMU aliasesArnaldo Carvalho de Melo2017-09-011-1/+1
* perf stat: Use group read for event groupsJiri Olsa2017-07-261-3/+27
* perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo2017-06-271-2/+2
* perf stat: Add support to measure SMI costKan Liang2017-06-211-0/+49
* perf stat: Only print NMI watchdog hint when enabledAndi Kleen2017-06-021-1/+4
* perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+1
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+3
* perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo2017-04-201-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1