[Kernel-packages] [Bug 1641859] Re: perf compiled without auxtrace

2023-05-11 Thread Benjamin Peterson
Seems intel_pt works now on 23.04.

** Changed in: linux (Ubuntu)
   Status: Triaged => Fix Released

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

Title:
  perf compiled without auxtrace

Status in linux package in Ubuntu:
  Fix Released

Bug description:
  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.

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2019247] [NEW] perf should be compiled with libtraceevent

2023-05-11 Thread Benjamin Peterson
Public bug reported:

libtraceevent was removed from the kernel tree in
https://lore.kernel.org/lkml/20221130062935.2219247-1-irog...@google.com/.
The linux-tools-6.2.0-20-generic I have in Lunar doesn't not use compile
perf against libtraceevent, making perf unable to record traceevents.

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

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2019247

Title:
  perf should be compiled with libtraceevent

Status in linux package in Ubuntu:
  New

Bug description:
  libtraceevent was removed from the kernel tree in
  https://lore.kernel.org/lkml/20221130062935.2219247-1-irog...@google.com/.
  The linux-tools-6.2.0-20-generic I have in Lunar doesn't not use
  compile perf against libtraceevent, making perf unable to record
  traceevents.

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 2019247] Re: perf should be compiled with libtraceevent

2023-05-11 Thread Benjamin Peterson
** Changed in: linux (Ubuntu)
   Status: Incomplete => Confirmed

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/2019247

Title:
  perf should be compiled with libtraceevent

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  libtraceevent was removed from the kernel tree in
  https://lore.kernel.org/lkml/20221130062935.2219247-1-irog...@google.com/.
  The linux-tools-6.2.0-20-generic I have in Lunar doesn't not use
  compile perf against libtraceevent, making perf unable to record
  traceevents.

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


-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1641859] [NEW] perf compiled without auxtrace

2016-11-14 Thread Benjamin Peterson
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 Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1641859

Title:
  perf compiled without auxtrace

Status in linux package in Ubuntu:
  New

Bug description:
  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.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1641859] Re: perf compiled without auxtrace

2016-11-15 Thread Benjamin Peterson
I haven't tried any previous Ubuntu or kernel releases. I'm not doing
anything special to compile perf myself, i.e., I just run make in
tools/perf. Looking at tools/perf/Makefile.config, it seems like
auxtrace gets disabled if GCC is detected to not have __get_cpuid, which
makes it seems like a bug in the feature detection or an abnormality in
the environment where perf is built for linux-tools-common.

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

Title:
  perf compiled without auxtrace

Status in linux package in Ubuntu:
  Triaged

Bug description:
  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.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp


[Kernel-packages] [Bug 1001091] Re: "EFI Boot" from livecd fails on Macbook Pro

2013-11-26 Thread Benjamin Peterson
Seems to work now.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1001091

Title:
  "EFI Boot" from livecd fails on Macbook Pro

Status in “linux” package in Ubuntu:
  Incomplete

Bug description:
  I performed the following actions on my Macbook pro:
  1. Started it with the alt-option key down to bring up the boot menu.
  2. Inserted the Ubuntu 12.04 Desktop CD.
  3. Selected the "EFI Boot" drive and it enter.
  4. GRUB was loaded, and I hit enter to select "Try Ubuntu w/o installing it".

  At this point the screen goes black and it seems the machine must be shut off 
with the power button.
  --- 
  AlsaVersion: Advanced Linux Sound Architecture Driver Version 1.0.24.
  ApportVersion: 2.0.1-0ubuntu5
  Architecture: amd64
  AudioDevicesInUse:
   USERPID ACCESS COMMAND
   /dev/snd/controlC1:  ubuntu 3533 F pulseaudio
   /dev/snd/controlC0:  ubuntu 3533 F pulseaudio
  Card0.Amixer.info:
   Card hw:0 'PCH'/'HDA Intel PCH at 0xb090 irq 48'
 Mixer name : 'Cirrus Logic CS4206'
 Components : 'HDA:10134206,106b1d00,00100302'
 Controls  : 24
 Simple ctrls  : 10
  Card1.Amixer.info:
   Card hw:1 'Generic'/'HD-Audio Generic at 0xb084 irq 49'
 Mixer name : 'ATI R6xx HDMI'
 Components : 'HDA:1002aa01,00aa0100,00100200'
 Controls  : 6
 Simple ctrls  : 1
  Card1.Amixer.values:
   Simple mixer control 'IEC958',0
 Capabilities: pswitch pswitch-joined penum
 Playback channels: Mono
 Mono: Playback [on]
  CasperVersion: 1.315
  DistroRelease: Ubuntu 12.04
  LiveMediaBuild: Ubuntu 12.04 LTS "Precise Pangolin" - Release amd64 (20120425)
  MachineType: Apple Inc. MacBookPro8,2
  Package: linux (not installed)
  ProcEnviron:
   TERM=xterm
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  ProcFB: 0 radeondrmfb
  ProcKernelCmdLine: file=/cdrom/preseed/ubuntu.seed boot=casper 
initrd=/casper/initrd.lz quiet splash -- maybe-ubiquity
  ProcVersionSignature: Ubuntu 3.2.0-23.36-generic 3.2.14
  RelatedPackageVersions:
   linux-restricted-modules-3.2.0-23-generic N/A
   linux-backports-modules-3.2.0-23-generic  N/A
   linux-firmware1.79
  SourcePackage: linux
  StagingDrivers: mei
  Tags:  precise staging precise staging
  Uname: Linux 3.2.0-23-generic x86_64
  UpgradeStatus: No upgrade log present (probably fresh install)
  UserGroups: adm cdrom dip lpadmin plugdev sambashare sudo
  dmi.bios.date: 01/24/12
  dmi.bios.vendor: Apple Inc.
  dmi.bios.version: MBP81.88Z.0047.B27.1201241646
  dmi.board.asset.tag: Base Board Asset Tag#
  dmi.board.name: Mac-94245A3940C91C80
  dmi.board.vendor: Apple Inc.
  dmi.board.version: MacBookPro8,2
  dmi.chassis.type: 10
  dmi.chassis.vendor: Apple Inc.
  dmi.chassis.version: Mac-94245A3940C91C80
  dmi.modalias: 
dmi:bvnAppleInc.:bvrMBP81.88Z.0047.B27.1201241646:bd01/24/12:svnAppleInc.:pnMacBookPro8,2:pvr1.0:rvnAppleInc.:rnMac-94245A3940C91C80:rvrMacBookPro8,2:cvnAppleInc.:ct10:cvrMac-94245A3940C91C80:
  dmi.product.name: MacBookPro8,2
  dmi.product.version: 1.0
  dmi.sys.vendor: Apple Inc.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp