Public bug reported:

perf in linux-tools-common_4.8.0-27.29 seems to be compiled without auxtrace 
support. This prevents perf from using Intel Processor Trace (PT) or Branch 
Trace Store (BTS). Unfortunately, rather than indicating that auxtrace is 
missing, perf just records no samples:
# grep -c intel_pt /proc/cpuinfo
8
# perf list | grep intel_pt
# grep intel_pt /proc/cpuinfo
# perf record -e intel_pt// -- ls
...
# perf script

I am able to successfully to use PT on my machine if I compile perf
myself.

** Affects: linux (Ubuntu)
     Importance: Undecided
         Status: New

** Description changed:

  perf in linux-tools-common_4.8.0-27.29 seems to be compiled without auxtrace 
support. This prevents perf from using Intel Processor Trace (PT) or Branch 
Trace Store (BTS). Unfortunately, rather than indicating that auxtrace is 
missing, perf just records no samples:
- # grep -c intel_pt /proc/cpuinfo 
+ # grep -c intel_pt /proc/cpuinfo
  8
  # grep intel_pt /proc/cpuinfo
  # perf record -e intel_pt// -- ls
  ...
  # perf script
  #
  
- I am able to successfully to using PT on my machine if I compile perf
+ I am able to successfully to use PT on my machine if I compile perf
  myself.

** Description changed:

  perf in linux-tools-common_4.8.0-27.29 seems to be compiled without auxtrace 
support. This prevents perf from using Intel Processor Trace (PT) or Branch 
Trace Store (BTS). Unfortunately, rather than indicating that auxtrace is 
missing, perf just records no samples:
  # grep -c intel_pt /proc/cpuinfo
  8
+ # perf list | grep intel_pt
  # grep intel_pt /proc/cpuinfo
  # perf record -e intel_pt// -- ls
  ...
  # perf script
- #
  
  I am able to successfully to use PT on my machine if I compile perf
  myself.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1641859

Title:
  perf compiled without auxtrace

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1641859/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to