From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-io1-f51.google.com (mail-io1-f51.google.com [209.85.166.51]) by mx.groups.io with SMTP id smtpd.web11.1107.1585960854457360362 for ; Fri, 03 Apr 2020 17:40:54 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@gmail.com header.s=20161025 header.b=pw3OTtzn; spf=pass (domain: gmail.com, ip: 209.85.166.51, mailfrom: stanley.ganyezu@gmail.com) Received: by mail-io1-f51.google.com with SMTP id y14so9568855iol.12 for ; Fri, 03 Apr 2020 17:40:54 -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; bh=IkOGkM38wxrLIxpuCctKEdVGqzyQg3OXh1Db/MywAfQ=; b=pw3OTtznTYuSI1aH/7WhS53Z7fUGKxE66wxoKiiUlOiZuP9GmHRVXdHxFBGS49v0Sa eomH+4mgsPwnfYO5Lqh61gJAWM021HaNClQyYYZgUCjBfrr+Kow4jQZS/QFDmQeFX3GD 0EjdEI1zVWMvyKlcxpHSW/FLizPK04P+geSI4lKlup4YbhVl6KEiMAIv2odOR9XcLsOf uuXGgIEtsYdROK/Xt3+RSp/2ohAnu1E2wwn7zlX8WIvrNtspgV0/3sURRaUl2yOf6yZY dT83e7/zTDvFeTPJ5ZLsu5me6iN3k/5F4uoosI/ytSquYcINZFv5GWb0FQQHRb9UawjL aDCw== 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; bh=IkOGkM38wxrLIxpuCctKEdVGqzyQg3OXh1Db/MywAfQ=; b=sPaumzohF6LWXmeH2mWgND1XyE2NL6IqlPB8LNMpqhOVzQc+RVa8mkgz9kEMEwU8Ft CIymjV9e8TJ3LkkQB7nsTmcmdUzAogdz26oHEoudZpGwoe1+81IAFa/ex95IptUu602z 1wWkav781cO6GDE/Ls5qnm9uM8RqJIM8G16aU6oy3plSWEsFcJlAPW2SIy3Af4SIXT2U uxNdr/gk2IYgZjtamPiV8CaA1eZyjr+1gvijUssxAqJXA/HU6slhZsTCqjo3qAie9PoX 5ZCaWceZkbkasKSMos/9v477ApuSStwS9DfklUtXAcT2J1j1fxkKe6p3ALw1GAaFgYfO PlIg== X-Gm-Message-State: AGi0PuZpIY8jp9CvmlhNqcvnErOZjOypFo864R3aAtChZ1pgdMgE+8pu SBA46NMYKxyU3aBmjzIj80kxvqZVOWsOesHJ01x6h9zk X-Google-Smtp-Source: APiQypIB5I57Sqil5FGr04Bd4oQuY6eb7AwyHMotvRouiwnKKwaUsMzjPxmsrcF4EOv6nqa8Nwy7gNhELs+yQfEEQh0= X-Received: by 2002:a6b:b989:: with SMTP id j131mr10310459iof.6.1585960853540; Fri, 03 Apr 2020 17:40:53 -0700 (PDT) MIME-Version: 1.0 From: stanley.ganyezu@gmail.com Date: Sat, 4 Apr 2020 08:40:42 +0800 Message-ID: Subject: debug UEFI Event To: devel@edk2.groups.io Content-Type: multipart/alternative; boundary="0000000000004d946905a26c490d" --0000000000004d946905a26c490d 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? --0000000000004d946905a26c490d 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?
--0000000000004d946905a26c490d--