summaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-stat.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+2
* 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/+5
* | 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/+0
* 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/+4
* perf stat: Move the shadow stats scale computation in perf_stat__update_shado...Jiri Olsa2017-10-301-2/+1
* 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
* perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo2017-04-191-0/+2
* perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo2017-04-191-0/+1
* perf stat: Fix bug in handling events in error stateStephane Eranian2017-04-131-3/+9
* perf stat: Refactor the code to strip csv output with ltrim()Taeung Song2017-04-111-8/+2
* perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo2017-03-271-1/+1
* perf stat: Output JSON MetricExpr metricAndi Kleen2017-03-231-0/+3
* perf stat: Handle partially bad results with mergingAndi Kleen2017-03-211-0/+10
* perf stat: Collapse identically named eventsAndi Kleen2017-03-211-4/+34
* perf stat: Factor out callback for collecting event valuesAndi Kleen2017-03-211-23/+80
* perf tools: Force uncore events to system wide monitoringJiri Olsa2017-03-031-3/+30
* perf stat: Issue a HW watchdog disable hintBorislav Petkov2017-03-031-0/+11
OpenPOWER on IntegriCloud