Home
last modified time | relevance | path

Searched full:metric (Results 1 – 25 of 180) sorted by relevance

12345678

/linux/tools/testing/selftests/net/forwarding/
H A Dfib_offload_lib.sh67 ip -n $ns route add 192.0.2.0/24 dev dummy1 tos 0 metric 1024
68 fib4_trap_check $ns "192.0.2.0/24 dev dummy1 tos 0 metric 1024" false
71 ip -n $ns route append 192.0.2.0/24 dev dummy2 tos 0 metric 1024
72 fib4_trap_check $ns "192.0.2.0/24 dev dummy2 tos 0 metric 1024" true
75 ip -n $ns route prepend 192.0.2.0/24 dev dummy3 tos 0 metric 1024
76 fib4_trap_check $ns "192.0.2.0/24 dev dummy3 tos 0 metric 1024" false
79 fib4_trap_check $ns "192.0.2.0/24 dev dummy1 tos 0 metric 1024" true
98 ip -n $ns route add 192.0.2.0/24 dev dummy1 tos 0 metric 1024
99 fib4_trap_check $ns "192.0.2.0/24 dev dummy1 tos 0 metric 1024" false
102 ip -n $ns route add 192.0.2.0/24 dev dummy1 tos 8 metric 1024
[all …]
/linux/tools/testing/selftests/drivers/net/mlxsw/
H A Dfib_offload.sh79 ip -6 route add 2001:db8:3::/64 dev $spine_p1 metric 100
80 ipv6_offload_check "2001:db8:3::/64 dev $spine_p1 metric 100" 1
83 # Append an identical prefix route with an higher metric and check that
85 ip -6 route append 2001:db8:3::/64 dev $spine_p1 metric 200
86 ipv6_offload_check "2001:db8:3::/64 dev $spine_p1 metric 100" 1
87 check_err $? "lowest metric not offloaded after append"
88 ipv6_offload_check "2001:db8:3::/64 dev $spine_p1 metric 200" 0
89 check_err $? "highest metric offloaded when should not"
91 # Prepend an identical prefix route with lower metric and check that
93 ip -6 route append 2001:db8:3::/64 dev $spine_p1 metric 10
[all …]
/linux/fs/ceph/
H A Dmetric.c8 #include "metric.h"
31 struct ceph_client_metric *m = &mdsc->metric; in ceph_mdsc_send_metrics()
62 /* encode the cap metric */ in ceph_mdsc_send_metrics()
73 /* encode the read latency metric */ in ceph_mdsc_send_metrics()
79 sum = m->metric[METRIC_READ].latency_sum; in ceph_mdsc_send_metrics()
81 ktime_to_ceph_timespec(&read->avg, m->metric[METRIC_READ].latency_avg); in ceph_mdsc_send_metrics()
82 read->sq_sum = cpu_to_le64(m->metric[METRIC_READ].latency_sq_sum); in ceph_mdsc_send_metrics()
83 read->count = cpu_to_le64(m->metric[METRIC_READ].total); in ceph_mdsc_send_metrics()
86 /* encode the write latency metric */ in ceph_mdsc_send_metrics()
92 sum = m->metric[METRIC_WRITE].latency_sum; in ceph_mdsc_send_metrics()
[all …]
H A Dmetric.h33 * This will always have the highest metric bit value
58 __le32 type; /* ceph metric type */
64 /* metric caps header */
72 /* metric read latency header */
81 /* metric write latency header */
90 /* metric metadata latency header */
99 /* metric dentry lease header */
107 /* metric opened files header */
114 /* metric pinned i_caps header */
121 /* metric opened inodes header */
[all …]
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n1/
H A Dmetrics.json5 …"BriefDescription": "This metric is the percentage of cycles that were stalled due to resource con…
12 …"BriefDescription": "This metric measures the ratio of branches mispredicted to the total number o…
19 …"BriefDescription": "This metric measures the number of branch mispredictions per thousand instruc…
26 …"BriefDescription": "This metric measures branch operations as a percentage of operations speculat…
33 …"BriefDescription": "This metric measures crypto operations as a percentage of operations speculat…
40 …"BriefDescription": "This metric measures the number of data TLB Walks per thousand instructions e…
47 …"BriefDescription": "This metric measures the ratio of instruction TLB Walks to the total number o…
54 …"BriefDescription": "This metric is the percentage of cycles that were stalled due to resource con…
61 …"BriefDescription": "This metric measures scalar integer operations as a percentage of operations …
68 "BriefDescription": "This metric measures the number of instructions retired per cycle.",
[all …]
/linux/tools/perf/tests/shell/lib/
H A Dperf_metric_validation.py11 …def __init__(self, metric: list[str], wl: str, value: list[float], low: float, up=float('nan'), de…
12 self.metric: list = metric # multiple metrics in relationship type tests
20 if len(self.metric) > 1:
21 return "\nMetric Relationship Error: \tThe collected value of metric {0}\n\
24 … \tRelationship rule description: \'{5}\'".format(self.metric, self.collectedValue, self.workloads,
27 return "\nNo Metric Value Error: \tMetric {0} returns with no value \n\
28 \tworkload(s): {1}".format(self.metric, self.workloads)
30 return "\nWrong Metric Value Error: \tThe collected value of metric {0}\n\
33 .format(self.metric, self.collectedValue, self.workloads,
49 self.allresults = dict() # metric results of all workload
[all …]
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-v1/
H A Dmetrics.json8 …"BriefDescription": "This metric is the percentage of cycles that were stalled due to resource con…
19 …"BriefDescription": "This metric measures the ratio of branches mispredicted to the total number o…
26 …"BriefDescription": "This metric measures the number of branch mispredictions per thousand instruc…
33 …"BriefDescription": "This metric measures branch operations as a percentage of operations speculat…
40 …"BriefDescription": "This metric measures crypto operations as a percentage of operations speculat…
47 …"BriefDescription": "This metric measures the number of data TLB Walks per thousand instructions e…
54 …"BriefDescription": "This metric measures the ratio of data TLB Walks to the total number of data …
65 …"BriefDescription": "This metric is the percentage of cycles that were stalled due to resource con…
72 …"BriefDescription": "This metric measures scalar integer operations as a percentage of operations …
79 "BriefDescription": "This metric measures the number of instructions retired per cycle.",
[all …]
/linux/tools/perf/pmu-events/arch/x86/haswell/
H A Dhsw-metrics.json73 …"BriefDescription": "This metric estimates how often memory load accesses were aliased by precedin…
78metric estimates how often memory load accesses were aliased by preceding stores (in program order…
82 …"BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on executi…
91 …"BriefDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the…
96 …"PublicDescription": "This metric estimates fraction of slots the CPU retired uops delivered by th…
121 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
128 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
132 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
137 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
141 …"BriefDescription": "This metric estimates fraction of cycles the CPU retired uops originated from…
[all …]
/linux/tools/perf/pmu-events/arch/x86/ivybridge/
H A Divb-metrics.json73 …"BriefDescription": "This metric estimates how often memory load accesses were aliased by precedin…
78metric estimates how often memory load accesses were aliased by preceding stores (in program order…
82 …"BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on executi…
91 …"BriefDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the…
96 …"PublicDescription": "This metric estimates fraction of slots the CPU retired uops delivered by th…
121 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
128 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
132 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
137 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
141 …"BriefDescription": "This metric estimates fraction of cycles the CPU retired uops originated from…
[all …]
/linux/tools/perf/pmu-events/arch/x86/broadwell/
H A Dbdw-metrics.json73 …"BriefDescription": "This metric estimates how often memory load accesses were aliased by precedin…
78metric estimates how often memory load accesses were aliased by preceding stores (in program order…
82 …"BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on executi…
91 …"BriefDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the…
96 …"PublicDescription": "This metric estimates fraction of slots the CPU retired uops delivered by th…
121 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
128 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
132 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
137 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
141 …"BriefDescription": "This metric estimates fraction of cycles the CPU retired uops originated from…
[all …]
/linux/tools/perf/pmu-events/arch/x86/broadwellde/
H A Dbdwde-metrics.json73 …"BriefDescription": "This metric estimates how often memory load accesses were aliased by precedin…
78metric estimates how often memory load accesses were aliased by preceding stores (in program order…
82 …"BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on executi…
91 …"BriefDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the…
96 …"PublicDescription": "This metric estimates fraction of slots the CPU retired uops delivered by th…
121 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
128 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
132 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
137 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
141 …"BriefDescription": "This metric estimates fraction of cycles the CPU retired uops originated from…
[all …]
/linux/tools/perf/pmu-events/arch/x86/ivytown/
H A Divt-metrics.json73 …"BriefDescription": "This metric estimates how often memory load accesses were aliased by precedin…
78metric estimates how often memory load accesses were aliased by preceding stores (in program order…
82 …"BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on executi…
91 …"BriefDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the…
96 …"PublicDescription": "This metric estimates fraction of slots the CPU retired uops delivered by th…
121 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
128 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
132 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
137 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
141 …"BriefDescription": "This metric estimates fraction of cycles the CPU retired uops originated from…
[all …]
/linux/tools/perf/pmu-events/arch/x86/sandybridge/
H A Dsnb-metrics.json94 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
101 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
105 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
110 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
114 …"BriefDescription": "This metric represents fraction of slots where Core non-memory issues were of…
121 …"PublicDescription": "This metric represents fraction of slots where Core non-memory issues were o…
125 … "BriefDescription": "This metric represents fraction of cycles where the Divider unit was active",
130 …"PublicDescription": "This metric represents fraction of cycles where the Divider unit was active.…
134 …"BriefDescription": "This metric estimates how often the CPU was stalled on accesses to external m…
140 …"PublicDescription": "This metric estimates how often the CPU was stalled on accesses to external …
[all …]
/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/
H A Dmetrics.json9 "BriefDescription": "This metric is the percentage of cycles that were stalled due to resource constraints in the backend unit of the processor.",
20 "BriefDescription": "This metric measures the ratio of branches mispredicted to the total number of branches architecturally executed. This gives an indication of the effectiveness of the branch prediction unit.",
27 "BriefDescription": "This metric measures the number of branch mispredictions per thousand instructions executed.",
34 "BriefDescription": "This metric measures branch operations as a percentage of operations speculatively executed.",
41 "BriefDescription": "This metric measures crypto operations as a percentage of operations speculatively executed.",
48 "BriefDescription": "This metric measures the number of data TLB Walks per thousand instructions executed.",
55 "BriefDescription": "This metric measures the ratio of data TLB Walks to the total number of data TLB accesses. This gives an indication of the effectiveness of the data TLB accesses.",
66 "BriefDescription": "This metric is the percentage of cycles that were stalled due to resource constraints in the frontend unit of the processor.",
73 "BriefDescription": "This metric measures scalar integer operations as a percentage of operations speculatively executed.",
80 "BriefDescription": "This metric measure
[all...]
/linux/tools/perf/pmu-events/arch/x86/tigerlake/
H A Dtgl-metrics.json87 …"BriefDescription": "This metric estimates how often memory load accesses were aliased by precedin…
93metric estimates how often memory load accesses were aliased by preceding stores (in program order…
97 …"BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on executi…
105 …"BriefDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the…
110 …"PublicDescription": "This metric estimates fraction of slots the CPU retired uops delivered by th…
136 …"BriefDescription": "This metric represents fraction of slots where the CPU was retiring branch in…
144 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
150 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
154 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
159 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
[all …]
/linux/tools/perf/pmu-events/arch/x86/skylake/
H A Dskl-metrics.json73 …"BriefDescription": "This metric estimates how often memory load accesses were aliased by precedin…
78metric estimates how often memory load accesses were aliased by preceding stores (in program order…
82 …"BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on executi…
90 …"BriefDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the…
95 …"PublicDescription": "This metric estimates fraction of slots the CPU retired uops delivered by th…
119 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
126 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
130 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
135 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
139 …"BriefDescription": "This metric estimates fraction of cycles the CPU retired uops originated from…
[all …]
/linux/tools/perf/pmu-events/arch/x86/jaketown/
H A Djkt-metrics.json94 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
101 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
105 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
110 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
114 …"BriefDescription": "This metric represents fraction of slots where Core non-memory issues were of…
121 …"PublicDescription": "This metric represents fraction of slots where Core non-memory issues were o…
125 … "BriefDescription": "This metric represents fraction of cycles where the Divider unit was active",
130 …"PublicDescription": "This metric represents fraction of cycles where the Divider unit was active.…
134 …"BriefDescription": "This metric estimates how often the CPU was stalled on accesses to external m…
140 …"PublicDescription": "This metric estimates how often the CPU was stalled on accesses to external …
[all …]
/linux/tools/perf/pmu-events/arch/x86/broadwellx/
H A Dbdx-metrics.json275 …"BriefDescription": "This metric estimates how often memory load accesses were aliased by precedin…
280metric estimates how often memory load accesses were aliased by preceding stores (in program order…
284 …"BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on executi…
293 …"BriefDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the…
298 …"PublicDescription": "This metric estimates fraction of slots the CPU retired uops delivered by th…
323 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
330 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
334 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
339 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
343 …"BriefDescription": "This metric estimates fraction of cycles the CPU retired uops originated from…
[all …]
/linux/tools/perf/pmu-events/arch/x86/haswellx/
H A Dhsx-metrics.json275 …"BriefDescription": "This metric estimates how often memory load accesses were aliased by precedin…
280metric estimates how often memory load accesses were aliased by preceding stores (in program order…
284 …"BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on executi…
293 …"BriefDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the…
298 …"PublicDescription": "This metric estimates fraction of slots the CPU retired uops delivered by th…
323 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
330 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
334 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
339 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
343 …"BriefDescription": "This metric estimates fraction of cycles the CPU retired uops originated from…
[all …]
/linux/tools/perf/pmu-events/arch/x86/icelake/
H A Dicl-metrics.json87 …"BriefDescription": "This metric estimates how often memory load accesses were aliased by precedin…
93metric estimates how often memory load accesses were aliased by preceding stores (in program order…
97 …"BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on executi…
105 …"BriefDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the…
110 …"PublicDescription": "This metric estimates fraction of slots the CPU retired uops delivered by th…
136 …"BriefDescription": "This metric represents fraction of slots where the CPU was retiring branch in…
144 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
150 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
154 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
159 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
[all …]
/linux/tools/perf/pmu-events/arch/x86/rocketlake/
H A Drkl-metrics.json87 …"BriefDescription": "This metric estimates how often memory load accesses were aliased by precedin…
93metric estimates how often memory load accesses were aliased by preceding stores (in program order…
97 …"BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on executi…
105 …"BriefDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the…
110 …"PublicDescription": "This metric estimates fraction of slots the CPU retired uops delivered by th…
136 …"BriefDescription": "This metric represents fraction of slots where the CPU was retiring branch in…
144 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
150 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
154 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
159 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
[all …]
/linux/tools/perf/pmu-events/arch/x86/cascadelakex/
H A Dclx-metrics.json312 …"BriefDescription": "This metric estimates how often memory load accesses were aliased by precedin…
317metric estimates how often memory load accesses were aliased by preceding stores (in program order…
321 …"BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on executi…
329 …"BriefDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the…
334 …"PublicDescription": "This metric estimates fraction of slots the CPU retired uops delivered by th…
358 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
365 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
369 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
374 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
378 …"BriefDescription": "This metric estimates fraction of cycles the CPU retired uops originated from…
[all …]
/linux/tools/perf/pmu-events/arch/x86/skylakex/
H A Dskx-metrics.json294 …"BriefDescription": "This metric estimates how often memory load accesses were aliased by precedin…
299metric estimates how often memory load accesses were aliased by preceding stores (in program order…
303 …"BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on executi…
311 …"BriefDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the…
316 …"PublicDescription": "This metric estimates fraction of slots the CPU retired uops delivered by th…
340 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
347 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
351 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
356 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
360 …"BriefDescription": "This metric estimates fraction of cycles the CPU retired uops originated from…
[all …]
/linux/tools/perf/pmu-events/arch/x86/icelakex/
H A Dicx-metrics.json315 …"BriefDescription": "This metric estimates how often memory load accesses were aliased by precedin…
321metric estimates how often memory load accesses were aliased by preceding stores (in program order…
325 …"BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on executi…
333 …"BriefDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the…
338 …"PublicDescription": "This metric estimates fraction of slots the CPU retired uops delivered by th…
364 …"BriefDescription": "This metric represents fraction of slots where the CPU was retiring branch in…
372 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
378 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
382 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
387 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
[all …]
/linux/tools/perf/pmu-events/arch/x86/sapphirerapids/
H A Dspr-metrics.json363 …"BriefDescription": "This metric represents Core fraction of cycles CPU dispatched uops on executi…
371 …"BriefDescription": "This metric estimates fraction of cycles where the Advanced Matrix eXtensions…
379 …"BriefDescription": "This metric estimates fraction of slots the CPU retired uops delivered by the…
384 …"PublicDescription": "This metric estimates fraction of slots the CPU retired uops delivered by th…
388 …"BriefDescription": "This metric estimates fraction of slots the CPU retired uops as a result of h…
418 …"BriefDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mis…
425 …"PublicDescription": "This metric represents fraction of slots the CPU has wasted due to Branch Mi…
429 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch R…
434 …"PublicDescription": "This metric represents fraction of cycles the CPU was stalled due to Branch …
438 …"BriefDescription": "This metric represents fraction of cycles the CPU was stalled due staying in …
[all …]

12345678