summary refs log tree commit diff
path: root/tools/perf/util/stat.h
AgeCommit message (Expand)Author
2023-03-17perf stat: Fix counting when initial delay configuredChangbin Du
2022-12-31perf tools: Make quiet mode consistent between toolsJames Clark
2022-10-06perf stat: Kill unused per-thread runtime statsNamhyung Kim
2022-10-06perf stat: Rename saved_value->cpu_map_idxNamhyung Kim
2022-10-06perf stat: Convert perf_stat_evsel.res_stats arrayNamhyung Kim
2022-10-04perf metrics: Wire up core_wideIan Rogers
2022-08-10perf stat: Add JSON output optionClaire Jensen
2022-04-22perf stat: Merge event counts from all hybrid PMUsZhengjun Xing
2022-04-20perf stat: Introduce stats for the user and system rusage timesFlorian Fischer
2022-01-12perf cpumap: Give CPUs their own typeIan Rogers
2022-01-12perf stat: Swap variable name cpu to indexIan Rogers
2022-01-12perf evsel: Rename variable cpu to indexIan Rogers
2022-01-12perf stat: Switch to cpu version of cpu_map__get()Ian Rogers
2021-04-20perf stat: Basic support for iostat in perfAlexander Antonov
2021-03-24perf stat: Align CSV output for summary modeJin Yao
2021-03-09perf stat: Fixup __perf_stat_evsel__is() prefixArnaldo Carvalho de Melo
2021-02-08perf stat: Support L2 Topdown eventsKan Liang
2020-12-24perf cpumap: Drop in cpu_aggr_map structJames Clark
2020-12-24perf stat: Replace aggregation ID with a structJames Clark
2020-11-30perf evlist: Use the right prefix for 'struct evlist' print methodsArnaldo Carvalho de Melo
2020-11-30perf evlist: Use the right prefix for 'struct evlist' stats methodsArnaldo Carvalho de Melo
2020-11-04perf stat: Add --quiet optionAndi Kleen
2020-09-28perf stat: Add --for-each-cgroup optionNamhyung Kim
2020-09-17perf stat: Support new per thread TopDown metricsAndi Kleen
2020-09-04perf tools: Add FIFO file names as alternative options to --controlAdrian Hunter
2020-09-03perf stat: Turn off summary for interval mode by defaultJin Yao
2020-08-04perf stat: Introduce --control fd:ctl-fd[,ack-fd] optionsAlexey Budankov
2020-07-22perf stat: extend -D,--delay option with -1 valueAlexey Budankov
2020-06-22perf tools: Add test_generic_metric functionJiri Olsa
2020-05-28perf metricgroup: Add options to not group or mergeIan Rogers
2020-05-28perf config: Add stat.big-num supportPaul A. Clarke
2020-05-28perf stat: Report summary for interval modeJin Yao
2020-05-28perf stat: Save aggr value to first member of prev_raw_countsJin Yao
2020-05-28perf stat: Copy counts from prev_raw_counts to evsel->countsJin Yao
2020-03-04perf stat: Show percore counts in per CPU outputJin Yao
2019-11-29perf stat: Use affinity for opening eventsAndi Kleen
2019-11-06perf stat: Add --per-node agregation supportJiri Olsa
2019-10-15perf stat: Support --all-kernel/--all-userJin Yao
2019-09-20perf stat: Reset previous counts on repeat with intervalSrikar Dronamraju
2019-09-20perf stat: Move perf_stat_synthesize_config() to event.hArnaldo Carvalho de Melo
2019-08-26perf record: Move record_opts and other record decls out of perf.hArnaldo Carvalho de Melo
2019-08-26perf stat: Remove needless headers from stat.hArnaldo Carvalho de Melo
2019-07-29libperf: Adopt xyarray class from perfJiri 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-06-10perf stat: Support per-die aggregationKan Liang
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa
2018-08-30perf stat: Move the display functions to stat-display.cJiri Olsa
2018-08-30perf stat: Move 'metric_events' to 'struct perf_stat_config'Jiri Olsa