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
2021-11-07
perf parse-event: Add init and exit to parse_event_error
Ian Rogers
2021-11-07
perf parse-events: Rename parse_events_error functions
Ian Rogers
2021-10-25
perf list: Display hybrid PMU events with cpu type
Jin Yao
2021-10-20
perf metric: Allow modifiers on metrics
Ian Rogers
2021-10-20
perf metric: Switch fprintf() to pr_err()
Ian Rogers
2021-10-20
perf metrics: Modify setup and deduplication
Ian Rogers
2021-10-20
perf metric: Encode and use metric-id as qualifier
Ian Rogers
2021-10-20
perf metric: Simplify metric_refs calculation
Ian Rogers
2021-10-20
perf metric: Document the internal 'struct metric'
Ian Rogers
2021-10-20
perf metric: Modify resolution and recursion check
Ian Rogers
2021-10-20
perf metric: Only add a referenced metric once
Ian Rogers
2021-10-20
perf metric: Add metric new() and free() methods
Ian Rogers
2021-10-20
perf metric: Add documentation and rename a variable.
Ian Rogers
2021-10-20
perf metric: Move runtime value to the expr context
Ian Rogers
2021-10-20
perf pmu: Make pmu_event tables const.
Ian Rogers
2021-10-20
perf pmu: Add const to pmu_events_map.
Ian Rogers
2021-09-29
perf metric: Allow metrics with no events
Ian Rogers
2021-09-29
perf metric: Rename expr__find_other.
Ian Rogers
2021-09-29
perf metric: Restructure struct expr_parse_ctx.
Ian Rogers
2021-09-08
tools: rename bitmap_alloc() to bitmap_zalloc()
Andy Shevchenko
2021-07-09
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
2021-07-09
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
2021-06-19
perf metricgroup: Return error code from metricgroup__add_metric_sys_event_it...
John Garry
2021-06-19
perf metricgroup: Fix find_evsel_group() event selector
John Garry
2021-04-08
perf pmu: Add pmu_events_map__find() function to find the common PMU map for ...
John Garry
2021-04-08
perf metricgroup: Make find_metric() public with name change
John Garry
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
2021-02-17
perf metricgroup: Remove unneeded semicolon
Yang Li
2021-01-21
perf metricgroup: Fix system PMU metrics
John Garry
2021-01-21
perf metricgroup: Fix for metrics containing duration_time
John Garry
2020-12-17
perf metricgroup: Support adding metrics for system PMUs
John Garry
2020-12-17
perf metricgroup: Support printing metric groups for system PMUs
John Garry
2020-12-17
perf metricgroup: Split up metricgroup__print()
John Garry
2020-12-17
perf metricgroup: Fix metrics using aliases covering multiple PMUs
John Garry
2020-11-16
perf expr: Force encapsulation on expr_id_data
Ian Rogers
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
[prev]
[next]