aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat-display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-10perf stat: Remove dead code: no need to set os.evsel twiceIan Rogers1-1/+0
2020-09-01perf stat: Fix out of bounds array access in the print_counters() evlist methodThomas Richter1-1/+1
2020-06-09perf stat: Fix NULL pointer dereferenceHongbo Yao1-2/+2
2020-05-05perf evsel: Rename perf_evsel__is_*() to evsel__is*()Arnaldo Carvalho de Melo1-1/+1
2020-05-05perf evsel: Rename *perf_evsel__*name() to *evsel__*name()Arnaldo Carvalho de Melo1-5/+4
2020-05-05perf evsel: Rename perf_evsel__nr_cpus() to evsel__nr_cpus()Arnaldo Carvalho de Melo1-5/+5
2020-04-30perf tools: Enable Hz/hz prinitg for --metric-only optionKajol Jain1-2/+0
2020-03-24perf stat: Align the output for interval aggregation modeJin Yao1-3/+3
2020-03-10perf util: Factor out sysctl__nmi_watchdog_enabled()Kan Liang1-4/+2
2020-03-04perf stat: Show percore counts in per CPU outputJin Yao1-5/+28
2019-11-06perf stat: Add --per-node agregation supportJiri Olsa1-0/+15
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo1-0/+1
2019-08-26perf tools: Remove duplicate headersSouptick Joarder1-1/+0
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-22perf tools: Use perf_cpu_map__nr instead of cpu_map__nrJiri 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 cpus to struct perf_evlistJiri Olsa1-3/+3
2019-07-29libperf: Add threads to struct perf_evselJiri Olsa1-3/+3
2019-07-29libperf: Add cpus to struct perf_evselJiri Olsa1-1/+1
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa1-4/+4
2019-07-29libperf: Include perf_evlist in evlist objectJiri Olsa1-2/+2
2019-07-29libperf: Include perf_evsel in evsel objectJiri Olsa1-2/+2
2019-07-29libperf: Add perf_thread_map__get()/perf_thread_map__put()Jiri Olsa1-1/+1
2019-07-29perf evsel: Rename perf_evsel__cpus() to evsel__cpus()Jiri Olsa1-3/+3
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa1-9/+9
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa1-30/+30
2019-07-01perf stat: Don't merge events in the same PMUAndi Kleen1-1/+2
2019-06-26perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo1-2/+2
2019-06-25perf stat: Use recently introduced skip_spaces()Arnaldo Carvalho de Melo1-3/+2
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-06-10perf stat: Support per-die aggregationKan Liang1-4/+25
2019-05-16perf stat: Support 'percore' event qualifierJin Yao1-4/+39
2019-05-16perf stat: Factor out aggregate counts printingJin Yao1-25/+39
2019-04-01perf stat: Revert checks for duration_timeAndi Kleen1-18/+0
2019-01-25perf annotate: Remove lots of headers from annotate.hArnaldo Carvalho de Melo1-0/+1
2018-12-17perf stat: Fix CSV mode column output for non-cgroup eventsStephane Eranian1-5/+11
2018-08-30perf stat: Move the display functions to stat-display.cJiri Olsa1-0/+1166