Explorar el Código

Fixed #TASK_QT-9810 commit inject_asm_code for arm

Carl hace 1 año
padre
commit
60002e5cdc
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      containers/container.go

+ 2 - 2
containers/container.go

@@ -1504,8 +1504,8 @@ func (c *Container) attachJavaAotUprobes(tracer *ebpftracer.Tracer, pid uint32)
 		return nil
 	}
 	codeType := c.GetCodeTypeFromCache(pid)
-	if !p.jvmUprobesChecked {
-		p.jvmUprobesChecked = true
+	if !p.jvmAttachOnce {
+		p.jvmAttachOnce = true
 		rootfs := c.getRootfs()
 		tracer.InitKProcInfo(pid, &c.AppInfo)