From a9a144b47d501b8b1e879d1330c9bc5ee0d33bfb Mon Sep 17 00:00:00 2001 From: Fine Date: Tue, 3 Dec 2024 12:25:33 +0800 Subject: [PATCH] fix CI --- src/views/dashboard/related/ebpf/components/EBPFStack.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/dashboard/related/ebpf/components/EBPFStack.vue b/src/views/dashboard/related/ebpf/components/EBPFStack.vue index 3e73e97f..e91d2dc5 100644 --- a/src/views/dashboard/related/ebpf/components/EBPFStack.vue +++ b/src/views/dashboard/related/ebpf/components/EBPFStack.vue @@ -128,7 +128,7 @@ limitations under the License. --> return; } const { type } = ebpfStore.analyzeTrees[0]; - if ([JFREventType.JAVA_MONITOR_ENTER, JFREventType.THREAD_PARK].includes(type)) { + if ([JFREventType.LOCK].includes(type)) { return `
Duration: ${item.dumpCount} ms
`; } if (type === JFREventType.EXECUTION_SAMPLE) {