index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
metricgroup.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf metric: Remove unused struct metric_ref_node
Yuan Can
2022-10-06
1
-11
/
+0
*
perf metrics: Wire up core_wide
Ian Rogers
2022-10-04
1
-35
/
+90
*
perf stat: Delay metric parsing
Ian Rogers
2022-10-04
1
-2
/
+1
*
perf expr: Move the scanner_ctx into the parse_ctx
Ian Rogers
2022-10-04
1
-2
/
+2
*
perf metrics: Use 'unsigned int' instead of just 'unsigned'.
Xin Gao
2022-10-04
1
-1
/
+1
*
perf metric: Return early if no CPU PMU table exists
Ian Rogers
2022-08-31
1
-0
/
+3
*
perf metrics: Copy entire pmu_event in find metric
Ian Rogers
2022-08-13
1
-15
/
+18
*
perf pmu-events: Hide the pmu_events
Ian Rogers
2022-08-13
1
-21
/
+21
*
perf pmu-events: Don't assume pmu_event is an array
Ian Rogers
2022-08-13
1
-56
/
+125
*
perf pmu-events: Hide pmu_events_map
Ian Rogers
2022-08-13
1
-6
/
+9
*
perf pmu-events: Avoid passing pmu_events_map
Ian Rogers
2022-08-13
1
-43
/
+39
*
perf metrics: Ensure at least 1 id per metric
Ian Rogers
2022-06-19
1
-0
/
+9
*
perf metrics: Don't add all tool events for sharing
Ian Rogers
2022-05-09
1
-6
/
+39
*
perf metrics: Support all tool events
Ian Rogers
2022-05-09
1
-36
/
+51
*
Revert "perf stat: Support metrics with hybrid events"
Ian Rogers
2022-05-09
1
-244
/
+19
*
perf stat: Support metrics with hybrid events
Zhengjun Xing
2022-04-22
1
-19
/
+244
*
perf metric: Fix metric_leader
Ian Rogers
2022-01-15
1
-1
/
+1
*
perf metricgroup: Fix use after free in metric__new()
José Expósito
2022-01-14
1
-1
/
+1
*
perf metric: Reduce multiplexing with duration_time
Ian Rogers
2021-12-08
1
-9
/
+33
*
perf metric: Fix memory leaks
Ian Rogers
2021-11-07
1
-1
/
+4
*
perf parse-event: Add init and exit to parse_event_error
Ian Rogers
2021-11-07
1
-1
/
+2
*
perf parse-events: Rename parse_events_error functions
Ian Rogers
2021-11-07
1
-1
/
+1
*
perf list: Display hybrid PMU events with cpu type
Jin Yao
2021-10-25
1
-1
/
+6
*
perf metric: Allow modifiers on metrics
Ian Rogers
2021-10-20
1
-27
/
+98
*
perf metric: Switch fprintf() to pr_err()
Ian Rogers
2021-10-20
1
-1
/
+1
*
perf metrics: Modify setup and deduplication
Ian Rogers
2021-10-20
1
-251
/
+262
*
perf metric: Encode and use metric-id as qualifier
Ian Rogers
2021-10-20
1
-52
/
+211
*
perf metric: Simplify metric_refs calculation
Ian Rogers
2021-10-20
1
-54
/
+23
*
perf metric: Document the internal 'struct metric'
Ian Rogers
2021-10-20
1
-0
/
+20
*
perf metric: Modify resolution and recursion check
Ian Rogers
2021-10-20
1
-233
/
+169
*
perf metric: Only add a referenced metric once
Ian Rogers
2021-10-20
1
-3
/
+9
*
perf metric: Add metric new() and free() methods
Ian Rogers
2021-10-20
1
-62
/
+75
*
perf metric: Add documentation and rename a variable.
Ian Rogers
2021-10-20
1
-5
/
+54
*
perf metric: Move runtime value to the expr context
Ian Rogers
2021-10-20
1
-4
/
+3
*
perf pmu: Make pmu_event tables const.
Ian Rogers
2021-10-20
1
-18
/
+18
*
perf pmu: Add const to pmu_events_map.
Ian Rogers
2021-10-20
1
-10
/
+10
*
perf metric: Allow metrics with no events
Ian Rogers
2021-09-29
1
-50
/
+56
*
perf metric: Rename expr__find_other.
Ian Rogers
2021-09-29
1
-1
/
+1
*
perf metric: Restructure struct expr_parse_ctx.
Ian Rogers
2021-09-29
1
-20
/
+24
*
tools: rename bitmap_alloc() to bitmap_zalloc()
Andy Shevchenko
2021-09-08
1
-1
/
+1
*
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
2021-07-09
1
-4
/
+4
*
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
2021-07-09
1
-7
/
+7
*
perf metricgroup: Return error code from metricgroup__add_metric_sys_event_it...
John Garry
2021-06-19
1
-3
/
+5
*
perf metricgroup: Fix find_evsel_group() event selector
John Garry
2021-06-19
1
-3
/
+3
*
perf pmu: Add pmu_events_map__find() function to find the common PMU map for ...
John Garry
2021-04-08
1
-4
/
+3
*
perf metricgroup: Make find_metric() public with name change
John Garry
2021-04-08
1
-2
/
+3
*
perf tools: Fix various typos in comments
Ingo Molnar
2021-03-23
1
-1
/
+1
*
perf metricgroup: Remove unneeded semicolon
Yang Li
2021-02-17
1
-1
/
+1
*
perf metricgroup: Fix system PMU metrics
John Garry
2021-01-21
1
-3
/
+2
*
perf metricgroup: Fix for metrics containing duration_time
John Garry
2021-01-21
1
-2
/
+9
[next]