<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: VTune: Export all timeline data in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/VTune-Export-all-timeline-data/m-p/1671449#M25637</link>
    <description>&lt;P&gt;This is related to report customization, VTune supports some customization for report generation. For your case, we need to investigate and give you update.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Mar 2025 01:21:21 GMT</pubDate>
    <dc:creator>yuzhang3_intel</dc:creator>
    <dc:date>2025-03-03T01:21:21Z</dc:date>
    <item>
      <title>VTune: Export all timeline data</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Export-all-timeline-data/m-p/1671042#M25634</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Let's say I ran a Microarchitecture Exploration in VTune (2025.0) on a Windows 11 (24H2) machine and wanted to recreate the graph view at the bottom of the "Event Count" Tab with external tools. For that I would need an export of all relevant data but do not know how to get that.&lt;/P&gt;&lt;P&gt;Actually, I care about more data than is shown at any given time in the timeline. Ideally, I would be able to export a normal CSV file containing:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;All scheduling decisions (logical core/thread) and reasons.&lt;/LI&gt;&lt;LI&gt;All EHFI / Thread Director data&lt;/LI&gt;&lt;LI&gt;CPU Utilization data, if possible (what is currently running / is it inactive / etc.)&lt;/LI&gt;&lt;LI&gt;Core Type, if possible&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;To be clear: I do not want to get some aggregate report but ideally a series of precisely timestamped events. I do not care if the file is huge or needs external processing so long as the data I get is intelligible.&lt;/P&gt;&lt;P&gt;The closest I have gotten is with this command:&lt;/P&gt;&lt;PRE&gt;vtune -report exec-query -rep-knob row-by="/GenericCoreType/GenericCore/HWContext/GenericThread/HWFeedbackClass" -rep-knob column-by="CPUTime" -r &amp;lt;results_dir&amp;gt;&lt;/PRE&gt;&lt;P&gt;Unfortunately, it does not actually produce a timeline of anything. I have also tried the timeline and time report types but only ever get bins out when I want a series of events.&lt;/P&gt;&lt;P&gt;Additionally but separately from my primary concern of getting this working, I have tried a variety of commands including this:&lt;/P&gt;&lt;PRE&gt;vtune -report timeline -r &amp;lt;results_dir&amp;gt; -report-knob column-by=Core -report-knob group-by=Thread&lt;/PRE&gt;&lt;P&gt;which consistently yielded the error: "Unknown error has happened in timeline data provider."&lt;/P&gt;&lt;P&gt;Thanks for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Feb 2025 13:20:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Export-all-timeline-data/m-p/1671042#M25634</guid>
      <dc:creator>wcon55</dc:creator>
      <dc:date>2025-02-28T13:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: VTune: Export all timeline data</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Export-all-timeline-data/m-p/1671449#M25637</link>
      <description>&lt;P&gt;This is related to report customization, VTune supports some customization for report generation. For your case, we need to investigate and give you update.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Mar 2025 01:21:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Export-all-timeline-data/m-p/1671449#M25637</guid>
      <dc:creator>yuzhang3_intel</dc:creator>
      <dc:date>2025-03-03T01:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: VTune: Export all timeline data</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Export-all-timeline-data/m-p/1671895#M25643</link>
      <description>&lt;P&gt;&lt;FONT&gt;如何自定义生成&lt;/FONT&gt;&lt;FONT&gt;&lt;FONT&gt;报告，&lt;/FONT&gt;&lt;FONT&gt;有详细的教程吗&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 01:58:57 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Export-all-timeline-data/m-p/1671895#M25643</guid>
      <dc:creator>wuying</dc:creator>
      <dc:date>2025-03-04T01:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: VTune: Export all timeline data</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Export-all-timeline-data/m-p/1671900#M25644</link>
      <description>&lt;P&gt;想要生成包含源代码占用时间，能够具体到行数，或者是否有对生成的sqlite-db中的原始数据库是否有具体的数据库的表定义和字段说明&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 02:05:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Export-all-timeline-data/m-p/1671900#M25644</guid>
      <dc:creator>wuying</dc:creator>
      <dc:date>2025-03-04T02:05:35Z</dc:date>
    </item>
    <item>
      <title>Re:VTune: Export all timeline data</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Export-all-timeline-data/m-p/1675563#M25673</link>
      <description>&lt;P&gt;Hi wcon55, &lt;/P&gt;&lt;P&gt; Microarchitecture Exploration has many options which we can enable by selecting the + (Customize the copy of the selected options) to get details about memory bound, stacks, Kernel, User tasks, events and context switches. In order to get the the details about the CPU utilizations and functions then run the hotspots and while running the report use the options like "callstacks" and "gprof-cc". &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Mar 2025 15:15:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Export-all-timeline-data/m-p/1675563#M25673</guid>
      <dc:creator>Arun11</dc:creator>
      <dc:date>2025-03-17T15:15:19Z</dc:date>
    </item>
    <item>
      <title>Re:VTune: Export all timeline data</title>
      <link>https://community.intel.com/t5/Analyzers/VTune-Export-all-timeline-data/m-p/1680414#M25744</link>
      <description>&lt;P&gt;&lt;EM style="font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, &amp;quot;Segoe UI&amp;quot;, Roboto, Oxygen, Ubuntu, &amp;quot;Fira Sans&amp;quot;, &amp;quot;Droid Sans&amp;quot;, &amp;quot;Helvetica Neue&amp;quot;, sans-serif;"&gt;Has your issue been resolved? If I don't hear from you within 5 business days, I will assume your support request is resolved and you no longer need assistance&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Apr 2025 09:26:12 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/VTune-Export-all-timeline-data/m-p/1680414#M25744</guid>
      <dc:creator>Arun11</dc:creator>
      <dc:date>2025-04-04T09:26:12Z</dc:date>
    </item>
  </channel>
</rss>

