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

trace-cmd-3.2-150500.14.3.3 RPM for aarch64

From OpenSuSE Leap 15.6 for aarch64

Name: trace-cmd Distribution: SUSE Linux Enterprise 15
Version: 3.2 Vendor: SUSE LLC <https://www.suse.com/>
Release: 150500.14.3.3 Build date: Mon Jul 24 12:59:36 2023
Group: Development/Tools/Debuggers Build host: ibs-arm-3
Size: 1341297 Source RPM: trace-cmd-3.2-150500.14.3.3.src.rpm
Packager: https://www.suse.com/
Url: https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git
Summary: Configuration tool for Ftrace
trace-cmd is a command-line tool for configuring Ftrace.

Provides

Requires

License

GPL-2.0-only

Changelog

* Thu Jun 15 2023 tonyj@suse.com
  - Add explicit thread dependency for older versions of meson (i.e SLE-15-SP5)
    New patch: libtracecmd-add-explicit-meson-thread-dependency.patch
    New patch: tracecmd-add-explicit-meson-thread-dependency.patch
* Thu Jun 15 2023 tonyj@suse.com
  - Update to version 3.2
    * Add trace-attach.c to meson build
    * Add initial support for meson
    * Quiet valgrind from reporting forked children
    * Close handle after opening
    * Fix memory leaks of followers
    * Add Makefile target for memory test
    * Update the version to the development
    * Add new command "attach"
    * Add tracecmd_get_tsc2nsec() API
    * Unlock records in tracecmd_iterate_events()
    * Add "IP" to -N argument in help message
    * Remove redundant check of instance in allocate_instance()
    * Free buf_from in error path of tracecmd_compress_copy_from()
    * Update v7 trace.dat documentation to clarify the strings section
    * Do not destroy existing instances
    * Do not extract top level unless told to
    * Fix tracecmd_compress_copy_from() write size return
    * Document filter scope
    * Support global filters
    * Ensure filter is applied to single input file
    * Open code execvp routine to avoid multiple execve syscalls
  - Drop patches (upstream):
    * 0001-libtracecmd-Add-initial-support-for-meson.patch
    * 0002-trace-cmd-Add-initial-support-for-meson.patch
* Tue Feb 07 2023 daniel.wagner@suse.com
  - Update to latest upstream version (3.1.6)
    * Make sure 32 bit stat works on large files
    * Fix usage of temp file in trace-cmd stream
    * Do not block when stopping trace-cmd stream threads
    * Fix flushing issue with trace-cmd stream
    * Set default sleep of trace-cmd stream to 1/2 second
    * Remove calls to lseek64() and friends in lieu of defining _FILE_OFFSET_BITS=64
  - Sync meson build patch with latest upstream version
    * Documentation is build via extra build target
* Tue Dec 27 2022 daniel.wagner@suse.com
  - Update to latest upstream version (3.1.5)
    - Let subcommand "convert" automatically compress if possible
    - Fix calculation of pipe_size (which defaulted to just page size)
  - Build project with Meson
    * add 0001-libtracecmd-Add-initial-support-for-meson.patch
    * add 0002-trace-cmd-Add-initial-support-for-meson.patch
    * remove 0001-build-Only-consider-trace-cmd-documentation.patch
    * remove 0002-build-Obey-package-guidelines-for-bash-completions.patch
* Wed Aug 24 2022 daniel.wagner@suse.com
  - Update to latest upstream version (3.1.2)
    Splitted libtracecmd into a seperate project as it has
    a different release cycle and doesn't align with the
    trace-cmd frontend.
    - Drop 0001-libtracecmd-use-major-version-as-SONAME.patch
    - Drop 0002-trace-cmd-Remove-last-elements-of-local-libtracefs-a.patch
    - Add 0001-build-Only-consider-trace-cmd-documentation.patch
    - Rename makefile-bash.patch to 0002-build-Obey-package-guidelines-for-bash-completions.patch
* Tue Feb 22 2022 olaf@aepfle.de
  - Force correct pkgconfig_dir location to fix build
  - Force python3 during build
* Thu Jan 20 2022 dfaggioli@suse.com
  - New package, with python plugins
    - Add 0002-trace-cmd-Remove-last-elements-of-local-libtracefs-a.patch
* Thu Jan 20 2022 dfaggioli@suse.com
  - Update to latest upstream version (2.9.6)
    - Drop makefile-lib64.patch (not necessary any longer)
  - Depend on libtraceevent and libtracefs own package, instead
    of building (a copy of, at least potentially) them ourselves
  - Build libtracecmd (and -devel) as separate package
    - Add 0001-libtracecmd-use-major-version-as-SONAME.patch
    - Drop trace-cmd-rpmlintrc (no more lint errors)
  - Some spec file cleanup, e.g.:
    - %setup --> %autosetup
    - make --> %make_build
* Thu Sep 24 2020 dfaggioli@suse.com
  - Upgrade to version 2.9.1
    - Drop 0001-trace-cmd-fix-multiple-definition-compiler-errors.patch
    - Patch is upstream, no backport needed any longer
    - Update plugins location (trace-cmd --> traceevent)
    - No need to explicitly remove kernelshark and its docs
    - They're no longer build with trace-cmd
* Mon Jun 08 2020 mgorman@suse.de
  - Add 0001-trace-cmd-fix-multiple-definition-compiler-errors.patch
    - Backport fix for a multiple definition error triggered by gcc 10
* Tue Aug 20 2019 mgorman@suse.com
  - Clean spec file using spec-cleaner
* Thu Aug 08 2019 mgorman@suse.com
  - Add makefile-bash.patch
    - Installs bash completes as per openSUSE packaging guidelines
  - Delete revert-trace-cmd-if-event-fork-exists-use-it-instead-of-ptrace.patch
    - Patch merged upstream
  - Delete trace-cmd-asciidoc-fix.patch
    - Patch merged upstream
* Wed Aug 07 2019 mgorman@suse.com
  - Remove building of kernelshark package
    - Upstream has separate versioning now for trace-cmd and kernelshark
    - Version tags no longer correspond to the same source
  - Upgrade to version 2.8.3
    - Install headers dependencies to correct locations
    - SET SONAME on shared libraries
    - Python3 support
  - Upgrade to version 2.8.2
    - Fix a potential issue with buffer run due to non-terminating string
      returned by readlink()
  - Upgrade to version 2.8.1
    - Split out kernelshark in preparation for major rewrite.
    - Code refactoring related to the kernelshark split
    - Split out event handling into a separate library
    - Fix memory handling errors, NULL handling, use-after-free, leaks
  - Upgrade to version 2.7
    - Memory leak fixes
    - Multiple bug fixes on how splice() is handled to avoid data loss
    - Fix various build warnings
    - Documentation updates for missing options, clarifications on usage
    - Update bash competion handlers for sub-commands
  - Upgrade to version 2.6.2
    - Fix memory handling errors, NULL handling, use-after-free
    - Fix filter syntax for make_pid_filter
    - Documentation updates
    - Add bash competion handlers for sub-commands
* Wed Feb 28 2018 tiwai@suse.de
  - Fix documentation build with asciidoc (bsc#1075764):
    trace-cmd-asciidoc-fix.patch
* Wed Nov 01 2017 mgorman@suse.com
  - Add audit-devel as a build dependency to remove a build warning
  - Revert event-fork support as children are not properly traced (bsc#1064552)
    Adds revert-trace-cmd-if-event-fork-exists-use-it-instead-of-ptrace.patch
  - Bump release number
* Mon Aug 28 2017 mgorman@suse.com
  - Upgrade to version 2.6.1
    - Improved robust handling of malloc failures and corrupted input
    - Improved graphing support
    - Fix bug due to double frees
    - Fix output format oddities
    - Add filtering of specific pids
    - Add bash-completion handler
    - New option: --max-graph-depth to limit graph depth
    - New option: -I remove interrupts from trace
    - New option: -S remove softirqs from trace
    - New option: --ts2secs to convert cycles into seconds
    - Updated makefile-lib64.patch to match upstream Makefile changes
* Wed Oct 05 2016 mel.gorman@microfocus.com
  - Upgrade to version 2.6
    - New option: -g for trace-cmd profile on custom events
    - New option: -G to make irqs global events in trace-cmd profile
    - New option: -B and -t options to trace-cmd extract to handle instances
    - New option: -a for all instances in trace-cmd extract
    - New option: -a for all instances for trace-cmd stop, reset, and restart
    - New option: --debug to trace-cmd report that shows markup of the trace.dat file.
    - New option: --by-comm to group tasks together by their names in trace-cmd profile.
    - New plugin: Added plugin for tlb_flush event
    - output: Show actual event paths instead of glob when starting
    - output: Simplify status output at end of trace
    - output: Sort events in trace-cmd profile
    - output: Show instance names in trace-cmd stat
    - Plugins are now allowed to have options
    - Have trace-cmd hist work with instances
  - Upgrade to version 2.5.2
    - Added support for tracefs filesystem.
    - profile: Show timestamps of max and mins
    - profile: Add -H for user specified event hooking
    - Have -H in record be saved for report --profile to use
* Wed Jan 28 2015 mgorman@suse.com
  - Upgrade to version 2.5.1
    - New command stream: stream to console without files
    - New command profile: live statistic gathering
    - New command stat: show what can be enabled
    - New command hist: histogram of recorded events
    - New command mem: filter a trace for kernel slab allocator calls
    - New option: record --profile will enable the same defaults as used
      with trace-cmd profile
    - New option: report --event filter recorded events based on a regex
    - New option: report --profile produces identical output as trace-cmd profile
      except on recorded data instead of live data.
    - Resets all modifications to existing tracing options on completion
    - Trace multiple PIDs (-P x,y,z)

Files

/usr/bin/trace-cmd
/usr/share/bash-completion/completions/trace-cmd.bash
/usr/share/doc/packages/trace-cmd
/usr/share/doc/packages/trace-cmd/README
/usr/share/doc/packages/trace-cmd/trace-cmd-agent.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-check-events.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-clear.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-convert.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-dump.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-extract.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-hist.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-list.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-listen.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-mem.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-options.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-profile.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-record.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-report.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-reset.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-restore.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-set.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-show.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-snapshot.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-split.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-stack.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-start.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-stat.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-stop.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd-stream.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd.1.html
/usr/share/doc/packages/trace-cmd/trace-cmd.dat.v6.5.html
/usr/share/doc/packages/trace-cmd/trace-cmd.dat.v7.5.html
/usr/share/licenses/trace-cmd
/usr/share/licenses/trace-cmd/COPYING
/usr/share/man/man1/trace-cmd-agent.1.gz
/usr/share/man/man1/trace-cmd-check-events.1.gz
/usr/share/man/man1/trace-cmd-clear.1.gz
/usr/share/man/man1/trace-cmd-convert.1.gz
/usr/share/man/man1/trace-cmd-dump.1.gz
/usr/share/man/man1/trace-cmd-extract.1.gz
/usr/share/man/man1/trace-cmd-hist.1.gz
/usr/share/man/man1/trace-cmd-list.1.gz
/usr/share/man/man1/trace-cmd-listen.1.gz
/usr/share/man/man1/trace-cmd-mem.1.gz
/usr/share/man/man1/trace-cmd-options.1.gz
/usr/share/man/man1/trace-cmd-profile.1.gz
/usr/share/man/man1/trace-cmd-record.1.gz
/usr/share/man/man1/trace-cmd-report.1.gz
/usr/share/man/man1/trace-cmd-reset.1.gz
/usr/share/man/man1/trace-cmd-restore.1.gz
/usr/share/man/man1/trace-cmd-set.1.gz
/usr/share/man/man1/trace-cmd-show.1.gz
/usr/share/man/man1/trace-cmd-snapshot.1.gz
/usr/share/man/man1/trace-cmd-split.1.gz
/usr/share/man/man1/trace-cmd-stack.1.gz
/usr/share/man/man1/trace-cmd-start.1.gz
/usr/share/man/man1/trace-cmd-stat.1.gz
/usr/share/man/man1/trace-cmd-stop.1.gz
/usr/share/man/man1/trace-cmd-stream.1.gz
/usr/share/man/man1/trace-cmd.1.gz
/usr/share/man/man5/trace-cmd.dat.v6.5.gz
/usr/share/man/man5/trace-cmd.dat.v7.5.gz


Generated by rpm2html 1.8.1

Fabrice Bellet, Fri Apr 26 23:47:58 2024