diff options
| author | Andreas Müller <schnitzeltony@gmail.com> | 2020-06-01 23:45:15 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2020-06-03 15:15:43 -0700 |
| commit | 9c2ec3d81b994e43066ef67580ef466b09625802 (patch) | |
| tree | 907b56e4e53a3276351af7e59c71c362610a0785 /meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb | |
| parent | 86e8c35f115e28f6359442fa2580e25deb7832e7 (diff) | |
| download | meta-openembedded-9c2ec3d81b994e43066ef67580ef466b09625802.tar.gz | |
sysprof: upgrade 3.34.1 -> 3.36.0
* Move recipe recipes-kernel -> recipes-gnome
* 0001-libsysprof-ui-Rename-environ-to-sys_environ.patch can go: upstream did
raname variable differently
* We can build help files these days
* reworder patches / recipe cleanup
Overview of changes in Sysprof 3.36.0
=====================================
* Preload library has been moved to $libdir from $libexecdir
* Build system improvements
* Fix whole-system capture setting when using "Record Again" feature
* New SysprofCollector interfaces for samples, marks, and logs to
sit alongside allocations
* Translation updates
Overview of changes in Sysprof 3.35.92
======================================
* A new profiler for tracking memory allocations within processes
that are spawned by Sysprof. Select "Track Allocations" to use
an LD_PRELOAD module which monitors allocations within the target
process. A callgraph is provided with allocations and their stack
traces. This brings the main features of the venerable "Memprof"
into Sysprof.
* Port Sysprof to work on RHEL 7
* Improvements to marks and counters displays
* A new data frame in libsysprof-capture for memory allocations
with stack traces.
* sysprof-cli --merge can now be used to merge multiple syscap
files together.
* sysprof <program-path> can now be used to open Sysprof directly
to a program to execute.
* Sysprof now builds with additional security protections and
optimization flags such as -Bsymbolic, -Wl,-z,defs, -Wl,-z,now,
and -Wl,-z,relro.
* Fixes for macOS
* The ELF symbol resolver is faster
* sysprof-cli now properly adds supplemental information to the
capture file such as decoded symbols. This makes sharing syscap
files across machines easier and more reliable.
* A new mmap()'d ring buffer can be shared between processes for
faster data transfer to sysprof. We expect more features around
this SysprofCollector interface in future releases.
* A new set if icons has been provided for the collectors
* Translation updates
Overview of changes in Sysprof 3.35.2
=====================================
* Build and test fixes
* Track changes to gdbus-codegen
* Include additional pkg-config variable for access to D-Bus data
* Translation updates
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb')
| -rw-r--r-- | meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb b/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb deleted file mode 100644 index ad69ab68c3..0000000000 --- a/meta-gnome/recipes-kernel/sysprof/sysprof_3.34.1.bb +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | SUMMARY = "System-wide Performance Profiler for Linux" | ||
| 2 | HOMEPAGE = "http://www.sysprof.com" | ||
| 3 | LICENSE = "GPLv3+" | ||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | ||
| 5 | file://src/sysprof/sysprof-application.c;endline=17;md5=a3de8df3b0f8876dd01e1388d2d4b607" | ||
| 6 | |||
| 7 | GNOMEBASEBUILDCLASS = "meson" | ||
| 8 | inherit gnomebase gettext systemd upstream-version-is-even gsettings mime mime-xdg | ||
| 9 | |||
| 10 | DEPENDS += "glib-2.0 libxml2-native glib-2.0-native" | ||
| 11 | |||
| 12 | SRC_URI[archive.md5sum] = "cc32455277b31afb1965d627ae3e3629" | ||
| 13 | SRC_URI[archive.sha256sum] = "844bbb8d8b65071b3bca96f8e921319ceef81f2d2c51fcc9da63a4b355c893d0" | ||
| 14 | SRC_URI += "file://0001-sysprof-Define-NT_GNU_BUILD_ID-if-undefined.patch \ | ||
| 15 | file://0001-meson.build-do-not-hardcode-linux-as-host_machine-.s.patch \ | ||
| 16 | file://0001-libsysprof-ui-Rename-environ-to-sys_environ.patch \ | ||
| 17 | " | ||
| 18 | |||
| 19 | PACKAGECONFIG ?= "sysprofd libsysprof ${@bb.utils.contains_any('DISTRO_FEATURES', '${GTK3DISTROFEATURES}', 'gtk', '', d)}" | ||
| 20 | PACKAGECONFIG[gtk] = "-Denable_gtk=true,-Denable_gtk=false,gtk+3 libdazzle" | ||
| 21 | PACKAGECONFIG[sysprofd] = "-Dwith_sysprofd=bundled,-Dwith_sysprofd=none,polkit" | ||
| 22 | PACKAGECONFIG[libsysprof] = "-Dlibsysprof=true,-Dlibsysprof=false,polkit" | ||
| 23 | |||
| 24 | # Enablig this requries yelp | ||
| 25 | EXTRA_OEMESON += "-Dhelp=false -Dsystemdunitdir=${systemd_unitdir}/system" | ||
| 26 | |||
| 27 | SOLIBS = ".so" | ||
| 28 | FILES_SOLIBSDEV = "" | ||
| 29 | |||
| 30 | SYSTEMD_SERVICE_${PN} = "${@bb.utils.contains('PACKAGECONFIG', 'sysprofd', 'sysprof2.service sysprof3.service', '', d)}" | ||
| 31 | |||
| 32 | FILES_${PN} += " \ | ||
| 33 | ${datadir}/dbus-1/system-services \ | ||
| 34 | ${datadir}/dbus-1/system.d \ | ||
| 35 | ${datadir}/dbus-1/interfaces \ | ||
| 36 | ${datadir}/metainfo \ | ||
| 37 | " | ||
