aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/builtin-stat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16perf stat: Fix core dump when flag T is usedThomas Richter1-2/+7
2018-03-08perf pmu: Display pmu name when printing unmerged events in statAgustin Vega-Frias1-1/+28
2018-03-07Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar1-1/+1
2018-03-06perf stat: Fix CVS output format for non-supported countersIlya Pronin1-1/+1
2018-02-27perf stat: Ignore error thread when enabling system-wide --per-threadJin Yao1-1/+13
2018-02-21perf stat: Use xyarray dimensions to iterate fdsAndi Kleen1-6/+5
2018-02-16perf stat: Add support to print counts after a period of timeyuzhoujian1-2/+31
2018-02-16perf stat: Add support to print counts for fixed timesyuzhoujian1-1/+19
2017-12-27perf perf: Remove duplicate includesPravin Shedge1-1/+0
2017-12-27perf stat: Resort '--per-thread' resultJin Yao1-11/+66
2017-12-27perf stat: Remove --per-thread pid/tid limitationJin Yao1-8/+15
2017-12-27perf stat: Update or print per-thread statsJin Yao1-2/+7
2017-12-27perf stat: Allocate shadow stats buffer for threadsJin Yao1-1/+45
2017-12-27perf stat: Print per-thread shadow statsJin Yao1-8/+15
2017-12-27perf stat: Update per-thread shadow statsJin Yao1-1/+2
2017-11-29perf record: Synthesize unit/scale/... in event updateAndi Kleen1-58/+4
2017-10-30perf stat: Move the shadow stats scale computation in perf_stat__update_shadow_statsJiri Olsa1-2/+1
2017-10-30perf tools: Add struct perf_data_fileJiri Olsa1-3/+3
2017-10-30perf tools: Rename struct perf_data_file to perf_dataJiri Olsa1-16/+16
2017-10-27perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo1-2/+2
2017-09-13perf stat: Fall weak group back even for EBADFAndi Kleen1-1/+1
2017-09-13perf stat: Update walltime_nsecs_stats in interval modeAndi Kleen1-0/+2
2017-09-13perf stat: Hide internal duration_time counterAndi Kleen1-3/+24
2017-09-13perf stat: Support JSON metrics in perf statAndi Kleen1-2/+16
2017-09-13perf tools: Support weak groups in 'perf stat'Andi Kleen1-0/+35
2017-09-12perf stat: Wait for the correct childMilian Wolff1-1/+1
2017-09-01perf stat: Only auto-merge events that are PMU aliasesArnaldo Carvalho de Melo1-1/+1
2017-07-26perf stat: Use group read for event groupsJiri Olsa1-3/+27
2017-06-27perf tools: Replace error() with pr_err()Arnaldo Carvalho de Melo1-2/+2
2017-06-21perf stat: Add support to measure SMI costKan Liang1-0/+49
2017-06-02perf stat: Only print NMI watchdog hint when enabledAndi Kleen1-1/+4
2017-04-24perf tools: Remove poll.h and wait.h from util.hArnaldo Carvalho de Melo1-0/+1
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo1-0/+3
2017-04-20perf tools: Add signal.h to places using its definitionsArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-0/+2
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-04-13perf stat: Fix bug in handling events in error stateStephane Eranian1-3/+9
2017-04-11perf stat: Refactor the code to strip csv output with ltrim()Taeung Song1-8/+2
2017-03-27perf tools: Remove unused 'prefix' from builtin functionsArnaldo Carvalho de Melo1-1/+1
2017-03-23perf stat: Output JSON MetricExpr metricAndi Kleen1-0/+3
2017-03-21perf stat: Handle partially bad results with mergingAndi Kleen1-0/+10
2017-03-21perf stat: Collapse identically named eventsAndi Kleen1-4/+34
2017-03-21perf stat: Factor out callback for collecting event valuesAndi Kleen1-23/+80
2017-03-03perf tools: Force uncore events to system wide monitoringJiri Olsa1-3/+30
2017-03-03perf stat: Issue a HW watchdog disable hintBorislav Petkov1-0/+11
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim1-3/+3
2017-02-17perf stat: Add -a as default targetJiri Olsa1-1/+2
2017-02-17perf tools: Replace _SC_NPROCESSORS_CONF with max_present_cpu in cpu_topology_mapJan Stancek1-1/+1