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::42a; helo=mail-pf1-x42a.google.com; envelope-from=prabinca4u@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-pf1-x42a.google.com (mail-pf1-x42a.google.com [IPv6:2607:f8b0:4864:20::42a]) (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 2AE0F21BADAB2 for ; Thu, 6 Sep 2018 19:30:32 -0700 (PDT) Received: by mail-pf1-x42a.google.com with SMTP id k19-v6so6245566pfi.1 for ; Thu, 06 Sep 2018 19:30:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=XvRnyENLHyji7xls3rcJz6lD1sAe1qQFVzfu4Z4kRYY=; b=IxkHKO20WHOSiSsCeR0OMC5Y/pNblMI+EXNGFayU02hbkuyGDEMkDPndagLDEOmnBs v2DIUsFodpN/k77gRMMWGsX1flevYDpeRNwgQ+Oode1/14SxtZg/TR3urknipfonV7uD reBfw+TcMQZHSpvXqh7pECeSfHcXcBo0MwbgopxegQq2DSea4RjD0Jhjkycf1TRYmDtR os6wPMP/81215CgpyMj/H57VTx6FksHYfwrRsukgiaHjfmnU0keX7jaoXyKtsZ4VXTRP tQMfnwy7/IrEHe+tF+w7Npw9NBH62oDxe6pGcZC8S3r6V6AFGl3XO3n1VfCv+fzc8zz9 ASHw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=XvRnyENLHyji7xls3rcJz6lD1sAe1qQFVzfu4Z4kRYY=; b=X3fqcvq766TXvE6Iq5Y8Aamu/STN3fhqbD5n3v3MBAAu9fX/kJEbZEst852lxzlCqR PRNA0i191pTTE5j+te29cBxz9qmsWoa4da5txXS6JlFQ83ugUS1iDCs0arNpU5MYxUqd JKgzQ7DSubDpc0CW2LimsQb/0KJcczNr1iyj4uZEks840DspUNspqWE3auhWIiHPXava xDqkblGgdpHP0bNisK1hJTl7lB+oWyAJfqrN1wKht5jw0r5U0DIV9xUZ+gFXGKVnE3jK R4jz7oGzQtSBJmZRGOKXViAdckmsQ44pp9jhfx2aaWHGrJTDqRdHNt/gAQzrGTQmijjg 8z3A== X-Gm-Message-State: APzg51BiueV4DcbfWurfMeiQU+/MuUp5W6ojhsYf+FITBXtQ+Dset7e7 i93q1h2kKwzbu6DRfEUWD4k= X-Google-Smtp-Source: ANB0VdYYsIckp7NZFYiWnSk1YXI7qmmiSpnQD2suvdeyW1+uyE9KJiEORBfPmj5BT2vuq/KD70nO0A== X-Received: by 2002:a62:aa02:: with SMTP id e2-v6mr6054750pff.211.1536287431746; Thu, 06 Sep 2018 19:30:31 -0700 (PDT) Received: from [10.32.172.103] ([27.97.191.252]) by smtp.gmail.com with ESMTPSA id p19-v6sm12479798pgh.60.2018.09.06.19.30.30 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 06 Sep 2018 19:30:31 -0700 (PDT) Mime-Version: 1.0 (1.0) From: prabin ca X-Mailer: iPhone Mail (15G77) In-Reply-To: Date: Fri, 7 Sep 2018 08:00:28 +0530 Cc: edk2-devel@lists.01.org, dandan.bi@intel.com, afish@apple.com Message-Id: References: <67C5668B-A842-4280-A555-74D9AD99D142@gmail.com> To: Laszlo Ersek Subject: Re: Performance enabling of Event handler X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Sep 2018 02:30:32 -0000 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Hi, PerformancePkg is not working with event handlers, but it=E2=80=99s working w= ith normal functions handlers.=20 > On 06-Sep-2018, at 3:28 PM, Laszlo Ersek wrote: >=20 >> On 09/06/18 08:10, prabin ca wrote: >> Hi Team, >>=20 >> I=E2=80=99m used edk2 PerformancePkg for profiling cpu execution time tak= en by a event handler. Event is created successfully and event handler is al= so called successfully, but I can capture the performance of this event hand= ler with PerformancePkg (by using perf_start and perf_end check points). Thi= s PerformancePkg is working fine with normal function calls. >=20 > Do you mean "can not", instead of "can"? (Sorry, I don't understand.) >=20 >>=20 >> Please help me to enable PerformancePkg action on event handler also. >>=20 >=20 > Hmmm, even with the suggested typo correction, I wouldn't know what to > suggest. Sorry! >=20 > Laszlo