sysprof 46.0-1 source package in Ubuntu

Changelog

sysprof (46.0-1) unstable; urgency=medium

  * New upstream release
  * debian/libsysporf-6-6.symbols: Add new symbols

 -- Jeremy BĂ­cha <email address hidden>  Thu, 28 Mar 2024 15:52:55 -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

Downloads

File Size SHA-256 Checksum
sysprof_46.0-1.dsc 2.7 KiB df4fee4f263d7c4ea3b4522f91fd7879c6b07a606671dddd1b2273ad05c64f2d
sysprof_46.0.orig.tar.xz 1.1 MiB 73aa7e75ebab3e4e0946a05a723df7e6ee4249e3b9e884dba35500aba2a1d176
sysprof_46.0-1.debian.tar.xz 16.0 KiB ba102c83e7da52c763a53db51283fb0a36a94fcd57855bb41a11ba421aed80e7

Available diffs

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