Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] Should "Flame Graph" show up in the list of available views after loading a CTF format trace from Linux "perf"?
  • From: Matthew Khouzam <matthew.khouzam@xxxxxxxxxxxx>
  • Date: Fri, 17 Jun 2022 22:30:15 +0000
  • Accept-language: en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=ericsson.com; dmarc=pass action=none header.from=ericsson.com; dkim=pass header.d=ericsson.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=hSFx1tf0eazyAtl3WOuAO1Po2bSDeOHPZ9p1CwDLeVg=; b=eOiOibRLVIfAsfHvEtpCTRBdHq7Q8t+XL1kRQM322UBMljdEszSQyih+rkAAaDBWDrWvCmsne5l1BpaUbOBkAPcmtydi4BEG93WAi7U7PSY2UeWXE03BfSVfmKzsBf1Cz9fEd1ZyTiRYrxq0KCYpOZmURkrm37PopKzMYklmGkBI5fd1h7T6Ih5CWR/YM4a/VOdbDGVnudUaiiSB4Mej2iuCbLBxFsS7GSVUJEnXcE3VHutjn+AAliuzy/JMim2UWIx0Xtxo6hv9njBhPu+nB24Wrpew/Q5CbirKCwph6qdhATLybsY3NzohlCU53xbGL421kbVxazzUwXPHmHz38A==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=gNAWkvMeAeLV3Mrz5yUIDKO7atePfn9cAq3sjIxHlRGk+ZqucZ1P+1Ym/gy6eBM8saFAAV/KXvf4JMtVGKMRtofjuW2NCVCGqMHNSPNHmdyfWKf4c+CaxnhGllyT587k4sMsVjtYPvzvJcobWSC4lHAlHJasAQteJoq2rLU3MZBE0AoipUmwUh6UF+R4RXSLwNmCgHtb0peobJsizjd9qRdc4wBjKoZ6vlGLKFNk0oRJv+wVxdHMteN8pVoQQfEHwkcyibTgf0qh6CmFsqb0oULusDfikao1QqrO181gFcKObaz1tmA3Z7CNbqYVOHPOXcnIH2NXBHVDzAftxvYreA==
  • Delivered-to: tracecompass-dev@xxxxxxxxxxx
  • List-archive: <https://www.eclipse.org/mailman/private/tracecompass-dev/>
  • List-help: <mailto:tracecompass-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/tracecompass-dev>, <mailto:tracecompass-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/tracecompass-dev>, <mailto:tracecompass-dev-request@eclipse.org?subject=unsubscribe>
  • Suggested_attachment_session_id: 590b8c33-87f9-25e2-e73a-fe13d99e06ee
  • Thread-index: AQHYgc9iFUGeSp6oek+Jp5+nF6WIRK1S6AakgAD0nYCAAFMdSQ==
  • Thread-topic: [tracecompass-dev] Should "Flame Graph" show up in the list of available views after loading a CTF format trace from Linux "perf"?

Music to my ears!

Matthew

PS. If you did anything cool with trace compass, we would love to hear about it.


From: tracecompass-dev <tracecompass-dev-bounces@xxxxxxxxxxx> on behalf of Greg Savin <greg.savin@xxxxxxxxxx>
Sent: Friday, June 17, 2022 1:31 PM
To: tracecompass developer discussions <tracecompass-dev@xxxxxxxxxxx>
Subject: Re: [tracecompass-dev] Should "Flame Graph" show up in the list of available views after loading a CTF format trace from Linux "perf"?
 
Thanks Matthew, that worked great!

Regards,
Greg

On Thu, Jun 16, 2022 at 8:00 PM Matthew Khouzam via tracecompass-dev <tracecompass-dev@xxxxxxxxxxx> wrote:
Hi Greg,

Cycle events are currently read and supported in the incubator patch "Perf Profiling", to install it, you need to go to "Tools" -> "Add ons..." and then you will see all the cool extra features in trace compass.

If there is a bug, please let us know. (or even better, push a fix and we'll gladly merge and shower you with praise. 🙂 )


Please keep us posted.
Matthew.

From: tracecompass-dev <tracecompass-dev-bounces@xxxxxxxxxxx> on behalf of Greg Savin <greg.savin@xxxxxxxxxx>
Sent: Thursday, June 16, 2022 6:20 PM
To: tracecompass-dev@xxxxxxxxxxx <tracecompass-dev@xxxxxxxxxxx>
Subject: [tracecompass-dev] Should "Flame Graph" show up in the list of available views after loading a CTF format trace from Linux "perf"?
 
Hi all,

I have a trace file that was generated by running perf and converting the output to CTF format.  The file contains a bunch of "cycle" events (as well as other events such as perf_mmap).  The CTF file loads successfully into Trace Compass 7.3.0.  Should I expect to see "Flame Graph" or "Flame Chart" as an available node under Views node in Project Explorer?  

I'm not seeing either of those nodes.  Is there anything additional that I need to do in order to be presented with the option of opening a Flame graph or Flame chart from a CTF format file that has "cycle" events?

Any info appreciated; thanks!

Regards,
Greg
_______________________________________________
tracecompass-dev mailing list
tracecompass-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tracecompass-dev

Back to the top