summaryrefslogtreecommitdiff
path: root/tools/perf/util/metricgroup.c
AgeCommit message (Expand)Author
2024-01-26perf tools: Fix calloc() arguments to address error introduced in gcc-14Sun Haiyong
2023-12-05perf metrics: Avoid segv if default metricgroup isn't setIan Rogers
2023-09-27perf metric: "Compat" supports regular expression matching identifiersJing Zhang
2023-08-24perf pmu-events: Add extra underscore to function namesIan Rogers
2023-06-16perf metrics: Sort the Default metricgroupKan Liang
2023-06-15perf stat,jevents: Introduce Default tags for the default modeKan Liang
2023-06-13perf metric: Fix no group checkKan Liang
2023-05-27perf pmus: Remove perf_pmus__has_hybridIan Rogers
2023-05-27perf pmu: Separate pmu and pmusIan Rogers
2023-05-27perf metrics: Remove perf_pmu__is_hybrid useIan Rogers
2023-05-22Merge remote-tracking branch 'acme/perf-tools' into perf-tools-nextArnaldo Carvalho de Melo
2023-05-16perf metrics: Avoid segv with --topdown for metrics without a groupIan Rogers
2023-05-15perf metrics: Be PMU specific in event matchIan Rogers
2023-05-15perf stat: Command line PMU metric filteringIan Rogers
2023-05-15perf metrics: Be PMU specific for referenced metrics.Ian Rogers
2023-05-15perf parse-events: Add pmu filterIan 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