summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat.h
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Remove perf_tool from event_op2Jiri Olsa2018-09-191-3/+2
* perf stat: Move the display functions to stat-display.cJiri Olsa2018-08-301-0/+6
* perf stat: Move 'metric_events' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
* perf stat: Move 'walltime_*' data to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+2
* perf stat: Move 'no_merge' data to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
* perf stat: Move 'big_num' data to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
* perf stat: Move *_aggr_* data to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+6
* perf stat: Move ru_* data to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+6
* perf stat: Move 'print_mixed_hw_group_error' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
* perf stat: Move 'print_free_counters_hint' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
* perf stat: Move 'null_run' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
* perf stat: Add 'walltime_nsecs_stats' pointer to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
* perf stat: Move 'metric_only_len' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
* perf stat: Move 'run_count' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
* perf stat: Move 'unit_width' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
* perf stat: Move 'metric_only' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
* perf stat: Move 'interval_clear' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
* perf stat: Move csv_* to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+2
* perf stat: Pass a 'struct perf_stat_config' argument to global print functionsJiri Olsa2018-08-301-3/+5
* perf stat: Move perf_stat_synthesize_config() to stat.cJiri Olsa2018-08-301-0/+6
* perf stat: Move create_perf_stat_counter() to stat.cJiri Olsa2018-08-301-0/+4
* perf stat: Add 'identifier' flag to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
* perf stat: Move 'no_inherit' to 'struct perf_stat_config'Jiri Olsa2018-08-301-0/+1
* perf stat: Move 'initial_delay' to 'struct perf_stat_config'Jiri Olsa2018-08-301-8/+10
* perf stat: Add --table option to display time of each runJiri Olsa2018-04-261-2/+1
* perf stat: Make function perf_stat_evsel_id_init staticThomas Richter2018-03-161-2/+0
* 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/+0
* 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