File trace-cmd.changes of Package trace-cmd
-------------------------------------------------------------------
Wed Jan 28 11:00:46 UTC 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)
-------------------------------------------------------------------
Tue Mar 12 16:20:26 UTC 2013 - mgorman@suse.com
- Upgrade to version 2.0.4
- Have read splice check for EINTR or EAGAIN
- Do not block during ring buffer extract
- Do not block on reads when record is finished
The read splice check is expected to be necessary for trace-cmd to
work with Linux kernel versions 3.10 and later.
-------------------------------------------------------------------
Thu Dec 20 21:17:20 UTC 2012 - tonyj@suse.com
- Upgrade to version v2.0.2
Changelog:
- Update README for plugins directory
- trace-cmd: Move trace-cmd python modules to lib/
- python: Fix further issues of struct record rename
- Fix libraries to install in /usr/lib64 on relevant archs. This adds
an openSUSE-specific patch called "makefile-lib64.patch" that will
not be pushed upstream.
-------------------------------------------------------------------
Mon Oct 8 19:18:13 UTC 2012 - mgorman@suse.com
- Move to upstream stable version v2.0.1. Previously backported patches
and openSUSE-specific path patches have been merged upstream in this
version.
- Allow filtering by function names instead of pointers
- Numberous formatting fixes
- Many small stability fixes in the event parser, libtraceevent and trace-cmd.
Off-by-one errors, potential memory leaks etc.
- Reduced memory and CPU usage. Closes file descriptors that pin kernel memory,
avoids loading of python if python plugins are not in use.
-------------------------------------------------------------------
Fri Sep 28 15:12:32 UTC 2012 - mgorman@suse.com
- Backport patches necessary for the "wakeup" plugin to collect
actual data and report it without segmentation faults.
-------------------------------------------------------------------
Wed Sep 19 10:29:43 UTC 2012 - mgorman@suse.com
- Depend on libxslt instead of xsltproc on older releases.
-------------------------------------------------------------------
Mon Sep 17 16:11:52 UTC 2012 - mgorman@suse.com
- Initial package