index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
metricgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-01-26
perf tools: Fix calloc() arguments to address error introduced in gcc-14
Sun Haiyong
1
-1
/
+1
2023-12-05
perf metrics: Avoid segv if default metricgroup isn't set
Ian Rogers
1
-1
/
+1
2023-09-28
perf metric: "Compat" supports regular expression matching identifiers
Jing Zhang
1
-1
/
+1
2023-08-24
perf pmu-events: Add extra underscore to function names
Ian Rogers
1
-5
/
+5
2023-06-16
perf metrics: Sort the Default metricgroup
Kan Liang
1
-0
/
+26
2023-06-16
perf stat,jevents: Introduce Default tags for the default mode
Kan Liang
1
-0
/
+6
2023-06-14
perf metric: Fix no group check
Kan Liang
1
-1
/
+1
2023-05-27
perf pmus: Remove perf_pmus__has_hybrid
Ian Rogers
1
-1
/
+1
2023-05-27
perf pmu: Separate pmu and pmus
Ian Rogers
1
-2
/
+3
2023-05-27
perf metrics: Remove perf_pmu__is_hybrid use
Ian Rogers
1
-4
/
+2
2023-05-22
Merge remote-tracking branch 'acme/perf-tools' into perf-tools-next
Arnaldo Carvalho de Melo
1
-1
/
+1
2023-05-16
perf metrics: Avoid segv with --topdown for metrics without a group
Ian Rogers
1
-1
/
+1
2023-05-15
perf metrics: Be PMU specific in event match
Ian Rogers
1
-3
/
+7
2023-05-15
perf stat: Command line PMU metric filtering
Ian Rogers
1
-1
/
+2
2023-05-15
perf metrics: Be PMU specific for referenced metrics.
Ian Rogers
1
-26
/
+68
2023-05-15
perf parse-events: Add pmu filter
Ian Rogers
1
-2
/
+2
2023-05-10
perf metric: JSON flag to not group events if gathering a metric group
Ian Rogers
1
-4
/
+4
2023-05-06
perf metrics: Fix SEGV with --for-each-cgroup
Ian Rogers
1
-0
/
+1
2023-04-12
perf metricgroups: Use zfree() to reduce chances of use after free
Arnaldo Carvalho de Melo
1
-9
/
+9
2023-03-13
perf parse-events: Warn when events are regrouped
Ian Rogers
1
-1
/
+2
2023-02-19
perf stat: Implement --topdown using json metrics
Ian Rogers
1
-0
/
+31
2023-02-19
perf stat: Add TopdownL1 metric as a default if present
Ian Rogers
1
-4
/
+2
2023-02-19
perf metric: Add --metric-no-threshold option
Ian Rogers
1
-23
/
+39
2023-02-19
perf metric: Compute and print threshold values
Ian Rogers
1
-3
/
+21
2023-02-19
perf list: Support for printing metric thresholds
Ian Rogers
1
-0
/
+3
2023-02-19
perf pmu-events: Make the metric_constraint an enum
Ian Rogers
1
-7
/
+12
2023-02-19
perf metrics: Improve variable names
Ian Rogers
1
-23
/
+22
2023-02-03
perf pmu-events: Introduce pmu_metrics_table
Ian Rogers
1
-27
/
+27
2023-02-02
perf pmu-events: Add separate metric from pmu_event
Ian Rogers
1
-82
/
+79
2022-12-16
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
1
-5
/
+5
2022-11-23
perf list: Reorganize to use callbacks to allow honouring command line options
Ian Rogers
1
-179
/
+64
2022-11-16
perf expr: Tidy hashmap dependency
Ian Rogers
1
-0
/
+1
2022-11-15
perf list: Generalize limiting to a PMU name
Ian Rogers
1
-1
/
+2
2022-11-10
libbpf: Hashmap interface update to allow both long and void* keys/values
Eduard Zingerman
1
-5
/
+5
2022-10-06
perf metric: Remove unused struct metric_ref_node
Yuan Can
1
-11
/
+0
2022-10-04
perf metrics: Wire up core_wide
Ian Rogers
1
-35
/
+90
2022-10-04
perf stat: Delay metric parsing
Ian Rogers
1
-2
/
+1
2022-10-04
perf expr: Move the scanner_ctx into the parse_ctx
Ian Rogers
1
-2
/
+2
2022-10-04
perf metrics: Use 'unsigned int' instead of just 'unsigned'.
Xin Gao
1
-1
/
+1
2022-08-31
perf metric: Return early if no CPU PMU table exists
Ian Rogers
1
-0
/
+3
2022-08-13
perf metrics: Copy entire pmu_event in find metric
Ian Rogers
1
-15
/
+18
2022-08-13
perf pmu-events: Hide the pmu_events
Ian Rogers
1
-21
/
+21
2022-08-13
perf pmu-events: Don't assume pmu_event is an array
Ian Rogers
1
-56
/
+125
2022-08-13
perf pmu-events: Hide pmu_events_map
Ian Rogers
1
-6
/
+9
2022-08-13
perf pmu-events: Avoid passing pmu_events_map
Ian Rogers
1
-43
/
+39
2022-06-19
perf metrics: Ensure at least 1 id per metric
Ian Rogers
1
-0
/
+9
2022-05-09
perf metrics: Don't add all tool events for sharing
Ian Rogers
1
-6
/
+39
2022-05-09
perf metrics: Support all tool events
Ian Rogers
1
-36
/
+51
2022-05-09
Revert "perf stat: Support metrics with hybrid events"
Ian Rogers
1
-244
/
+19
2022-04-22
perf stat: Support metrics with hybrid events
Zhengjun Xing
1
-19
/
+244
[next]