sysprof 46.0-2 source package in Ubuntu

Changelog

sysprof (46.0-2) unstable; urgency=medium

  * Add Build-Depends: libsystemd-dev
    needed for "Recording System Logs" feature
  * Suggest mesa-utils on Ubuntu but recommend it on Debian
  * Drop obsolete Lintian override
  * Bump Standards Version to 4.7.0

 -- Jeremy BĂ­cha <email address hidden>  Tue, 04 Jun 2024 10:31:12 -0400

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
Oracular release universe devel

Downloads

File Size SHA-256 Checksum
sysprof_46.0-2.dsc 2.7 KiB 0ec16be42b10d3449062cc237fe627374b0eba92e944f7a3188720e951705436
sysprof_46.0.orig.tar.xz 1.1 MiB 73aa7e75ebab3e4e0946a05a723df7e6ee4249e3b9e884dba35500aba2a1d176
sysprof_46.0-2.debian.tar.xz 16.1 KiB f865661611882c9eb5b9c99f84eec004798ec9c7df5497e7f498af9a158e02ba

No changes file available.

Binary packages built by this source

libsysprof-6-6: 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 the shared library for console applications
 embedding sysprof.

libsysprof-6-6-dbgsym: debug symbols for libsysprof-6-6
libsysprof-6-dev: development files 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 the development files for the shared library.

libsysprof-6-modules: LD_PRELOAD modules 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 LD_PRELOAD modules that can be injected into the
 program being profiled.

libsysprof-6-modules-dbgsym: debug symbols for libsysprof-6-modules
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.

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