| Commit message (Expand) | Author | Age | Files | Lines |
* | perf evsel: Add accessor for tool_event | Ian Rogers | 2024-09-11 | 1 | -1/+1 |
* | perf stat: Fix the hard-coded metrics calculation on the hybrid | Kan Liang | 2024-06-21 | 1 | -0/+7 |
* | perf metrics: Compute unmerged uncore metrics individually | Ian Rogers | 2024-02-22 | 1 | -4/+27 |
* | perf stat: Pass fewer metric arguments | Ian Rogers | 2024-02-22 | 1 | -20/+18 |
* | perf metric: Don't remove scale from counts | Ian Rogers | 2024-02-13 | 1 | -6/+1 |
* | perf stat: Fix hard coded LL miss units | Ian Rogers | 2024-01-03 | 1 | -1/+1 |
* | perf stat: New metricgroup output for the default mode | Kan Liang | 2023-06-16 | 1 | -12/+119 |
* | perf metric: Change divide by zero and !support events behavior | Ian Rogers | 2023-05-10 | 1 | -6/+19 |
* | perf stat: Modify the group test | Ian Rogers | 2023-03-13 | 1 | -1/+1 |
* | perf stat: Remove saved_value/runtime_stat | Ian Rogers | 2023-02-19 | 1 | -198/+0 |
* | perf stat: Use counts rather than saved_value | Ian Rogers | 2023-02-19 | 1 | -265/+269 |
* | perf metric: Directly use counts rather than saved_value | Ian Rogers | 2023-02-19 | 1 | -37/+19 |
* | perf stat: Add cpu_aggr_map for loop | Ian Rogers | 2023-02-19 | 1 | -64/+64 |
* | perf stat: Hide runtime_stat | Ian Rogers | 2023-02-19 | 1 | -97/+68 |
* | perf stat: Move enums from header | Ian Rogers | 2023-02-19 | 1 | -0/+25 |
* | perf stat: Use metrics for --smi-cost | Ian Rogers | 2023-02-19 | 1 | -30/+0 |
* | perf stat: Remove hard coded transaction events | Ian Rogers | 2023-02-19 | 1 | -47/+1 |
* | perf stat: Remove topdown event special handling | Ian Rogers | 2023-02-19 | 1 | -346/+0 |
* | perf metric: Add --metric-no-threshold option | Ian Rogers | 2023-02-19 | 1 | -1/+2 |
* | perf metric: Compute and print threshold values | Ian Rogers | 2023-02-19 | 1 | -8/+16 |
* | perf stat: Avoid merging/aggregating metric counts twice | Ian Rogers | 2023-02-09 | 1 | -1/+1 |
* | perf stat: Remove evsel metric_name/expr | Ian Rogers | 2023-02-03 | 1 | -112/+0 |
* | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo | 2022-12-16 | 1 | -1/+1 |
|\ |
|
| * | libbpf: Hashmap interface update to allow both long and void* keys/values | Eduard Zingerman | 2022-11-10 | 1 | -1/+1 |
* | | perf expr: Tidy hashmap dependency | Ian Rogers | 2022-11-16 | 1 | -0/+1 |
|/ |
|
* | perf stat: Don't compare runtime stat for shadow stats | Namhyung Kim | 2022-10-06 | 1 | -12/+0 |
* | perf stat: Use thread map index for shadow stat | Namhyung Kim | 2022-10-06 | 1 | -1/+1 |
* | perf stat: Rename saved_value->cpu_map_idx | Namhyung Kim | 2022-10-06 | 1 | -154/+154 |
* | perf metrics: Don't scale counts going into metrics | Ian Rogers | 2022-10-06 | 1 | -2/+7 |
* | perf metrics: Wire up core_wide | Ian Rogers | 2022-10-04 | 1 | -3/+8 |
* | perf expr: Move the scanner_ctx into the parse_ctx | Ian Rogers | 2022-10-04 | 1 | -1/+1 |
* | perf stat: Capitalize topdown metrics' names | Zhengjun Xing | 2022-08-27 | 1 | -12/+12 |
* | perf metrics: Support all tool events | Ian Rogers | 2022-05-09 | 1 | -3/+24 |
* | perf stat: Introduce stats for the user and system rusage times | Florian Fischer | 2022-04-20 | 1 | -0/+2 |
* | perf stat: Swap variable name cpu to index | Ian Rogers | 2022-01-12 | 1 | -154/+154 |
* | perf expr: Add source_count for aggregating events | Ian Rogers | 2021-11-13 | 1 | -1/+6 |
* | perf stat: Fix memory leak on error path | Ian Rogers | 2021-11-07 | 1 | -0/+1 |
* | perf metric: Encode and use metric-id as qualifier | Ian Rogers | 2021-10-20 | 1 | -16/+4 |
* | perf metric: Move runtime value to the expr context | Ian Rogers | 2021-10-20 | 1 | -3/+4 |
* | perf metric: Rename expr__find_other. | Ian Rogers | 2021-09-29 | 1 | -3/+3 |
* | perf metric: Restructure struct expr_parse_ctx. | Ian Rogers | 2021-09-29 | 1 | -18/+32 |
* | libperf: Move 'leader' from tools/perf to perf_evsel::leader | Jiri Olsa | 2021-07-09 | 1 | -1/+1 |
* | perf stat: Basic support for iostat in perf | Alexander Antonov | 2021-04-20 | 1 | -1/+4 |
* | perf stat: Improve readability of shadow stats | Changbin Du | 2021-03-15 | 1 | -9/+7 |
* | perf stat: Support L2 Topdown events | Kan Liang | 2021-02-08 | 1 | -0/+92 |
* | perf stat: Take cgroups into account for shadow stats | Namhyung Kim | 2021-01-15 | 1 | -7/+19 |
* | perf stat: Introduce struct runtime_stat_data | Namhyung Kim | 2021-01-15 | 1 | -173/+173 |
* | perf stat: Support new per thread TopDown metrics | Andi Kleen | 2020-09-17 | 1 | -0/+89 |
* | perf stat: Fix the ratio comments of miss-events | Qi Liu | 2020-09-16 | 1 | -10/+10 |
* | perf metric: Release expr_parse_ctx after testing | Namhyung Kim | 2020-09-15 | 1 | -3/+5 |