aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-29perf stat: Use affinity for opening eventsAndi Kleen1-2/+3
2019-11-06perf stat: Add --per-node agregation supportJiri Olsa1-0/+1
2019-10-15perf stat: Support --all-kernel/--all-userJin Yao1-0/+10
2019-09-25libperf: Move 'system_wide' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa1-1/+1
2019-09-20perf stat: Reset previous counts on repeat with intervalSrikar Dronamraju1-0/+17
2019-09-20perf tools: Move event synthesizing routines to separate .c fileArnaldo Carvalho de Melo1-43/+0
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo1-0/+1
2019-09-20perf stat: Move perf_stat_synthesize_config() to event.hArnaldo Carvalho de Melo1-5/+5
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo1-0/+1
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo1-0/+3
2019-08-29perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo1-0/+1
2019-08-29perf stat: Replace MAX_NR_CPUS with cpu__max_cpu()Kyle Meyer1-2/+2
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa1-3/+3
2019-08-29libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' to perf/event.hJiri Olsa1-1/+1
2019-08-29libperf: Add PERF_RECORD_STAT 'struct stat_event' to perf/event.hJiri Olsa1-2/+2
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo1-0/+1
2019-08-22libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa1-2/+2
2019-08-22perf stat: Add missing counts.hArnaldo Carvalho de Melo1-0/+1
2019-08-22libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa1-1/+1
2019-07-29libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa1-1/+1
2019-07-29libperf: Add threads to struct perf_evlistJiri Olsa1-1/+1
2019-07-29libperf: Add cpus to struct perf_evlistJiri Olsa1-1/+1
2019-07-29libperf: Add threads to struct perf_evselJiri Olsa1-3/+3
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-1/+1
2019-07-29perf evsel: Rename perf_evsel__cpus() to evsel__cpus()Jiri Olsa1-2/+2
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-4/+4
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-19/+19
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa1-1/+1
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo1-1/+1
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-0/+1
2019-06-10perf stat: Support per-die aggregationKan Liang1-0/+1
2019-05-16perf stat: Support 'percore' event qualifierJin Yao1-3/+5
2019-03-19perf stat: Fix --no-scaleAndi Kleen1-8/+4
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa1-3/+2
2018-08-30perf stat: Move perf_stat_synthesize_config() to stat.cJiri Olsa1-0/+42
2018-08-30perf stat: Move create_perf_stat_counter() to stat.cJiri Olsa1-0/+53
2018-03-16perf stat: Make function perf_stat_evsel_id_init staticThomas Richter1-1/+1
2017-12-27perf stat: Update or print per-thread statsJin Yao1-3/+8
2017-12-27perf stat: Update per-thread shadow statsJin Yao1-3/+5
2017-11-07Merge branch 'linus' into perf/core, to fix conflictsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-30perf stat: Make --per-thread update shadow stats to show metricsJiri Olsa1-0/+2
2017-10-30perf stat: Move the shadow stats scale computation in perf_stat__update_shadow_statsJiri Olsa1-4/+2
2017-10-27perf evsel: Restore evsel->priv as a tool private areaArnaldo Carvalho de Melo1-8/+8
2017-07-26perf evsel: Add read_counter()Jiri Olsa1-0/+4
2017-06-21perf stat: Add support to measure SMI costKan Liang1-0/+2
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim1-1/+1
2016-06-23perf evlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo1-3/+3