From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4864:20::532; helo=mail-pg1-x532.google.com; envelope-from=prabinca4u@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-pg1-x532.google.com (mail-pg1-x532.google.com [IPv6:2607:f8b0:4864:20::532]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 10955210D8528 for ; Fri, 3 Aug 2018 10:10:52 -0700 (PDT) Received: by mail-pg1-x532.google.com with SMTP id e6-v6so3135475pgv.2 for ; Fri, 03 Aug 2018 10:10:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:content-transfer-encoding:mime-version:date:subject:message-id :references:in-reply-to:to; bh=ZmfCecgDz5Vat6CHWESrhHC+zJgSiUSN6Cww8E94Vc0=; b=ezro4typ851T6X/1CPjgD2HvUhN7JhCmAmvjj9R9Qci9Tc3HtscYAH8Q/Ek5f03eLw YvqPVHd+ER/iq1lcAIzOFVR0P0Im9fs1eFTNP/OHLV6tHie1CS/gvxvm/ETZ4/UWkDKI mssz5Gz1Fr8UcIJcm/dej4GL6BTAHdpiXCJg/niNxSaCmZ60Rnf+TIvgtxmD1RSQUTP1 iEuNPznh8XdI9Vuc5vRORMa0gfOFEq+nr1GkEBQi7FL5IIlZTA1Sy50RMXHYNhsoktF4 C4+HiaQ+nvi7CGXnaADan+R9VJ1WQn+5f40Qejn6jrNW888B5wjWEmNRMo73GafYzFCG Gu0Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:content-transfer-encoding:mime-version:date :subject:message-id:references:in-reply-to:to; bh=ZmfCecgDz5Vat6CHWESrhHC+zJgSiUSN6Cww8E94Vc0=; b=pVYp8lxBLLUKbLS9bTEZz/HoVh4Zsyc6ExHzF6XLHMKfNTpLCtyxWUbRWwAPwe0B0I JKFk2M6LHH4IQ56aGjtAo1thguYqZ8Q/9ghHzXXkjenJwvqgBU+My0t8dEH/7xyR0vnj xH0yZxX/+CyRFpbPP/xTyal0QQXgQKfrHu6ze415zsSX3+4rMGRvobLndJDw5q/Iajsm XuK2IHv63sLYVbF06Urqa7Ft7/+cCg+wJ0jP3abf2qVUEDMcj2gfNDD5PcOYeKN0bWWS DN+cJ6j7GbjpEub8VIF6Jv0QdY8U8Z9JYp97L6sJQ1NSTHh9wH6oApxJ57e9d2IV+Wbr izhg== X-Gm-Message-State: AOUpUlFD1VODVmi0P514KjF7LCGR4r+Fv72zDy1e/TJcrnhS/RN0QzJF /8w+bXflPXiuS5CA/Fytz9c9jC3O X-Google-Smtp-Source: AAOMgpdn7lRnchd/J9WmwoGGdrpVQzxyAhinRPRlvQEpVsbgxHlT9T9hkwEhR3OGQ+3Un4opELudXw== X-Received: by 2002:a62:3b03:: with SMTP id i3-v6mr5455039pfa.197.1533316252430; Fri, 03 Aug 2018 10:10:52 -0700 (PDT) Received: from [192.168.1.8] ([171.61.64.187]) by smtp.gmail.com with ESMTPSA id h7-v6sm12197175pfd.155.2018.08.03.10.10.51 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 03 Aug 2018 10:10:51 -0700 (PDT) From: prabin ca Mime-Version: 1.0 (1.0) Date: Fri, 3 Aug 2018 22:40:49 +0530 Message-Id: <9CD1783E-00DF-4F04-8138-539DFF8D92F8@gmail.com> References: <38CACABA-07C1-4C43-AF51-4683CE8D0034@gmail.com> In-Reply-To: <38CACABA-07C1-4C43-AF51-4683CE8D0034@gmail.com> To: edk2-devel@lists.01.org X-Mailer: iPhone Mail (15E302) Subject: Re: Performancepkg in edk2 X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Aug 2018 17:10:53 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable It will be helpful if any one can give me a idea > On 03-Aug-2018, at 12:00 PM, prabin ca wrote: >=20 > Hi Team, >=20 > I=E2=80=99m new to uefi and edk. I=E2=80=99m facing or figure out one issu= e in PerformancePkg in edk source code. >=20 > My aim is to get performance of my dxe driver by using PerformancePkg API=E2= =80=99s (perf_start and perf_end). >=20 > It=E2=80=99s got build and successfully tested and verified in some platfo= rms well without any failure. It giving proper output. >=20 > But the issue I=E2=80=99m facing is, it=E2=80=99s not working in some othe= r platform. Please help me to resolve this ASAP. It will be really helpful. >=20 > Is it a known issue with PerformancePkg >=20 >=20