summaryrefslogtreecommitdiff
path: root/tools/perf/util/stat-shadow.c
AgeCommit message (Expand)Author
2024-11-07perf stat: Expand metric+unit buffer sizeIan Rogers
2024-10-17perf stat: Change color to threshold in print_metricIan Rogers
2024-10-17perf stat: Fix/add parameter names for print_metricIan Rogers
2024-10-10perf tool_pmu: Move expr literals to tool_pmuIan Rogers
2024-10-10perf tool_pmu: Rename enum perf_tool_event to tool_pmu_eventIan Rogers
2024-10-10perf tool_pmu: Factor tool events into their own PMUIan Rogers
2024-09-26perf evsel: Remove pmu_nameIan Rogers
2024-09-26perf stat: Remove evlist__add_default_attrs use stringsIan Rogers
2024-09-11perf evsel: Add accessor for tool_eventIan Rogers
2024-06-21perf stat: Fix the hard-coded metrics calculation on the hybridKan Liang
2024-02-22perf metrics: Compute unmerged uncore metrics individuallyIan Rogers
2024-02-22perf stat: Pass fewer metric argumentsIan Rogers
2024-02-13perf metric: Don't remove scale from countsIan Rogers
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