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: Rename group_list to metric_list
Jiri Olsa
2020-07-30
1
-21
/
+21
*
perf metric: Rename struct egroup to metric
Jiri Olsa
2020-07-30
1
-75
/
+75
*
perf metric: Add recursion check when processing nested metrics
Jiri Olsa
2020-07-30
1
-12
/
+110
*
perf metric: Add events for the current list
Jiri Olsa
2020-07-30
1
-3
/
+6
*
perf metric: Collect referenced metrics in struct metric_expr
Jiri Olsa
2020-07-30
1
-0
/
+32
*
perf metric: Collect referenced metrics in struct metric_ref_node
Jiri Olsa
2020-07-30
1
-16
/
+172
*
perf metric: Rename __metricgroup__add_metric to __add_metric
Jiri Olsa
2020-07-30
1
-11
/
+6
*
perf metric: Add add_metric function
Jiri Olsa
2020-07-30
1
-26
/
+36
*
perf metric: Add macros for iterating map events
Jiri Olsa
2020-07-30
1
-37
/
+40
*
perf metric: Add 'struct expr_id_data' to keep expr value
Jiri Olsa
2020-07-17
1
-1
/
+1
*
perf tools: Release metric_events rblist
Jiri Olsa
2020-06-22
1
-0
/
+19
*
perf tools: Add metricgroup__parse_groups_test function
Jiri Olsa
2020-06-22
1
-0
/
+11
*
perf tools: Add map to parse_groups() function
Jiri Olsa
2020-06-22
1
-10
/
+13
*
perf tools: Add fake_pmu to parse_group() function
Jiri Olsa
2020-06-22
1
-2
/
+3
*
perf parse: Factor out parse_groups() function
Jiri Olsa
2020-06-22
1
-6
/
+16
*
perf metricgroup: Remove unnecessary ',' from events
Ian Rogers
2020-05-28
1
-2
/
+7
*
perf metricgroup: Add options to not group or merge
Ian Rogers
2020-05-28
1
-16
/
+52
*
perf metricgroup: Remove duped metric group events
Ian Rogers
2020-05-28
1
-29
/
+62
*
perf metricgroup: Order event groups by size
Ian Rogers
2020-05-28
1
-1
/
+15
*
perf metricgroup: Delay events string creation
Ian Rogers
2020-05-28
1
-12
/
+21
*
perf metricgroup: Use early return in add_metric
Ian Rogers
2020-05-28
1
-7
/
+15
*
perf metricgroup: Always place duration_time last
Ian Rogers
2020-05-28
1
-9
/
+9
*
perf metricgroup: Free metric_events on error
Ian Rogers
2020-05-28
1
-0
/
+3
*
perf metricgroup: Make 'evlist_used' variable a bitmap instead of array of bools
Ian Rogers
2020-05-28
1
-10
/
+8
*
perf expr: Migrate expr ids table to a hashmap
Ian Rogers
2020-05-28
1
-50
/
+42
*
perf metricgroups: Enhance JSON/metric infrastructure to handle "?"
Kajol Jain
2020-04-30
1
-3
/
+25
*
perf metrictroup: Split the metricgroup__add_metric function
Kajol Jain
2020-04-16
1
-25
/
+35
*
perf metricgroup: Fix printing event names of metric group with multiple even...
Kajol Jain
2020-03-24
1
-19
/
+30
*
perf metricgroup: Support metric constraint
Kan Liang
2020-03-10
1
-1
/
+53
*
perf metricgroup: Factor out metricgroup__add_metric_weak_group()
Kan Liang
2020-03-10
1
-24
/
+33
*
perf metricgroup: Fix printing event names of metric group with multiple events
Kajol Jain
2019-12-11
1
-2
/
+5
*
perf parse: Report initial event parsing error
Ian Rogers
2019-11-18
1
-1
/
+1
*
perf metricgroup: Support multiple events for metricgroup
Jin Yao
2019-09-01
1
-40
/
+44
*
perf metricgroup: Scale the metric result
Jin Yao
2019-09-01
1
-0
/
+3
*
perf tools: Remove debug.h from header files not needing it
Arnaldo Carvalho de Melo
2019-08-29
1
-0
/
+2
*
perf metricgroup: Remove needless includes from metricgroup.h
Arnaldo Carvalho de Melo
2019-08-22
1
-1
/
+2
*
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
1
-3
/
+3
*
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-29
1
-11
/
+11
*
perf metricgroup: Add missing list_del_init() when flushing egroups list
Arnaldo Carvalho de Melo
2019-07-09
1
-0
/
+1
*
perf tools: Use zfree() where applicable
Arnaldo Carvalho de Melo
2019-07-09
1
-4
/
+5
*
perf tools metric: Don't include duration_time in group
Andi Kleen
2019-07-02
1
-2
/
+17
*
perf list: Avoid extra : for --raw metrics
Andi Kleen
2019-07-02
1
-1
/
+1
*
perf stat: Fix group lookup for metric group
Andi Kleen
2019-07-02
1
-12
/
+35
*
perf metricgroup: Use strsep()
Arnaldo Carvalho de Melo
2019-06-26
1
-2
/
+1
*
perf tools: Use linux/ctype.h in more places
Arnaldo Carvalho de Melo
2019-06-26
1
-1
/
+1
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288
Thomas Gleixner
2019-06-05
1
-10
/
+1
*
perf list: Display metric expressions for --details option
Jiri Olsa
2019-02-14
1
-1
/
+7
*
perf util: Use cached rbtree for rblists
Davidlohr Bueso
2019-01-25
1
-1
/
+1
*
perf list: Unify metric group description format with PMU event description
Michael Petlan
2018-07-31
1
-2
/
+2
*
perf stat: Add transaction flag (-T) support for s390
Thomas Richter
2018-07-24
1
-0
/
+22
[next]