sysprof 3.48.0-4 source package in Ubuntu

Changelog

sysprof (3.48.0-4) unstable; urgency=medium

  * Team upload
  * d/control.in: Version the libunwind-dev dependency.
    This package expects the libunwind-dev from src:libunwind, which
    provides a larger API than the libunwind-*-dev from LLVM: in particular,
    the standalone libunwind has pkg-config metadata but LLVM's libunwind
    does not. LLVM's libunwind Provides libunwind-dev even though it does
    not provide all of the same functionality, causing intermittent FTBFS
    when the non-default apt dependency resolver used by sbuild for
    experimental happens to choose LLVM's libunwind-*-dev to satisfy the
    dependency.
    libunwind-*-dev have Provides on libunwind-dev, but it's an unversioned
    Provides, so we can make sure to get the standalone libunwind by
    specifying a version (an arbitrarily old version will do).
    (Mitigates: #1027451)
  * Upload to unstable

 -- Simon McVittie <email address hidden>  Mon, 07 Aug 2023 23:54:28 +0100

Upload details

Uploaded by:
Debian GNOME Maintainers
Uploaded to:
Sid
Original maintainer:
Debian GNOME Maintainers
Architectures:
linux-any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
sysprof_3.48.0-4.dsc 3.1 KiB 7db72d187b2bd0888d38cc53681ae0d9f066a2631e5d5cf86e614e097229ddcb
sysprof_3.48.0.orig.tar.xz 520.6 KiB 07d9081a66cf2fb52753f48ff2b85ada75c60ff1bc1af1bd14d8aeb627972168
sysprof_3.48.0-4.debian.tar.xz 14.8 KiB 4806bfd09e2e8212f5a3630d012e5b5b61f51290b008446776db507369cfac61

Available diffs

No changes file available.

Binary packages built by this source

libsysprof-4: No summary available for libsysprof-4 in ubuntu mantic.

No description available for libsysprof-4 in ubuntu mantic.

libsysprof-4-dbgsym: No summary available for libsysprof-4-dbgsym in ubuntu mantic.

No description available for libsysprof-4-dbgsym in ubuntu mantic.

libsysprof-4-dev: No summary available for libsysprof-4-dev in ubuntu mantic.

No description available for libsysprof-4-dev in ubuntu mantic.

libsysprof-capture-4-dev: capture library for system-wide Linux profiler

 Sysprof is a sampling CPU profiler that uses a ptrace in Linux kernel to
 profile the entire system, not just a single application. Sysprof handles
 shared libraries and applications do not need to be recompiled. In fact they
 don't even have to be restarted.
 .
 This package provides a static library for tools that generate profiling
 capture data. It can be linked into other projects to provide more
 detailed trace information.

libsysprof-ui-5: No summary available for libsysprof-ui-5 in ubuntu mantic.

No description available for libsysprof-ui-5 in ubuntu mantic.

libsysprof-ui-5-dbgsym: No summary available for libsysprof-ui-5-dbgsym in ubuntu mantic.

No description available for libsysprof-ui-5-dbgsym in ubuntu mantic.

libsysprof-ui-5-dev: No summary available for libsysprof-ui-5-dev in ubuntu mantic.

No description available for libsysprof-ui-5-dev in ubuntu mantic.

sysprof: system-wide Linux profiler

 Sysprof is a sampling CPU profiler that uses a ptrace in Linux kernel to
 profile the entire system, not just a single application. Sysprof handles
 shared libraries and applications do not need to be recompiled. In fact they
 don't even have to be restarted.
 .
 It has the following features:
  - profiles all running processes, not just a single application
  - has a simple graphical interface
  - shows the time spent in each branch of the call tree
  - profiles can be loaded and saved

sysprof-dbgsym: debug symbols for sysprof