summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/metricgroup.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf metric: Fix metric_leaderIan Rogers2022-01-151-1/+1
* perf metricgroup: Fix use after free in metric__new()José Expósito2022-01-141-1/+1
* perf metric: Reduce multiplexing with duration_timeIan Rogers2021-12-081-9/+33
* perf metric: Fix memory leaksIan Rogers2021-11-071-1/+4
* perf parse-event: Add init and exit to parse_event_errorIan Rogers2021-11-071-1/+2
* perf parse-events: Rename parse_events_error functionsIan Rogers2021-11-071-1/+1
* perf list: Display hybrid PMU events with cpu typeJin Yao2021-10-251-1/+6
* perf metric: Allow modifiers on metricsIan Rogers2021-10-201-27/+98
* perf metric: Switch fprintf() to pr_err()Ian Rogers2021-10-201-1/+1
* perf metrics: Modify setup and deduplicationIan Rogers2021-10-201-251/+262
* perf metric: Encode and use metric-id as qualifierIan Rogers2021-10-201-52/+211
* perf metric: Simplify metric_refs calculationIan Rogers2021-10-201-54/+23
* perf metric: Document the internal 'struct metric'Ian Rogers2021-10-201-0/+20
* perf metric: Modify resolution and recursion checkIan Rogers2021-10-201-233/+169
* perf metric: Only add a referenced metric onceIan Rogers2021-10-201-3/+9
* perf metric: Add metric new() and free() methodsIan Rogers2021-10-201-62/+75
* perf metric: Add documentation and rename a variable.Ian Rogers2021-10-201-5/+54
* perf metric: Move runtime value to the expr contextIan Rogers2021-10-201-4/+3
* perf pmu: Make pmu_event tables const.Ian Rogers2021-10-201-18/+18
* perf pmu: Add const to pmu_events_map.Ian Rogers2021-10-201-10/+10
* perf metric: Allow metrics with no eventsIan Rogers2021-09-291-50/+56
* perf metric: Rename expr__find_other.Ian Rogers2021-09-291-1/+1
* perf metric: Restructure struct expr_parse_ctx.Ian Rogers2021-09-291-20/+24
* tools: rename bitmap_alloc() to bitmap_zalloc()Andy Shevchenko2021-09-081-1/+1
* libperf: Move 'leader' from tools/perf to perf_evsel::leaderJiri Olsa2021-07-091-4/+4
* libperf: Move 'idx' from tools/perf to perf_evsel::idxJiri Olsa2021-07-091-7/+7
* perf metricgroup: Return error code from metricgroup__add_metric_sys_event_it...John Garry2021-06-191-3/+5
* perf metricgroup: Fix find_evsel_group() event selectorJohn Garry2021-06-191-3/+3
* perf pmu: Add pmu_events_map__find() function to find the common PMU map for ...John Garry2021-04-081-4/+3
* perf metricgroup: Make find_metric() public with name changeJohn Garry2021-04-081-2/+3
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* perf metricgroup: Remove unneeded semicolonYang Li2021-02-171-1/+1
* perf metricgroup: Fix system PMU metricsJohn Garry2021-01-211-3/+2
* perf metricgroup: Fix for metrics containing duration_timeJohn Garry2021-01-211-2/+9
* perf metricgroup: Support adding metrics for system PMUsJohn Garry2020-12-171-6/+60
* perf metricgroup: Support printing metric groups for system PMUsJohn Garry2020-12-171-4/+60
* perf metricgroup: Split up metricgroup__print()John Garry2020-12-171-54/+70
* perf metricgroup: Fix metrics using aliases covering multiple PMUsJohn Garry2020-12-171-1/+3
* perf expr: Force encapsulation on expr_id_dataIan Rogers2020-11-161-2/+2
* Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2020-10-131-19/+56
|\
| * perf metricgroup: Fix uncore metric expressionsIan Rogers2020-09-171-19/+56
* | perf tools: Copy metric events properly when expand cgroupsNamhyung Kim2020-09-281-0/+85
* | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2020-09-171-10/+25
|\|
| * perf metric: Do not free metric when failed to resolveNamhyung Kim2020-09-151-3/+6
| * perf metric: Free metric when it failed to resolveNamhyung Kim2020-09-151-5/+12
| * perf metric: Fix some memory leaks - part 2Namhyung Kim2020-09-151-0/+2
| * perf metric: Fix some memory leaksNamhyung Kim2020-09-151-2/+5
* | perf metricgroup: Pass pmu_event structure as a parameter for arch_get_runtim...Kajol Jain2020-09-101-3/+2
* | perf metricgroup: Fix typo in comment.Ian Rogers2020-09-101-1/+1
* | perf list: Do not print 'Metric Groups:' unnecessarilyNamhyung Kim2020-09-091-4/+6
|/