aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/stat-shadow.c
AgeCommit message (Expand)Author
2024-01-03perf stat: Fix hard coded LL miss unitsIan Rogers
2023-06-16perf stat: New metricgroup output for the default modeKan Liang
2023-05-10perf metric: Change divide by zero and !support events behaviorIan Rogers
2023-03-13perf stat: Modify the group testIan Rogers
2023-02-19perf stat: Remove saved_value/runtime_statIan Rogers
2023-02-19perf stat: Use counts rather than saved_valueIan Rogers
2023-02-19perf metric: Directly use counts rather than saved_valueIan Rogers
2023-02-19perf stat: Add cpu_aggr_map for loopIan Rogers
2023-02-19perf stat: Hide runtime_statIan Rogers
2023-02-19perf stat: Move enums from headerIan Rogers
2023-02-19perf stat: Use metrics for --smi-costIan Rogers
2023-02-19perf stat: Remove hard coded transaction eventsIan Rogers
2023-02-19perf stat: Remove topdown event special handlingIan Rogers
2023-02-19perf metric: Add --metric-no-threshold optionIan Rogers
2023-02-19perf metric: Compute and print threshold valuesIan Rogers
2023-02-09perf stat: Avoid merging/aggregating metric counts twiceIan Rogers
2023-02-03perf stat: Remove evsel metric_name/exprIan Rogers
2022-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-11-16perf expr: Tidy hashmap dependencyIan Rogers
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman
2022-10-06perf stat: Don't compare runtime stat for shadow statsNamhyung Kim
2022-10-06perf stat: Use thread map index for shadow statNamhyung Kim
2022-10-06perf stat: Rename saved_value->cpu_map_idxNamhyung Kim
2022-10-06perf metrics: Don't scale counts going into metricsIan Rogers
2022-10-04perf metrics: Wire up core_wideIan Rogers
2022-10-04perf expr: Move the scanner_ctx into the parse_ctxIan Rogers
2022-08-27perf stat: Capitalize topdown metrics' namesZhengjun Xing
2022-05-09perf metrics: Support all tool eventsIan Rogers
2022-04-20perf stat: Introduce stats for the user and system rusage timesFlorian Fischer
2022-01-12perf stat: Swap variable name cpu to indexIan Rogers
2021-11-13perf expr: Add source_count for aggregating eventsIan Rogers
2021-11-07perf stat: Fix memory leak on error pathIan Rogers
2021-10-20perf metric: Encode and use metric-id as qualifierIan Rogers
2021-10-20perf metric: Move runtime value to the expr contextIan Rogers
2021-09-29perf metric: Rename expr__find_other.Ian Rogers
2021-09-29perf metric: Restructure struct expr_parse_ctx.Ian Rogers
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa
2021-04-20perf stat: Basic support for iostat in perfAlexander Antonov
2021-03-15perf stat: Improve readability of shadow statsChangbin Du
2021-02-08perf stat: Support L2 Topdown eventsKan Liang
2021-01-15perf stat: Take cgroups into account for shadow statsNamhyung Kim
2021-01-15perf stat: Introduce struct runtime_stat_dataNamhyung Kim
2020-09-17perf stat: Support new per thread TopDown metricsAndi Kleen
2020-09-16perf stat: Fix the ratio comments of miss-eventsQi Liu
2020-09-15perf metric: Release expr_parse_ctx after testingNamhyung Kim
2020-07-30perf metric: Add referenced metrics to hash dataJiri Olsa
2020-07-17perf metric: Rename expr__add_id() to expr__add_val()Jiri Olsa
2020-06-22perf tools: Add test_generic_metric functionJiri Olsa
2020-06-22perf tools: Factor out prepare_metric functionJiri Olsa
2020-05-28perf stat: Do not pass avg to generic_metricJiri Olsa