index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
metricgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-09
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
1
-4
/
+4
2021-07-09
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
1
-7
/
+7
2021-06-19
perf metricgroup: Return error code from metricgroup__add_metric_sys_event_it...
John Garry
1
-3
/
+5
2021-06-19
perf metricgroup: Fix find_evsel_group() event selector
John Garry
1
-3
/
+3
2021-04-08
perf pmu: Add pmu_events_map__find() function to find the common PMU map for ...
John Garry
1
-4
/
+3
2021-04-08
perf metricgroup: Make find_metric() public with name change
John Garry
1
-2
/
+3
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-02-17
perf metricgroup: Remove unneeded semicolon
Yang Li
1
-1
/
+1
2021-01-21
perf metricgroup: Fix system PMU metrics
John Garry
1
-3
/
+2
2021-01-21
perf metricgroup: Fix for metrics containing duration_time
John Garry
1
-2
/
+9
2020-12-17
perf metricgroup: Support adding metrics for system PMUs
John Garry
1
-6
/
+60
2020-12-17
perf metricgroup: Support printing metric groups for system PMUs
John Garry
1
-4
/
+60
2020-12-17
perf metricgroup: Split up metricgroup__print()
John Garry
1
-54
/
+70
2020-12-17
perf metricgroup: Fix metrics using aliases covering multiple PMUs
John Garry
1
-1
/
+3
2020-11-16
perf expr: Force encapsulation on expr_id_data
Ian Rogers
1
-2
/
+2
2020-10-13
Merge branch 'perf/urgent' into perf/core
Arnaldo Carvalho de Melo
1
-19
/
+56
2020-09-28
perf tools: Copy metric events properly when expand cgroups
Namhyung Kim
1
-0
/
+85
2020-09-17
perf metricgroup: Fix uncore metric expressions
Ian Rogers
1
-19
/
+56
2020-09-17
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-10
/
+25
2020-09-15
perf metric: Do not free metric when failed to resolve
Namhyung Kim
1
-3
/
+6
2020-09-15
perf metric: Free metric when it failed to resolve
Namhyung Kim
1
-5
/
+12
2020-09-15
perf metric: Fix some memory leaks - part 2
Namhyung Kim
1
-0
/
+2
2020-09-15
perf metric: Fix some memory leaks
Namhyung Kim
1
-2
/
+5
2020-09-10
perf metricgroup: Pass pmu_event structure as a parameter for arch_get_runtim...
Kajol Jain
1
-3
/
+2
2020-09-10
perf metricgroup: Fix typo in comment.
Ian Rogers
1
-1
/
+1
2020-09-09
perf list: Do not print 'Metric Groups:' unnecessarily
Namhyung Kim
1
-4
/
+6
2020-07-30
perf metric: Rename group_list to metric_list
Jiri Olsa
1
-21
/
+21
2020-07-30
perf metric: Rename struct egroup to metric
Jiri Olsa
1
-75
/
+75
2020-07-30
perf metric: Add recursion check when processing nested metrics
Jiri Olsa
1
-12
/
+110
2020-07-30
perf metric: Add events for the current list
Jiri Olsa
1
-3
/
+6
2020-07-30
perf metric: Collect referenced metrics in struct metric_expr
Jiri Olsa
1
-0
/
+32
2020-07-30
perf metric: Collect referenced metrics in struct metric_ref_node
Jiri Olsa
1
-16
/
+172
2020-07-30
perf metric: Rename __metricgroup__add_metric to __add_metric
Jiri Olsa
1
-11
/
+6
2020-07-30
perf metric: Add add_metric function
Jiri Olsa
1
-26
/
+36
2020-07-30
perf metric: Add macros for iterating map events
Jiri Olsa
1
-37
/
+40
2020-07-17
perf metric: Add 'struct expr_id_data' to keep expr value
Jiri Olsa
1
-1
/
+1
2020-06-22
perf tools: Release metric_events rblist
Jiri Olsa
1
-0
/
+19
2020-06-22
perf tools: Add metricgroup__parse_groups_test function
Jiri Olsa
1
-0
/
+11
2020-06-22
perf tools: Add map to parse_groups() function
Jiri Olsa
1
-10
/
+13
2020-06-22
perf tools: Add fake_pmu to parse_group() function
Jiri Olsa
1
-2
/
+3
2020-06-22
perf parse: Factor out parse_groups() function
Jiri Olsa
1
-6
/
+16
2020-05-28
perf metricgroup: Remove unnecessary ',' from events
Ian Rogers
1
-2
/
+7
2020-05-28
perf metricgroup: Add options to not group or merge
Ian Rogers
1
-16
/
+52
2020-05-28
perf metricgroup: Remove duped metric group events
Ian Rogers
1
-29
/
+62
2020-05-28
perf metricgroup: Order event groups by size
Ian Rogers
1
-1
/
+15
2020-05-28
perf metricgroup: Delay events string creation
Ian Rogers
1
-12
/
+21
2020-05-28
perf metricgroup: Use early return in add_metric
Ian Rogers
1
-7
/
+15
2020-05-28
perf metricgroup: Always place duration_time last
Ian Rogers
1
-9
/
+9
2020-05-28
perf metricgroup: Free metric_events on error
Ian Rogers
1
-0
/
+3
2020-05-28
perf metricgroup: Make 'evlist_used' variable a bitmap instead of array of bools
Ian Rogers
1
-10
/
+8
[next]