summaryrefslogtreecommitdiff
path: root/tools/perf/util/metricgroup.c
AgeCommit message (Expand)Author
2020-07-30perf metric: Add events for the current listJiri Olsa
2020-07-30perf metric: Collect referenced metrics in struct metric_exprJiri Olsa
2020-07-30perf metric: Collect referenced metrics in struct metric_ref_nodeJiri Olsa
2020-07-30perf metric: Rename __metricgroup__add_metric to __add_metricJiri Olsa
2020-07-30perf metric: Add add_metric functionJiri Olsa
2020-07-30perf metric: Add macros for iterating map eventsJiri Olsa
2020-07-17perf metric: Add 'struct expr_id_data' to keep expr valueJiri Olsa
2020-06-22perf tools: Release metric_events rblistJiri Olsa
2020-06-22perf tools: Add metricgroup__parse_groups_test functionJiri Olsa
2020-06-22perf tools: Add map to parse_groups() functionJiri Olsa
2020-06-22perf tools: Add fake_pmu to parse_group() functionJiri Olsa
2020-06-22perf parse: Factor out parse_groups() functionJiri Olsa
2020-05-28perf metricgroup: Remove unnecessary ',' from eventsIan Rogers
2020-05-28perf metricgroup: Add options to not group or mergeIan Rogers
2020-05-28perf metricgroup: Remove duped metric group eventsIan Rogers
2020-05-28perf metricgroup: Order event groups by sizeIan Rogers
2020-05-28perf metricgroup: Delay events string creationIan Rogers
2020-05-28perf metricgroup: Use early return in add_metricIan Rogers
2020-05-28perf metricgroup: Always place duration_time lastIan Rogers
2020-05-28perf metricgroup: Free metric_events on errorIan Rogers
2020-05-28perf metricgroup: Make 'evlist_used' variable a bitmap instead of array of boolsIan Rogers
2020-05-28perf expr: Migrate expr ids table to a hashmapIan Rogers
2020-04-30perf metricgroups: Enhance JSON/metric infrastructure to handle "?"Kajol Jain
2020-04-16perf metrictroup: Split the metricgroup__add_metric functionKajol Jain
2020-03-24perf metricgroup: Fix printing event names of metric group with multiple even...Kajol Jain
2020-03-10perf metricgroup: Support metric constraintKan Liang
2020-03-10perf metricgroup: Factor out metricgroup__add_metric_weak_group()Kan Liang
2019-12-11perf metricgroup: Fix printing event names of metric group with multiple eventsKajol Jain
2019-11-18perf parse: Report initial event parsing errorIan Rogers
2019-08-31perf metricgroup: Support multiple events for metricgroupJin Yao
2019-08-31perf metricgroup: Scale the metric resultJin Yao
2019-08-29perf tools: Remove debug.h from header files not needing itArnaldo Carvalho de Melo
2019-08-22perf metricgroup: Remove needless includes from metricgroup.hArnaldo Carvalho de Melo
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-07-09perf metricgroup: Add missing list_del_init() when flushing egroups listArnaldo Carvalho de Melo
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo
2019-07-02perf tools metric: Don't include duration_time in groupAndi Kleen
2019-07-02perf list: Avoid extra : for --raw metricsAndi Kleen
2019-07-01perf stat: Fix group lookup for metric groupAndi Kleen
2019-06-26perf metricgroup: Use strsep()Arnaldo Carvalho de Melo
2019-06-25perf tools: Use linux/ctype.h in more placesArnaldo Carvalho de Melo
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288Thomas Gleixner
2019-02-14perf list: Display metric expressions for --details optionJiri Olsa
2019-01-25perf util: Use cached rbtree for rblistsDavidlohr Bueso
2018-07-31perf list: Unify metric group description format with PMU event descriptionMichael Petlan
2018-07-24perf stat: Add transaction flag (-T) support for s390Thomas Richter
2017-12-27perf perf: Remove duplicate includesPravin Shedge
2017-12-05perf pmu: Pass pmu as a parameter to get_cpuid_str()Ganapatrao Kulkarni
2017-11-29perf script: Allow computing 'perf stat' style metricsAndi Kleen