aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/metricgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-19perf metricgroup: Return error code from metricgroup__add_metric_sys_event_iter()John Garry1-3/+5
2021-06-19perf metricgroup: Fix find_evsel_group() event selectorJohn Garry1-3/+3
2021-04-08perf pmu: Add pmu_events_map__find() function to find the common PMU map for the systemJohn Garry1-4/+3
2021-04-08perf metricgroup: Make find_metric() public with name changeJohn Garry1-2/+3
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-1/+1
2021-02-17perf metricgroup: Remove unneeded semicolonYang Li1-1/+1
2021-01-21perf metricgroup: Fix system PMU metricsJohn Garry1-3/+2
2021-01-21perf metricgroup: Fix for metrics containing duration_timeJohn Garry1-2/+9
2020-12-17perf metricgroup: Support adding metrics for system PMUsJohn Garry1-6/+60
2020-12-17perf metricgroup: Support printing metric groups for system PMUsJohn Garry1-4/+60
2020-12-17perf metricgroup: Split up metricgroup__print()John Garry1-54/+70
2020-12-17perf metricgroup: Fix metrics using aliases covering multiple PMUsJohn Garry1-1/+3
2020-11-16perf expr: Force encapsulation on expr_id_dataIan Rogers1-2/+2
2020-10-13Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo1-19/+56
2020-09-28perf tools: Copy metric events properly when expand cgroupsNamhyung Kim1-0/+85
2020-09-17perf metricgroup: Fix uncore metric expressionsIan Rogers1-19/+56
2020-09-17Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-10/+25
2020-09-15perf metric: Do not free metric when failed to resolveNamhyung Kim1-3/+6
2020-09-15perf metric: Free metric when it failed to resolveNamhyung Kim1-5/+12
2020-09-15perf metric: Fix some memory leaks - part 2Namhyung Kim1-0/+2
2020-09-15perf metric: Fix some memory leaksNamhyung Kim1-2/+5
2020-09-10perf metricgroup: Pass pmu_event structure as a parameter for arch_get_runtimeparam()Kajol Jain1-3/+2
2020-09-10perf metricgroup: Fix typo in comment.Ian Rogers1-1/+1
2020-09-09perf list: Do not print 'Metric Groups:' unnecessarilyNamhyung Kim1-4/+6
2020-07-30perf metric: Rename group_list to metric_listJiri Olsa1-21/+21
2020-07-30perf metric: Rename struct egroup to metricJiri Olsa1-75/+75
2020-07-30perf metric: Add recursion check when processing nested metricsJiri Olsa1-12/+110
2020-07-30perf metric: Add events for the current listJiri Olsa1-3/+6
2020-07-30perf metric: Collect referenced metrics in struct metric_exprJiri Olsa1-0/+32
2020-07-30perf metric: Collect referenced metrics in struct metric_ref_nodeJiri Olsa1-16/+172
2020-07-30perf metric: Rename __metricgroup__add_metric to __add_metricJiri Olsa1-11/+6
2020-07-30perf metric: Add add_metric functionJiri Olsa1-26/+36
2020-07-30perf metric: Add macros for iterating map eventsJiri Olsa1-37/+40
2020-07-17perf metric: Add 'struct expr_id_data' to keep expr valueJiri Olsa1-1/+1
2020-06-22perf tools: Release metric_events rblistJiri Olsa1-0/+19
2020-06-22perf tools: Add metricgroup__parse_groups_test functionJiri Olsa1-0/+11
2020-06-22perf tools: Add map to parse_groups() functionJiri Olsa1-10/+13
2020-06-22perf tools: Add fake_pmu to parse_group() functionJiri Olsa1-2/+3
2020-06-22perf parse: Factor out parse_groups() functionJiri Olsa1-6/+16
2020-05-28perf metricgroup: Remove unnecessary ',' from eventsIan Rogers1-2/+7
2020-05-28perf metricgroup: Add options to not group or mergeIan Rogers1-16/+52
2020-05-28perf metricgroup: Remove duped metric group eventsIan Rogers1-29/+62
2020-05-28perf metricgroup: Order event groups by sizeIan Rogers1-1/+15
2020-05-28perf metricgroup: Delay events string creationIan Rogers1-12/+21
2020-05-28perf metricgroup: Use early return in add_metricIan Rogers1-7/+15
2020-05-28perf metricgroup: Always place duration_time lastIan Rogers1-9/+9
2020-05-28perf metricgroup: Free metric_events on errorIan Rogers1-0/+3
2020-05-28perf metricgroup: Make 'evlist_used' variable a bitmap instead of array of boolsIan Rogers1-10/+8
2020-05-28perf expr: Migrate expr ids table to a hashmapIan Rogers1-50/+42
2020-04-30perf metricgroups: Enhance JSON/metric infrastructure to handle "?"Kajol Jain1-3/+25