summaryrefslogtreecommitdiff
path: root/tools/perf/util/stat.c
AgeCommit message (Expand)Author
2019-08-29perf stat: Replace MAX_NR_CPUS with cpu__max_cpu()Kyle Meyer
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa
2019-08-29libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' to perf/event.hJiri Olsa
2019-08-29libperf: Add PERF_RECORD_STAT 'struct stat_event' to perf/event.hJiri Olsa
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo
2019-08-22libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa
2019-08-22perf stat: Add missing counts.hArnaldo Carvalho de Melo
2019-08-22libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa
2019-07-29libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa
2019-07-29libperf: Add threads to struct perf_evlistJiri Olsa
2019-07-29libperf: Add cpus to struct perf_evlistJiri Olsa
2019-07-29libperf: Add threads to struct perf_evselJiri Olsa
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa
2019-07-29perf evsel: Rename perf_evsel__cpus() to evsel__cpus()Jiri Olsa
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-06-10perf stat: Support per-die aggregationKan Liang
2019-05-16perf stat: Support 'percore' event qualifierJin Yao
2019-03-19perf stat: Fix --no-scaleAndi Kleen
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa
2018-08-30perf stat: Move perf_stat_synthesize_config() to stat.cJiri Olsa
2018-08-30perf stat: Move create_perf_stat_counter() to stat.cJiri Olsa
2018-03-16perf stat: Make function perf_stat_evsel_id_init staticThomas Richter
2017-12-27perf stat: Update or print per-thread statsJin Yao
2017-12-27perf stat: Update per-thread shadow statsJin Yao
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30perf stat: Make --per-thread update shadow stats to show metricsJiri Olsa
2017-10-30perf stat: Move the shadow stats scale computation in perf_stat__update_shado...Jiri Olsa
2017-10-27perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo
2017-07-26perf evsel: Add read_counter()Jiri Olsa
2017-06-21perf stat: Add support to measure SMI costKan Liang
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-06perf stat: Add computation of TopDown formulasAndi Kleen
2016-05-09perf stat: Scale values by unit before metricsAndi Kleen
2016-02-04Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2016-02-03perf stat: Fix interval output valuesJiri Olsa
2016-01-26perf stat: Making several helper functions staticJiri Olsa
2016-01-26perf stat: Do not clean event's private statsJiri Olsa
2015-12-17perf tools: Add stat events fprintf functionsJiri Olsa
2015-12-17perf tools: Add stat event read functionJiri Olsa
2015-10-19perf cpu_map: Add data arg to cpu_map__build_map callbackJiri Olsa
2015-10-19perf stat: Add AGGR_UNSET modeJiri Olsa
2015-10-19perf stat: Rename perf_stat struct into perf_stat_evselJiri Olsa