summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat.h
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Add --table option to display time of each runJiri Olsa2018-04-261-2/+1Star
* perf stat: Make function perf_stat_evsel_id_init staticThomas Richter2018-03-161-2/+0Star
* perf stat: Add support to print counts after a period of timeyuzhoujian2018-02-161-0/+1
* perf stat: Add support to print counts for fixed timesyuzhoujian2018-02-161-0/+1
* perf stat: Resort '--per-thread' resultJin Yao2017-12-271-0/+9
* perf stat: Allocate shadow stats buffer for threadsJin Yao2017-12-271-0/+2
* perf stat: Remove a set of shadow stats static variablesJin Yao2017-12-271-0/+1
* perf stat: Print per-thread shadow statsJin Yao2017-12-271-1/+2
* perf stat: Update per-thread shadow statsJin Yao2017-12-271-1/+1
* perf stat: Create the runtime_stat init/exit functionJin Yao2017-12-271-0/+3
* perf stat: Define a structure for per-thread shadow statsJin Yao2017-12-271-1/+42
* Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | perf stat: Move the shadow stats scale computation in perf_stat__update_shado...Jiri Olsa2017-10-301-1/+1
* | perf stat: Support JSON metrics in perf statAndi Kleen2017-09-131-1/+3
|/
* perf evsel: Add read_counter()Jiri Olsa2017-07-261-2/+3
* perf stat: Add support to measure SMI costKan Liang2017-06-211-0/+2
* perf stat: Output JSON MetricExpr metricAndi Kleen2017-03-231-0/+2
* perf stat: Add computation of TopDown formulasAndi Kleen2016-06-061-0/+5
* perf stat: Check for frontend stalled for metricsAndi Kleen2016-03-031-0/+1
* perf stat: Abstract stat metrics printingAndi Kleen2016-02-161-2/+13
* perf stat: Making several helper functions staticJiri Olsa2016-01-261-10/+0Star
* perf tools: Add stat events fprintf functionsJiri Olsa2015-12-171-0/+4
* perf tools: Add stat event read functionJiri Olsa2015-12-171-0/+6
* perf stat: Add AGGR_UNSET modeJiri Olsa2015-10-191-0/+1
* perf stat: Rename perf_stat struct into perf_stat_evselJiri Olsa2015-10-191-1/+1
* perf stat: Move perf_counts struct and functions into separate objectJiri Olsa2015-08-081-30/+0Star
* perf stat: Move counter processing code into stat objectJiri Olsa2015-08-061-0/+3
* perf stat: Move 'interval' into struct perf_stat_configJiri Olsa2015-08-061-0/+1
* perf stat: Move 'output' into struct perf_stat_configJiri Olsa2015-08-061-0/+1
* perf stat: Move 'scale' into struct perf_stat_configJiri Olsa2015-08-061-0/+1
* perf stat: Introduce struct perf_stat_configJiri Olsa2015-08-061-0/+4
* perf stat: Introduce --per-thread optionJiri Olsa2015-06-261-0/+1
* perf stat: Introduce perf_evsel__alloc_stats functionJiri Olsa2015-06-261-0/+2
* perf stat: Move perf_evlist__(alloc|free|reset)_stats into stat objectJiri Olsa2015-06-261-0/+6
* perf stat: Move perf_evsel__(alloc|free)_prev_raw_counts into stat objectJiri Olsa2015-06-261-0/+4
* perf stat: Move perf_evsel__(alloc|free|reset)_stat_priv into stat objectJiri Olsa2015-06-261-0/+4
* perf stat: Rename struct perf_counts::cpu member to valuesJiri Olsa2015-06-261-2/+2
* perf stat: Make stats work over the thread dimensionJiri Olsa2015-06-261-4/+4
* perf stat: Use xyarray for cpu evsel countsJiri Olsa2015-06-261-3/+4
* perf stat: Introduce perf_counts functionJiri Olsa2015-06-261-0/+23
* perf stat: Introduce perf_counts__(new|delete|reset) functionsJiri Olsa2015-06-161-0/+3
* perf tools: Move perf_evsel__(alloc|free|reset)_counts into stat objectJiri Olsa2015-06-161-0/+3
* perf stat: Move shadow stat counters into separate objectJiri Olsa2015-06-081-0/+16
* perf stat: Replace transaction event possition check with id checkJiri Olsa2015-06-081-0/+4
* perf stat: Add id into perf_stat structJiri Olsa2015-06-081-0/+20
* tools: Consolidate types.hBorislav Petkov2014-05-011-1/+1
* perf stats: Add max and min statsDavid Ahern2013-08-071-0/+9
* perf stat: Move stats related code to util/stat.cXiao Guangrong2012-09-171-0/+16