Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

liblttng-ust-python-agent1-2.13.6-1.2 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: liblttng-ust-python-agent1 Distribution: openSUSE Tumbleweed
Version: 2.13.6 Vendor: openSUSE
Release: 1.2 Build date: Fri Feb 2 20:55:23 2024
Group: System/Libraries Build host: i04-ch4d
Size: 19098 Source RPM: lttng-ust-2.13.6-1.2.src.rpm
Packager: https://bugs.opensuse.org
Url: https://lttng.org/
Summary: Linux Trace Toolkit Userspace Tracer Python agent library
This library may be used by user space applications to generate
tracepoints within the kernel LTT subsystem.

Provides

Requires

License

GPL-2.0-only

Changelog

* Thu Dec 28 2023 Dirk Müller <dmueller@suse.com>
  - update to 2.13.6:
    * Fix: segmentation fault on filter interpretation in "switch"
      mode
    * Fix: `ip` context is expressed as a base-10 field
    * Fix: c99: use __asm__ __volatile__
    * Fix: c99: static assert: clang build fails due to multiple
      typedef
    * Fix: Reevaluate LTTNG_UST_TRACEPOINT_DEFINE each time
      tracepoint.h is included
    * Fix: trace events in C++ constructors/destructors
    * Fix: trace events in C constructors/destructors
    * Fix: use unaligned pointer accesses for lttng_inline_memcpy
* Sun Oct 02 2022 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 2.13.5:
    * Fix: bytecode validator: reject specialised load field/context
      ref instructions.
    * Fix: bytecode validator: reject specialised load instructions.
    * Fix: event notification capture: validate buffer length.
    * Fix: event notification capture error handling.
    * Fix: lttng-ust-comm: wait on wrong child process.
    * fix: 'make dist' without javah.
* Mon Aug 29 2022 Jan Engelhardt <jengelh@inai.de>
  - Update to release 2.13.4
    * Added missing closedir in _get_max_cpuid_from_sysfs()
    * File descriptor was leaked in get_possible_cpu_mask_from_sysfs
    * sessiond wait futex: handle spurious futex wakeups
* Fri Aug 19 2022 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 2.13.3:
    * Document ust lock async-signal-safety.
    * Fix: don't use strerror() from ust lock nocheck.
    * Fix: remove non-async-signal-safe fflush from ERR().
    * Fix: Pointers are rejected by integer element compile time
      assertion for array and sequence.
    * Fix: statedump: invalid read during iter_end.
    * Fix: bytecode interpreter context_get_index() leaves byte order
      uninitialised.
* Wed May 18 2022 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 2.13.2 (changes since 2.13.0):
    * Fix: ust-compiler: constructor/destructor build on g++ 4.8.
    * ust-compiler: constructor/destructor whitespaces layout and
      macro dependency.
    * Fix: ust-cancelstate: include string.h for strerror.
    * Fix: libnuma is prepended to LIBS.
    * Fix: Allow disabling some abi compat tests.
    * Fix: generate probe registration constructor as a C++
      constuctor.
    * Fix: nestable pthread cancelstate.
    * Fix: abort on decrement_sem_count during concurrent tracing
      start and teardown.
    * Fix: allocating C++ compound literal on heap with Clang.
    * Check for C++11 when building C++ probe providers.
    * fix: liblttng-ust-fd async-signal-safe close().
    * tracepoints: print debug message when lttng-ust-tracepoint.so
      is not found.
    * Fix: static_assert unavailable with glibc < 2.16.
    * Fix: combined tracing of lttng-ust 2.12/2.13 generates
      corrupted traces.
    * doc/man: Document LTTNG_UST_ABORT_ON_CRITICAL variable.
    * Fix: remove autoconf features default value in help message.
    * Fix: add extern "C" to two header files.
    * Fix: __STDC_VERSION__ can be undefined in C++.
    * Fix: sample discarded events count before reserve.
    * Fix: ring buffer event counter.
    * Fix: concurrent exec(2) file descriptor leak.
    * Add "domain" parameter to the Log4j 2.x agent.
    * Fix: Convert custom loglevels in Log4j 2.x agent.
    * Fix: coverity reported null returns in Log4j2 agent.
    * Add a Log4j 2.x Java agent.
    * Fix: may be used uninitialised on powerpc.
    * Fix: doc/examples/java-log4j: fix paths to directories.
    * Fix: doc/examples/java-jul: fix paths to directories.
* Sat Nov 27 2021 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 2.13.0:
    * See https://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=v2.13.0
  - Add liburcu requirement to the development package.
  - Add ARMv7 and RISC-V to supported architectures.
* Mon Nov 02 2020 Tony Jones <tonyj@suse.com>
  - Update to version 2.12.0 (jsc#SLE-16189)
    Changelog: https://git.lttng.org/?p=lttng-ust.git;a=blob_plain;f=ChangeLog;hb=v2.12.0
    Delete patch: lttng-ust-2.11.0-fix-no-common.patch (upstream)
* Wed Feb 26 2020 Alexei Sorokin <sor.alexei@meowr.ru>
  - Update to version 2.11.0:
    * See /usr/share/doc/packages/lttng-ust/ChangeLog
  - Add lttng-ust-2.11.0-fix-no-common.patch: Fix build with
    - fno-common (commit 21a934df, boo#1160400).
  - Drop support for old openSUSE versions.
* Tue Sep 24 2019 Martin Liška <mliska@suse.cz>
  - Update to version 2.10.5:
    * New tracef() instrumentation facility. Excerpt from
      the lttng-ust(3) man page.
    * Perf PMU counters support from user-space on x86.
    * Library base address dump is now stable
      (thanks to Mentor for their contribution).
    * fixes boo#1149704.
* Wed Nov 14 2018 sor.alexei@meowr.ru
  - Update to version 2.10.2:
    * Fix: Add liblttng-ust dependency to liblttng-ust-fd.
    * Fix: Use LIBDL/LIBC_DL to select either libdl or libc.
    * Fix: AM_CONDITIONAL should be outside AS_IF block.
    * Fix: Build jni libs with openjdk >= 10.
    * Fix: ustfork: Save and restore errno in syscall wrappers.
    * Fix: Cache the result of getpid() internally.
    * Fix: Reset cached vpid context on fork.
    * Fix: String comparison on incorrect length in context provider.
    * Fix: Remove for() loop initial declarations.
    * Use ust_lock during sock_info operations for atomicity against
      fork.
    * Force tracked fd to be bigger than STDERR_FILENO.
  - Remove lttng-ust-copying.patch and add the licence file through
    the %license tag on the library package.

Files

/usr/lib64/liblttng-ust-python-agent.so.1
/usr/lib64/liblttng-ust-python-agent.so.1.0.0


Generated by rpm2html 1.8.1

Fabrice Bellet, Sat Mar 30 23:52:28 2024