summaryrefslogtreecommitdiff
path: root/tools/perf/util/metricgroup.c
AgeCommit message (Expand)Author
2023-05-16perf metrics: Avoid segv with --topdown for metrics without a groupIan Rogers
2023-05-10perf metric: JSON flag to not group events if gathering a metric groupIan Rogers
2023-05-05perf metrics: Fix SEGV with --for-each-cgroupIan Rogers
2023-04-12perf metricgroups: Use zfree() to reduce chances of use after freeArnaldo Carvalho de Melo
2023-03-13perf parse-events: Warn when events are regroupedIan Rogers
2023-02-19perf stat: Implement --topdown using json metricsIan Rogers
2023-02-19perf stat: Add TopdownL1 metric as a default if presentIan Rogers
2023-02-19perf metric: Add --metric-no-threshold optionIan Rogers
2023-02-19perf metric: Compute and print threshold valuesIan Rogers
2023-02-19perf list: Support for printing metric thresholdsIan Rogers
2023-02-19perf pmu-events: Make the metric_constraint an enumIan Rogers
2023-02-19perf metrics: Improve variable namesIan Rogers
2023-02-03perf pmu-events: Introduce pmu_metrics_tableIan Rogers
2023-02-02perf pmu-events: Add separate metric from pmu_eventIan Rogers
2022-12-16Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2022-11-23perf list: Reorganize to use callbacks to allow honouring command line optionsIan Rogers
2022-11-16perf expr: Tidy hashmap dependencyIan Rogers
2022-11-15perf list: Generalize limiting to a PMU nameIan Rogers
2022-11-09libbpf: Hashmap interface update to allow both long and void* keys/valuesEduard Zingerman
2022-10-06perf metric: Remove unused struct metric_ref_nodeYuan Can
2022-10-04perf metrics: Wire up core_wideIan Rogers
2022-10-04perf stat: Delay metric parsingIan Rogers
2022-10-04perf expr: Move the scanner_ctx into the parse_ctxIan Rogers
2022-10-04perf metrics: Use 'unsigned int' instead of just 'unsigned'.Xin Gao
2022-08-31perf metric: Return early if no CPU PMU table existsIan Rogers
2022-08-13perf metrics: Copy entire pmu_event in find metricIan Rogers
2022-08-13perf pmu-events: Hide the pmu_eventsIan Rogers
2022-08-13perf pmu-events: Don't assume pmu_event is an arrayIan Rogers
2022-08-13perf pmu-events: Hide pmu_events_mapIan Rogers
2022-08-13perf pmu-events: Avoid passing pmu_events_mapIan Rogers
2022-06-19perf metrics: Ensure at least 1 id per metricIan Rogers
2022-05-09perf metrics: Don't add all tool events for sharingIan Rogers
2022-05-09perf metrics: Support all tool eventsIan Rogers
2022-05-09Revert "perf stat: Support metrics with hybrid events"Ian Rogers
2022-04-22perf stat: Support metrics with hybrid eventsZhengjun Xing
2022-01-15perf metric: Fix metric_leaderIan Rogers
2022-01-14perf metricgroup: Fix use after free in metric__new()José Expósito
2021-12-07perf metric: Reduce multiplexing with duration_timeIan Rogers
2021-11-07perf metric: Fix memory leaksIan Rogers
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers
2021-11-07perf parse-events: Rename parse_events_error functionsIan Rogers
2021-10-25perf list: Display hybrid PMU events with cpu typeJin Yao
2021-10-20perf metric: Allow modifiers on metricsIan Rogers
2021-10-20perf metric: Switch fprintf() to pr_err()Ian Rogers
2021-10-20perf metrics: Modify setup and deduplicationIan Rogers
2021-10-20perf metric: Encode and use metric-id as qualifierIan Rogers
2021-10-20perf metric: Simplify metric_refs calculationIan Rogers
2021-10-20perf metric: Document the internal 'struct metric'Ian Rogers
2021-10-20perf metric: Modify resolution and recursion checkIan Rogers
2021-10-20perf metric: Only add a referenced metric onceIan Rogers