From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io1-f52.google.com (mail-io1-f52.google.com [209.85.166.52]) by mx.groups.io with SMTP id smtpd.web10.1177.1585961331264211391 for ; Fri, 03 Apr 2020 17:48:51 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=h1sqWkJZ; spf=pass (domain: gmail.com, ip: 209.85.166.52, mailfrom: stanley.ganyezu@gmail.com) Received: by mail-io1-f52.google.com with SMTP id y17so7542749iow.9; Fri, 03 Apr 2020 17:48:51 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to:cc; bh=Jk9aU4rBnYcSg3xRIkgmc91mZwgfa7C3ZLBAzLQaYvM=; b=h1sqWkJZm9ACOJ2nd/+ccR8qb8R7AFXcYUs+NY815CEPN2b2+EIaPb86X0OKJwQIbV LlHRvw9Q7ncANuJ2ew4Lpj3VCMG5HS2maSdyCjp/Nsa/FSDetjLob908iMVPY49sJgIl yq+3+ZJIdyQUSXJrWZVNNxAciPklOFBfnhX2qYnvb1ik4B1fs6Huc6BX/rSErMj/UC81 8D3o5rFEFhPsh0TP8MIkBtz7fN4ZmE7+3Hywms7P2EK6c1hlaMBe5TedQ1y0P/niHXkd uungk8BsDmKyiISTt2Wuh5vBXW8yorjJxsdy90sovsAJyidtMzwRioRIuUcUPFjsbNaT O4UA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to:cc; bh=Jk9aU4rBnYcSg3xRIkgmc91mZwgfa7C3ZLBAzLQaYvM=; b=ll9QpBD9hpAGsXa9tsUCiDlW5mJnnM6uHHmi7GGZ4mg/wsSRUMsHSIKAPDm5Rr1cFG zbzuBV1kxGwF4Rf209l/pepS0balR6xV/ym3ia9yk4MZTnjg7RpDI+x3IghbfZgwk8G3 B9tUuvo1E+5hw9SYKZmmQp4mKPRxMB+JwoerX7GkvEY++Zg7AmbmnIay4AYMwkUZsQwZ PGkWZSvBAUKqdwtwM+BKOCc/spzzFFv5JnBwCt4NLp0YHGGNYDJ8cQQADrlApb3PLRCS QAhbhZjRisYCb2GCMhbgHTvosPqRGKsTwtAks54dfbo+Y6yH1Bzzee58LGK7j5lQjjQJ 9eFA== X-Gm-Message-State: AGi0PuYrDgTK1JExQcrM8P8eF1Wc1F7jsL5oLbkY4trIQknjjqm8DlC6 1F3D61VtKWGdd3pkplHda4rDmvfJMao3sIO+bOOtKq0q X-Google-Smtp-Source: APiQypLGtWXfU+LT2+f4fJ81Ln6jp5NvNoNCndt30YxC5tiuQoN7CiPZTPJ0TOSk8/PHIbgf8YpGSOur3ozRRucP+4k= X-Received: by 2002:a05:6602:1649:: with SMTP id y9mr3384151iow.40.1585961330387; Fri, 03 Apr 2020 17:48:50 -0700 (PDT) MIME-Version: 1.0 From: "Stanley Gan" Date: Sat, 4 Apr 2020 08:48:39 +0800 Message-ID: Subject: Debug UEFI Event To: discuss@edk2.groups.io Cc: devel@edk2.groups.io Content-Type: multipart/alternative; boundary="000000000000b9aea505a26c6520" --000000000000b9aea505a26c6520 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable I have an event callback function not called. So, I want to track event execution in UEFI. There is a "DEBUG_EVENT" debug level in EDKII. But no module in EDKII actually use this debug level. I add some debug print in "CoreCreateEventInternal" and "CoredispatchEventNotifies"=EF=BC=8Cit cause TPL ASSERT. Can anybody give m= e some constructive debug suggestion? --000000000000b9aea505a26c6520 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
I have an event callback function not called. So, I want t= o track event execution in UEFI. There is a "DEBUG_EVENT" debug l= evel in EDKII. But no module in EDKII actually use this debug level.
I a= dd some debug print in "CoreCreateEventInternal" and "Coredi= spatchEventNotifies"=EF=BC=8Cit cause TPL ASSERT. Can anybody give me = some constructive debug suggestion?
--000000000000b9aea505a26c6520--