aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/metricgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-11-07perf metric: Fix memory leaksIan Rogers1-1/+4
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers1-1/+2
2021-11-07perf parse-events: Rename parse_events_error functionsIan Rogers1-1/+1
2021-10-25perf list: Display hybrid PMU events with cpu typeJin Yao1-1/+6
2021-10-20perf metric: Allow modifiers on metricsIan Rogers1-27/+98
2021-10-20perf metric: Switch fprintf() to pr_err()Ian Rogers1-1/+1
2021-10-20perf metrics: Modify setup and deduplicationIan Rogers1-251/+262
2021-10-20perf metric: Encode and use metric-id as qualifierIan Rogers1-52/+211
2021-10-20perf metric: Simplify metric_refs calculationIan Rogers1-54/+23
2021-10-20perf metric: Document the internal 'struct metric'Ian Rogers1-0/+20
2021-10-20perf metric: Modify resolution and recursion checkIan Rogers1-233/+169
2021-10-20perf metric: Only add a referenced metric onceIan Rogers1-3/+9
2021-10-20perf metric: Add metric new() and free() methodsIan Rogers1-62/+75
2021-10-20perf metric: Add documentation and rename a variable.Ian Rogers1-5/+54
2021-10-20perf metric: Move runtime value to the expr contextIan Rogers1-4/+3
2021-10-20perf pmu: Make pmu_event tables const.Ian Rogers1-18/+18
2021-10-20perf pmu: Add const to pmu_events_map.Ian Rogers1-10/+10
2021-09-29perf metric: Allow metrics with no eventsIan Rogers1-50/+56
2021-09-29perf metric: Rename expr__find_other.Ian Rogers1-1/+1
2021-09-29perf metric: Restructure struct expr_parse_ctx.Ian Rogers1-20/+24
2021-09-08tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko1-1/+1
2021-07-09libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa1-4/+4
2021-07-09libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa1-7/+7
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