index
:
linux/linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
metricgroup.c
Age
Commit message (
Expand
)
Author
2020-10-13
Merge branch 'perf/urgent' into perf/core
Arnaldo Carvalho de Melo
2020-09-28
perf tools: Copy metric events properly when expand cgroups
Namhyung Kim
2020-09-17
perf metricgroup: Fix uncore metric expressions
Ian Rogers
2020-09-17
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2020-09-15
perf metric: Do not free metric when failed to resolve
Namhyung Kim
2020-09-15
perf metric: Free metric when it failed to resolve
Namhyung Kim
2020-09-15
perf metric: Fix some memory leaks - part 2
Namhyung Kim
2020-09-15
perf metric: Fix some memory leaks
Namhyung Kim
2020-09-10
perf metricgroup: Pass pmu_event structure as a parameter for arch_get_runtim...
Kajol Jain
2020-09-10
perf metricgroup: Fix typo in comment.
Ian Rogers
2020-09-09
perf list: Do not print 'Metric Groups:' unnecessarily
Namhyung Kim
2020-07-30
perf metric: Rename group_list to metric_list
Jiri Olsa
2020-07-30
perf metric: Rename struct egroup to metric
Jiri Olsa
2020-07-30
perf metric: Add recursion check when processing nested metrics
Jiri Olsa
2020-07-30
perf metric: Add events for the current list
Jiri Olsa
2020-07-30
perf metric: Collect referenced metrics in struct metric_expr
Jiri Olsa
2020-07-30
perf metric: Collect referenced metrics in struct metric_ref_node
Jiri Olsa
2020-07-30
perf metric: Rename __metricgroup__add_metric to __add_metric
Jiri Olsa
2020-07-30
perf metric: Add add_metric function
Jiri Olsa
2020-07-30
perf metric: Add macros for iterating map events
Jiri Olsa
2020-07-17
perf metric: Add 'struct expr_id_data' to keep expr value
Jiri Olsa
2020-06-22
perf tools: Release metric_events rblist
Jiri Olsa
2020-06-22
perf tools: Add metricgroup__parse_groups_test function
Jiri Olsa
2020-06-22
perf tools: Add map to parse_groups() function
Jiri Olsa
2020-06-22
perf tools: Add fake_pmu to parse_group() function
Jiri Olsa
2020-06-22
perf parse: Factor out parse_groups() function
Jiri Olsa
2020-05-28
perf metricgroup: Remove unnecessary ',' from events
Ian Rogers
2020-05-28
perf metricgroup: Add options to not group or merge
Ian Rogers
2020-05-28
perf metricgroup: Remove duped metric group events
Ian Rogers
2020-05-28
perf metricgroup: Order event groups by size
Ian Rogers
2020-05-28
perf metricgroup: Delay events string creation
Ian Rogers
2020-05-28
perf metricgroup: Use early return in add_metric
Ian Rogers
2020-05-28
perf metricgroup: Always place duration_time last
Ian Rogers
2020-05-28
perf metricgroup: Free metric_events on error
Ian Rogers
2020-05-28
perf metricgroup: Make 'evlist_used' variable a bitmap instead of array of bools
Ian Rogers
2020-05-28
perf expr: Migrate expr ids table to a hashmap
Ian Rogers
2020-04-30
perf metricgroups: Enhance JSON/metric infrastructure to handle "?"
Kajol Jain
2020-04-16
perf metrictroup: Split the metricgroup__add_metric function
Kajol Jain
2020-03-24
perf metricgroup: Fix printing event names of metric group with multiple even...
Kajol Jain
2020-03-10
perf metricgroup: Support metric constraint
Kan Liang
2020-03-10
perf metricgroup: Factor out metricgroup__add_metric_weak_group()
Kan Liang
2019-12-11
perf metricgroup: Fix printing event names of metric group with multiple events
Kajol Jain
2019-11-18
perf parse: Report initial event parsing error
Ian Rogers
2019-08-31
perf metricgroup: Support multiple events for metricgroup
Jin Yao
2019-08-31
perf metricgroup: Scale the metric result
Jin Yao
2019-08-29
perf tools: Remove debug.h from header files not needing it
Arnaldo Carvalho de Melo
2019-08-22
perf metricgroup: Remove needless includes from metricgroup.h
Arnaldo Carvalho de Melo
2019-07-29
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
2019-07-29
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-09
perf metricgroup: Add missing list_del_init() when flushing egroups list
Arnaldo Carvalho de Melo
[next]