aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat-display.c
AgeCommit message (Expand)Author
2024-03-26perf stat: Avoid metric-only segvIan Rogers
2022-11-25perf stat: Fix printing os->prefix in CSV metrics outputAthira Rajeev
2020-12-02perf stat: Use proper cpu for shadow statsNamhyung Kim
2020-06-24perf stat: Fix NULL pointer dereferenceHongbo Yao
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo
2019-08-26perf tools: Remove duplicate headersSouptick Joarder
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-22perf tools: Use perf_cpu_map__nr instead of cpu_map__nrJiri Olsa
2019-07-29libperf: Move nr_members from perf's evsel to libperf's perf_evselJiri Olsa
2019-07-29libperf: Add cpus to struct perf_evlistJiri Olsa
2019-07-29libperf: Add threads to struct perf_evselJiri Olsa
2019-07-29libperf: Add cpus 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-29libperf: Include perf_evlist in evlist objectJiri Olsa
2019-07-29libperf: Include perf_evsel in evsel objectJiri Olsa
2019-07-29libperf: Add perf_thread_map__get()/perf_thread_map__put()Jiri 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-01perf stat: Don't merge events in the same PMUAndi Kleen
2019-06-26perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo
2019-06-25perf stat: Use recently introduced skip_spaces()Arnaldo Carvalho de Melo
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo
2019-06-10perf stat: Support per-die aggregationKan Liang
2019-05-16perf stat: Support 'percore' event qualifierJin Yao
2019-05-16perf stat: Factor out aggregate counts printingJin Yao
2019-04-01perf stat: Revert checks for duration_timeAndi Kleen
2019-01-25perf annotate: Remove lots of headers from annotate.hArnaldo Carvalho de Melo
2018-12-17perf stat: Fix CSV mode column output for non-cgroup eventsStephane Eranian
2018-08-30perf stat: Move the display functions to stat-display.cJiri Olsa