<?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: Intel Processor Trace in Software Tuning, Performance Optimization &amp; Platform Monitoring</title>
    <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-Processor-Trace/m-p/1752033#M8669</link>
    <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Intel Processor Trace helps you see how a computer runs programs step by step. It records important actions so developers can find and fix problems easily&lt;A href="https://medium.com/@furnifolkspayments/what-colour-carpet-with-grey-sofa-best-matching-ideas-tips-408f8be58562" target="_blank" rel="noopener"&gt;.&lt;/A&gt; This makes software faster, safer, and more reliable.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Mon, 22 Jun 2026 17:03:52 GMT</pubDate>
    <dc:creator>UmairWaris53</dc:creator>
    <dc:date>2026-06-22T17:03:52Z</dc:date>
    <item>
      <title>Intel Processor Trace</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-Processor-Trace/m-p/1660537#M8507</link>
      <description>&lt;P&gt;I am trying to use intel-PT in vm.&lt;/P&gt;&lt;P&gt;When I run following command in host, the result is as follows:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;echo -n "Intel PT support: "; if $(grep -q "intel_pt" /proc/cpuinfo); then echo "&lt;LI-EMOJI id="lia_white-heavy-check-mark" title=":white_heavy_check_mark:"&gt;&lt;/LI-EMOJI&gt;"; else echo "&lt;LI-EMOJI id="lia_cross-mark" title=":cross_mark:"&gt;&lt;/LI-EMOJI&gt;"; fi
Intel PT support: &lt;LI-EMOJI id="lia_white-heavy-check-mark" title=":white_heavy_check_mark:"&gt;&lt;/LI-EMOJI&gt;&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And when I trying to enable intel-pt in qemu-kvm vm, I got some error:&lt;/P&gt;&lt;LI-CODE lang="bash"&gt;~/ccc-vm$ cat Makefile 
QEMU ?= qemu-system-x86_64
PORT ?= 2333

qemu_image := ubuntu-22.04-server-cloudimg-amd64.img
qemu_args := \
  -smp 16 -m 80G -accel kvm -nographic \
  -machine q35,kernel_irqchip=split \
  -cpu host,intel-pt,-kvm-asyncpf,-kvm-pv-eoi,-kvm-pv-ipi,-kvm-pv-sched-yield,-kvm-pv-unhalt,-kvm-steal-time,-kvmclock \
  -drive file=$(qemu_image) \
  -net user,id=net,hostfwd=tcp::$(PORT)-:22 -net nic,model=e1000e \
  -serial mon:stdio \

$(qemu_image):
        wget https://cloud-images.ubuntu.com/releases/22.04/release/ubuntu-22.04-server-cloudimg-amd64.img

.ONESHELL:
image: $(qemu_image)
        cat &amp;gt;user-data &amp;lt;&amp;lt;EOF
        #cloud-config
        password: guest
        chpasswd: { expire: False }
        ssh_pwauth: True
        EOF
        cloud-localds user-data.img user-data
        qemu-img resize $(qemu_image) +64G
        sudo $(QEMU) $(qemu_args) -drive file=user-data.img,format=raw

qemu: $(qemu_image)
        sudo $(QEMU) $(qemu_args) 

~/ccc-vm$ make qemu
qemu-system-x86_64: warning: host doesn't support requested feature: CPUID.07H:EBX.intel-pt [bit 25]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;what should I do?&lt;/P&gt;</description>
      <pubDate>Sun, 26 Jan 2025 15:31:18 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Intel-Processor-Trace/m-p/1660537#M8507</guid>
      <dc:creator>littleQ</dc:creator>
      <dc:date>2025-01-26T15:31:18Z</dc:date>
    </item>
    <item>
      <title>Re: Intel Processor Trace</title>
      <link>https://community.intel.com/t5/Software-Tuning-Performance/Intel-Processor-Trace/m-p/1752033#M8669</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;Intel Processor Trace helps you see how a computer runs programs step by step. It records important actions so developers can find and fix problems easily&lt;A href="https://medium.com/@furnifolkspayments/what-colour-carpet-with-grey-sofa-best-matching-ideas-tips-408f8be58562" target="_blank" rel="noopener"&gt;.&lt;/A&gt; This makes software faster, safer, and more reliable.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 22 Jun 2026 17:03:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Tuning-Performance/Intel-Processor-Trace/m-p/1752033#M8669</guid>
      <dc:creator>UmairWaris53</dc:creator>
      <dc:date>2026-06-22T17:03:52Z</dc:date>
    </item>
  </channel>
</rss>

