1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125
|
Source: sysprof
Section: devel
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Ritesh Raj Sarraf <rrs@debian.org>, Jeremy BĂcha <jbicha@ubuntu.com>
Build-Depends: debhelper (>= 13.11.6~),
debhelper-compat (= 13),
binutils-dev,
bzip2,
desktop-file-utils,
dh-sequence-gnome,
itstool,
libadwaita-1-dev (>= 1.6~beta) [amd64 arm64 armel armhf mips64el ppc64el riscv64 s390x loong64 ppc64] <!pkg.sysprof.nogui>,
libdebuginfod-dev,
libdex-dev (>= 0.9),
libdw-dev,
libglib2.0-dev (>= 2.80.0),
libgtk-4-dev (>= 4.15) [amd64 arm64 armel armhf mips64el ppc64el riscv64 s390x loong64 ppc64] <!pkg.sysprof.nogui>,
libjson-glib-dev,
libpanel-dev (>= 1.7.0) [amd64 arm64 armel armhf mips64el ppc64el riscv64 s390x loong64 ppc64] <!pkg.sysprof.nogui>,
libpolkit-agent-1-dev,
libpolkit-gobject-1-dev,
libsystemd-dev,
libunwind-dev (>= 1),
libxml2-utils,
meson (>= 0.59.0),
polkitd,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/gnome-team/sysprof
Vcs-Git: https://salsa.debian.org/gnome-team/sysprof.git
Homepage: https://apps.gnome.org/Sysprof/
Package: sysprof
# i386 is intentionally not included here
Architecture: amd64 arm64 armel armhf mips64el ppc64el riscv64 s390x loong64 ppc64
Depends: ${shlibs:Depends},
${misc:Depends},
libsysprof-6-6 (= ${binary:Version}),
libsysprof-6-modules (= ${binary:Version}),
Recommends: ${sysprof:Recommends}
Suggests: ${sysprof:Suggests}
Build-Profiles: <!pkg.sysprof.nogui>
Description: 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
Package: libsysprof-6-6
Section: libs
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
libsysprof-6-modules (>= ${binary:Version}),
Description: 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.
Package: libsysprof-6-modules
Section: libs
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
Description: 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.
Package: libsysprof-capture-4-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends},
Breaks: libsysprof-4-dev (<< 3.48.0-3~),
sysprof (<< 3.42.1-2~)
Replaces: libsysprof-4-dev (<< 3.48.0-3~),
sysprof (<< 3.42.1-2~)
Description: 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.
Package: libsysprof-6-dev
Section: libdevel
Architecture: linux-any
Multi-Arch: same
Depends: ${misc:Depends},
libsysprof-capture-4-dev (= ${binary:Version}),
libsysprof-6-6 (= ${binary:Version}),
libdebuginfod-dev,
libdex-dev (>= 0.9),
libglib2.0-dev (>= 2.80.0),
libjson-glib-dev,
libpolkit-gobject-1-dev (>= 0.105),
libsystemd-dev
Description: 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.
|