Home
last modified time | relevance | path

Searched full:stall (Results 1 – 25 of 1197) sorted by relevance

12345678910>>...48

/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/amdzen3/
Dother.json22 …oken Stall. Also counts cycles when the thread is not selected to dispatch but would have been sta…
28 …en Stall. Also counts cycles when the thread is not selected to dispatch but would have been stall…
34Stall. Also counts cycles when the thread is not selected to dispatch but would have been stalled …
40Stall. Also counts cycles when the thread is not selected to dispatch but would have been stalled …
46 … valid but does not get dispatched due to a token stall. Integer Scheduler miscellaneous resource
52 …en Stall. Also counts cycles when the thread is not selected to dispatch but would have been stall…
58 …ken Stall. Also counts cycles when the thread is not selected to dispatch but would have been stal…
64Stall. Also counts cycles when the thread is not selected to dispatch but would have been stalled …
70 …here a dispatch group is valid but does not get dispatched due to a token stall. Insufficient Reti…
76 …here a dispatch group is valid but does not get dispatched due to a token stall. AGSQ Tokens unava…
[all …]
/kernel/linux/linux-6.6/arch/alpha/lib/
Dev6-stxcpy.S59 mskqh t2, a1, t2 # U : detection in the src word (stall)
61 ornot t1, t2, t2 # E : (stall)
65 or t0, t3, t1 # E : (stall)
66 bne t8, $a_eos # U : (stall)
81 cmpbge zero, t1, t8 # E : (3 cycle stall)
82 beq t8, $a_loop # U : (stall for t8)
90 and t8, t6, t12 # E : (stall)
93 and t12, 0x80, t6 # E : (stall)
94 bne t6, 1f # U : (stall)
100 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
[all …]
Dev6-stxncpy.S67 mskqh t2, a1, t2 # U : detection in the src word (stall)
69 ornot t1, t2, t2 # E : (stall)
73 or t0, t3, t0 # E : (stall)
114 and t8, t12, t12 # E : (stall)
117 and t12, 0x80, t6 # E : (stall)
118 bne t6, 1f # U : (stall)
124 or t12, t6, t8 # E : (stall)
125 zapnot t0, t8, t0 # U : clear src bytes > null (stall)
128 or t0, t1, t0 # e1 : (stall)
156 and t1, 7, t1 # E : (stall)
[all …]
/kernel/linux/linux-5.10/arch/alpha/lib/
Dev6-stxcpy.S59 mskqh t2, a1, t2 # U : detection in the src word (stall)
61 ornot t1, t2, t2 # E : (stall)
65 or t0, t3, t1 # E : (stall)
66 bne t8, $a_eos # U : (stall)
81 cmpbge zero, t1, t8 # E : (3 cycle stall)
82 beq t8, $a_loop # U : (stall for t8)
90 and t8, t6, t12 # E : (stall)
93 and t12, 0x80, t6 # E : (stall)
94 bne t6, 1f # U : (stall)
100 zapnot t1, t6, t1 # U : clear src bytes >= null (stall)
[all …]
Dev6-stxncpy.S67 mskqh t2, a1, t2 # U : detection in the src word (stall)
69 ornot t1, t2, t2 # E : (stall)
73 or t0, t3, t0 # E : (stall)
114 and t8, t12, t12 # E : (stall)
117 and t12, 0x80, t6 # E : (stall)
118 bne t6, 1f # U : (stall)
124 or t12, t6, t8 # E : (stall)
125 zapnot t0, t8, t0 # U : clear src bytes > null (stall)
128 or t0, t1, t0 # e1 : (stall)
156 and t1, 7, t1 # E : (stall)
[all …]
Dev6-csum_ipv6_magic.S116 cmpult $20,$3,$3 # E : (1 cycle stall on $20)
117 addq $20,$18,$20 # E : U L U L (1 cycle stall on $20)
120 addq $20,$19,$20 # E : (1 cycle stall on $20)
125 addq $18,$19,$18 # E : (1 cycle stall on $19)
128 /* (1 cycle stall on $18, 2 cycles on $20) */
131 zapnot $0,15,$1 # U : Start folding output (1 cycle stall on $0)
133 srl $0,32,$0 # U : U L U L : (1 cycle stall on $0)
136 extwl $1,2,$2 # U : ushort[1] (1 cycle stall on $1)
137 zapnot $1,3,$0 # U : ushort[0] (1 cycle stall on $1)
138 extwl $1,4,$1 # U : ushort[2] (1 cycle stall on $1)
[all …]
/kernel/linux/linux-5.10/Documentation/RCU/
Dstallwarn.rst4 Using RCU's CPU Stall Detector
7 This document first discusses what sorts of issues RCU's CPU stall
10 this document explains the stall detector's "splat" format.
13 What Causes RCU CPU Stall Warnings?
16 So your kernel printed an RCU CPU stall warning. The next question is
17 "What caused it?" The following problems can result in RCU CPU stall
37 RCU CPU stall warning messages. Especially if you have added
54 memory, you might see stall-warning messages.
62 CONFIG_PREEMPT_RCU case, you might see stall-warning
77 RCU CPU stall warnings.
[all …]
/kernel/linux/linux-6.6/Documentation/RCU/
Dstallwarn.rst4 Using RCU's CPU Stall Detector
7 This document first discusses what sorts of issues RCU's CPU stall
10 this document explains the stall detector's "splat" format.
13 What Causes RCU CPU Stall Warnings?
16 So your kernel printed an RCU CPU stall warning. The next question is
17 "What caused it?" The following problems can result in RCU CPU stall
37 RCU CPU stall warning messages. Especially if you have added
54 memory, you might see stall-warning messages.
62 CONFIG_PREEMPT_RCU case, you might see stall-warning
77 RCU CPU stall warnings.
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/x86/amdzen2/
Dother.json28 …here a dispatch group is valid but does not get dispatched due to a token stall. FP Miscellaneous …
34 … group is valid but does not get dispatched due to a token stall. FP scheduler resource stall. App…
40 …s valid but does not get dispatched due to a token stall. Floating point register file resource st…
46 …oup is valid but does not get dispatched due to a token stall. Taken branch buffer resource stall.…
52 … valid but does not get dispatched due to a token stall. Integer Scheduler miscellaneous resource
58 …h group is valid but does not get dispatched due to a token stall. Store queue resource stall. App…
64 …h group is valid but does not get dispatched due to a token stall. Load queue resource stall. Appl…
70 … valid but does not get dispatched due to a token stall. Integer Physical Register File resource s…
76 … dispatch group is valid but does not get dispatched due to a token stall. SC AGU dispatch stall.",
82 …here a dispatch group is valid but does not get dispatched due to a token stall. RETIRE Tokens una…
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/x86/amdzen2/
Dother.json28 …here a dispatch group is valid but does not get dispatched due to a token stall. FP Miscellaneous …
34 … group is valid but does not get dispatched due to a token stall. FP scheduler resource stall. App…
40 …s valid but does not get dispatched due to a token stall. Floating point register file resource st…
46 …oup is valid but does not get dispatched due to a token stall. Taken branch buffer resource stall.…
52 … valid but does not get dispatched due to a token stall. Integer Scheduler miscellaneous resource
58 …h group is valid but does not get dispatched due to a token stall. Store queue resource stall. App…
64 …h group is valid but does not get dispatched due to a token stall. Load queue resource stall. Appl…
70 … valid but does not get dispatched due to a token stall. Integer Physical Register File resource s…
76 … dispatch group is valid but does not get dispatched due to a token stall. SC AGU dispatch stall.",
82 …here a dispatch group is valid but does not get dispatched due to a token stall. RETIRE Tokens una…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/arm/cortex-a55/
Dpipeline.json27 …s every cycle that issue is stalled and there is an interlock. Stall cycles due to a stall in Wr (…
30 …s every cycle that issue is stalled and there is an interlock. Stall cycles due to a stall in Wr (…
33 …truction waiting for data to calculate the address in the AGU. Stall cycles due to a stall in Wr (…
36 …truction waiting for data to calculate the address in the AGU. Stall cycles due to a stall in Wr (…
39 … there is an interlock that is due to an FPU/NEON instruction. Stall cycles due to a stall in the …
42 … there is an interlock that is due to an FPU/NEON instruction. Stall cycles due to a stall in the …
45 … issued due to the backend, load.This event counts every cycle there is a stall in the Wr stage du…
48 … issued due to the backend, load.This event counts every cycle there is a stall in the Wr stage du…
51 …issued due to the backend, store.This event counts every cycle there is a stall in the Wr stage du…
54 …issued due to the backend, store.This event counts every cycle there is a stall in the Wr stage du…
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/arm/cortex-a510/
Dpipeline.json9 "ArchStdEvent": "STALL"
39 …he issue of an operation is stalled and there is an interlock. Stall cycles due to a stall in the …
42 …he issue of an operation is stalled and there is an interlock. Stall cycles due to a stall in the …
45 …d/store instruction waiting for data to calculate the address. Stall cycles due to a stall in the …
48 …d/store instruction waiting for data to calculate the address. Stall cycles due to a stall in the …
51 …nts every cycle where there is a stall or an interlock that is caused by a VPU instruction. Stall
54 …nts every cycle where there is a stall or an interlock that is caused by a VPU instruction. Stall
57 … due to the backend, load. This event counts every cycle where there is a stall in the Wr stage du…
60 … due to the backend, load. This event counts every cycle where there is a stall in the Wr stage du…
63 …due to the backend, store. This event counts every cycle where there is a stall in the Wr stage du…
[all …]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dsp.c40 sp_stall_t *stall) in sp_get_state() argument
45 assert(stall); in sp_get_state()
53 stall->fifo0 = in sp_get_state()
55 stall->fifo1 = in sp_get_state()
57 stall->fifo2 = in sp_get_state()
59 stall->fifo3 = in sp_get_state()
61 stall->fifo4 = in sp_get_state()
63 stall->fifo5 = in sp_get_state()
65 stall->fifo6 = in sp_get_state()
67 stall->fifo7 = in sp_get_state()
[all …]
Disp.c45 isp_stall_t *stall) in isp_get_state() argument
50 assert(stall); in isp_get_state()
64 stall->stat_ctrl = in isp_get_state()
66 stall->pmem = in isp_get_state()
68 stall->dmem = in isp_get_state()
70 stall->vmem = in isp_get_state()
72 stall->fifo0 = in isp_get_state()
74 stall->fifo1 = in isp_get_state()
76 stall->fifo2 = in isp_get_state()
78 stall->fifo3 = in isp_get_state()
[all …]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/
Dsp.c40 sp_stall_t *stall) in sp_get_state() argument
45 assert(stall); in sp_get_state()
53 stall->fifo0 = in sp_get_state()
55 stall->fifo1 = in sp_get_state()
57 stall->fifo2 = in sp_get_state()
59 stall->fifo3 = in sp_get_state()
61 stall->fifo4 = in sp_get_state()
63 stall->fifo5 = in sp_get_state()
65 stall->fifo6 = in sp_get_state()
67 stall->fifo7 = in sp_get_state()
[all …]
Disp.c45 isp_stall_t *stall) in isp_get_state() argument
50 assert(stall); in isp_get_state()
64 stall->stat_ctrl = in isp_get_state()
66 stall->pmem = in isp_get_state()
68 stall->dmem = in isp_get_state()
70 stall->vmem = in isp_get_state()
72 stall->fifo0 = in isp_get_state()
74 stall->fifo1 = in isp_get_state()
76 stall->fifo2 = in isp_get_state()
78 stall->fifo3 = in isp_get_state()
[all …]
/kernel/linux/linux-5.10/tools/perf/pmu-events/arch/powerpc/power8/
Dpipeline.json23 "BriefDescription": "Completion stall",
29 "BriefDescription": "Completion stall due to a Branch Unit",
35 "BriefDescription": "Completion stall by Dcache miss",
41 …"BriefDescription": "Completion stall by Dcache miss which resolved on chip ( excluding local L2/L…
47 "BriefDescription": "Completion stall by Dcache miss which resolved in L2/L3",
53 …"BriefDescription": "Completion stall due to cache miss that resolves in the L2 or L3 with a confl…
54 …"PublicDescription": "Completion stall due to cache miss resolving in core's L2/L3 with a conflict"
59 "BriefDescription": "Completion stall due to cache miss resolving missed the L3",
65 "BriefDescription": "Completion stall due to cache miss that resolves in local memory",
66 "PublicDescription": "Completion stall due to cache miss resolving in core's Local Memory"
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/powerpc/power8/
Dpipeline.json23 "BriefDescription": "Completion stall",
29 "BriefDescription": "Completion stall due to a Branch Unit",
35 "BriefDescription": "Completion stall by Dcache miss",
41 …"BriefDescription": "Completion stall by Dcache miss which resolved on chip ( excluding local L2/L…
47 "BriefDescription": "Completion stall by Dcache miss which resolved in L2/L3",
53 …"BriefDescription": "Completion stall due to cache miss that resolves in the L2 or L3 with a confl…
54 …"PublicDescription": "Completion stall due to cache miss resolving in core's L2/L3 with a conflict"
59 "BriefDescription": "Completion stall due to cache miss resolving missed the L3",
65 "BriefDescription": "Completion stall due to cache miss that resolves in local memory",
66 "PublicDescription": "Completion stall due to cache miss resolving in core's Local Memory"
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/arm64/ampere/ampereone/
Dcore-imp-def.json201 "PublicDescription": "Stall due to BOB ID",
204 "BriefDescription": "Stall due to BOB ID"
207 "PublicDescription": "Dispatch stall due to LOB entries",
210 "BriefDescription": "Dispatch stall due to LOB entries"
213 "PublicDescription": "Dispatch stall due to SOB entries",
216 "BriefDescription": "Dispatch stall due to SOB entries"
219 "PublicDescription": "Dispatch stall due to IXU scheduler entries",
222 "BriefDescription": "Dispatch stall due to IXU scheduler entries"
225 "PublicDescription": "Dispatch stall due to FSU scheduler entries",
228 "BriefDescription": "Dispatch stall due to FSU scheduler entries"
[all …]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
Dsh_css_metrics.c51 histogram->stall[i] = 0; in clear_histogram()
75 histogram->stall = kvmalloc(length * sizeof(*histogram->stall), in make_histogram()
77 if (!histogram->stall) in make_histogram()
122 bool stall; in sh_css_metrics_sample_pcs() local
136 stall = (msink != 0x7FF); in sh_css_metrics_sample_pcs()
138 if (stall) in sh_css_metrics_sample_pcs()
139 isp_histogram->stall[pc]++; in sh_css_metrics_sample_pcs()
148 stall = (msink != 0x7FF); in sh_css_metrics_sample_pcs()
149 if (stall) in sh_css_metrics_sample_pcs()
150 sp_histogram->stall[pc]++; in sh_css_metrics_sample_pcs()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
Dsh_css_metrics.c51 histogram->stall[i] = 0; in clear_histogram()
75 histogram->stall = kvmalloc(length * sizeof(*histogram->stall), in make_histogram()
77 if (!histogram->stall) in make_histogram()
122 bool stall; in sh_css_metrics_sample_pcs() local
161 stall = (msink != 0x7FF); in sh_css_metrics_sample_pcs()
163 if (stall) in sh_css_metrics_sample_pcs()
164 isp_histogram->stall[pc]++; in sh_css_metrics_sample_pcs()
173 stall = (msink != 0x7FF); in sh_css_metrics_sample_pcs()
174 if (stall) in sh_css_metrics_sample_pcs()
175 sp_histogram->stall[pc]++; in sh_css_metrics_sample_pcs()
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/misc/
Dqemu,vcpu-stall-detector.yaml4 $id: http://devicetree.org/schemas/misc/qemu,vcpu-stall-detector.yaml#
7 title: VCPU stall detector
10 This binding describes a CPU stall detector mechanism for virtual CPUs
19 - qemu,vcpu-stall-detector
27 The internal clock of the stall detector peripheral measure in Hz used
34 The stall detector expiration timeout measured in seconds.
47 compatible = "qemu,vcpu-stall-detector";
/kernel/linux/linux-6.6/Documentation/accounting/
Dpsi.rst4 PSI - Pressure Stall Information
55 stall state is tracked separately and exported in the "full" averages.
62 as well as medium and long term trends. The total absolute stall time
73 A trigger describes the maximum cumulative stall time over a specific
74 time window, e.g. 100ms of total stall time within any 500ms window to
83 <some|full> <stall amount in us> <time window in us>
86 would add 150ms threshold for partial memory stall measured within
88 would add 50ms threshold for full io stall measured within 1sec time window.
97 Monitors activate only when system enters stall state for the monitored
98 psi metric and deactivates upon exit from the stall state. While system is
[all …]
/kernel/linux/linux-5.10/Documentation/accounting/
Dpsi.rst4 PSI - Pressure Stall Information
59 stall state is tracked separately and exported in the "full" averages.
63 as well as medium and long term trends. The total absolute stall time
74 A trigger describes the maximum cumulative stall time over a specific
75 time window, e.g. 100ms of total stall time within any 500ms window to
84 <some|full> <stall amount in us> <time window in us>
87 would add 150ms threshold for partial memory stall measured within
89 would add 50ms threshold for full io stall measured within 1sec time window.
98 Monitors activate only when system enters stall state for the monitored
99 psi metric and deactivates upon exit from the stall state. While system is
[all …]
/kernel/linux/linux-6.6/tools/perf/pmu-events/arch/powerpc/power9/
Dmetrics.json38 "BriefDescription": "Completion stall due to a Branch Unit",
44 …"BriefDescription": "Finish stall because the NTF instruction was routed to the crypto execution p…
50 …"BriefDescription": "Finish stall because the NTF instruction was a load that missed the L1 and wa…
56 …"BriefDescription": "Finish stall because the NTF instruction was a multi-cycle instruction issued…
68 …"BriefDescription": "Finish stall because the NTF instruction was issued to the Decimal Floating P…
74 "BriefDescription": "Completion stall by Dcache miss which resolved off node memory/cache",
80 …"BriefDescription": "Completion stall by Dcache miss which resolved on chip ( excluding local L2/L…
86 …"BriefDescription": "Completion stall due to cache miss that resolves in the L2 or L3 with a confl…
92 …"BriefDescription": "Completion stall due to cache miss that resolves in the L2 or L3 without conf…
98 "BriefDescription": "Completion stall by Dcache miss which resolved in L2/L3",
[all …]

12345678910>>...48