The driver failed to start profiling. (error code 0x80004005)
I'm getting exactly the same problem. The AMDPowerProfiler module is loaded so I'm also not sure where this is going wrong.
Git Clone URL: | https://aur.archlinux.org/amduprof.git (read-only, click to copy) |
---|---|
Package Base: | amduprof |
Description: | AMD uProf performance analysis tool. |
Upstream URL: | https://developer.amd.com/amd-uprof/ |
Licenses: | custom |
Submitter: | disc-kuraudo |
Maintainer: | disc-kuraudo |
Last Packager: | disc-kuraudo |
Votes: | 6 |
Popularity: | 0.000002 |
First Submitted: | 2019-07-13 17:19 (UTC) |
Last Updated: | 2023-08-07 18:48 (UTC) |
The driver failed to start profiling. (error code 0x80004005)
I'm getting exactly the same problem. The AMDPowerProfiler module is loaded so I'm also not sure where this is going wrong.
amduprof also depends on python2
package.
Has anyone else encountered the following error?
The driver failed to start profiling. (error code 0x80004005)
There's a few posts about it on the official AMD forums but no solutions so far: https://community.amd.com/t5/server-gurus-discussions/amduprof-not-attaching-to-processes-on-linux/td-p/569271
The AMDPowerProfiler
module seems to be loaded so I'm not sure where this is going wrong.
PwrProfSharedMemOps.c:222 needs to be changed from vma->vm_flags |= VM_RESERVED
to vm_flags_set(vma, VM_RESERVED)
as per https://lore.kernel.org/lkml/CAJuCfpETYdLRigLTHe6HHQrC5vy5MmDc=HPsuMc6UKEzfr22ZA@mail.gmail.com/
Manual download of tarball required from upstream
Is anyone able to show source code next to assembly in the Sources tab?
All I get is assembly with "-g" debug binaries.
Wondering if something is off using this on Arch.
please update to latest version
@chapa You have to go to the website and manually download the tar.bz file to the directory where you cloned the package repo. It's behind a EULA, which is why makepkg isn't able to download it automatically. After that, makepkg should work properly.
AMDuProf_Linux_x64_3.4.468.tar.bz2 not found in build directory & source download error. ( Need help, thanks.
I forgot to update the md5sum for the tarball in this package. Should work now, apologies.
Pinned Comments
disc-kuraudo commented on 2022-11-11 09:25 (UTC)