Package Details: hotspot 1:1.5.1-4

Git Clone URL: https://aur.archlinux.org/hotspot.git (read-only, click to copy)
Package Base: hotspot
Description: The Linux perf GUI for performance analysis
Upstream URL: https://github.com/KDAB/hotspot
Keywords: gui kdab perf performance profile profiling
Licenses: GPL-2.0-only
Submitter: Horus
Maintainer: Rubo
Last Packager: Rubo
Votes: 29
Popularity: 0.144697
First Submitted: 2017-09-30 13:49 (UTC)
Last Updated: 2025-05-30 10:29 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

Eeems commented on 2024-02-04 23:29 (UTC)

Horus: I would recommend just orphaning the package if you aren't wanting to maintain it, instead of asking for a volunteer to take over. That way, someone can just take over if they get frustrated enough that nobody has picked it up.

ryuukk commented on 2024-01-29 16:50 (UTC)

Please get rid of rust dependency, there is no rust on my system

Make it a separate package for people who like bloat: hotspot-rust

Thanks

Horus commented on 2024-01-27 10:32 (UTC)

This is the maintainer of the package. Sorry guys for late reaction, I am not using the package anymore. Anyone willing to take over? Ideally, together with hotspot-git.

minerscale commented on 2024-01-17 10:25 (UTC)

I had to slightly modify the diff which Martchus posted to get the thing to build:

https://gist.github.com/minerscale/4a34d6b2fe10157e3acc20dfe44302da

Martchus commented on 2023-12-11 15:10 (UTC)

It would likely make sense to apply https://github.com/KDAB/hotspot/commit/6068053c97395f99826445b887c51269adf153a1.patch to be able to build against the latest kdockwidgets.

Rubo commented on 2023-10-20 14:37 (UTC)

Hi, can you please update the KDE dependencies? Otherwise it fails to build.

depends=(
    'qt5-base>=5.15.0'
    'libelf'
    'elfutils'
    'threadweaver5'
    'kddockwidgets'
    'ki18n5'
    'kconfig5'
    'kio5'
    'kitemviews5'
    'kcoreaddons5'
    'kitemmodels5'
    'kconfigwidgets5'
    'kparts5'
    'perf'
    'solid5'
    'rustc-demangle>=0.1.18-2'
)

cyqsimon commented on 2023-02-14 02:14 (UTC)

If I'm not mistaken I think perf should be added to the list of dependencies of this package. Without perf, hotspot displays this error message when trying to record:

Please install perf before trying to record.

Martchus commented on 2022-03-02 14:37 (UTC)

This is an arch-specific package:

file hotspot
hotspot: ELF 64-bit LSB pie executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, BuildID[sha1]=e85908f11237a9bb6613c76e800a7f6759622e09, for GNU/Linux 4.4.0, stripped

So archs should be x86_64, see https://wiki.archlinux.org/title/Arch_package_guidelines#Architectures. (I'd say for AUR packages it is also acceptable to add further archs such as i686 and aarch64 if the package is known to compile for those. However, one must not any if the resulting package contains arch specific contents.)

acarcano commented on 2021-10-26 13:44 (UTC)

Hi everyone, Following my update of the dependency rustc-demangle, this is currently broken. To fix it, apply the changes presented in this diff: https://gist.github.com/krtab/4c9eaf4cf38eb79467526d0525ed4da0