linux-rt-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Steven Rostedt <rostedt@goodmis.org>
To: LKML <linux-kernel@vger.kernel.org>,
	linux-rt-users <linux-rt-users@vger.kernel.org>,
	Linux-trace Users <linux-trace-users@vger.kernel.org>,
	"linux-trace-devel@vger.kernel.org" 
	<linux-trace-devel@vger.kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>,
	Masami Hiramatsu <mhiramat@kernel.org>,
	Yordan Karadzhov <y.karadz@gmail.com>,
	Tzvetomir Stoyanov <tz.stoyanov@gmail.com>,
	Arnaldo Carvalho de Melo <acme@redhat.com>,
	Jiri Olsa <jolsa@redhat.com>, Changbin Du <changbin.du@gmail.com>,
	Patrick McLean <chutzpah@gentoo.org>,
	Josh Boyer <jwboyer@fedoraproject.org>,
	Clark Williams <williams@redhat.com>,
	Daniel Bristot de Oliveira <bristot@redhat.com>,
	Juri Lelli <juri.lelli@redhat.com>,
	John Kacur <jkacur@redhat.com>, Tony Jones <tonyj@suse.de>,
	Seth Forshee <seth.forshee@canonical.com>,
	Tom Zanussi <zanussi@kernel.org>,
	Jonathan Corbet <corbet@lwn.net>, Daniel Wagner <wagi@monom.org>,
	Johannes Berg <johannes@sipsolutions.net>,
	Josef Bacik <jbacik@fb.com>,
	troyengel@gmail.com, Behan Webster <behanw@converseincode.com>
Subject: [ANNOUNCE] trace-cmd 2.9
Date: Fri, 17 Jul 2020 12:12:33 -0400	[thread overview]
Message-ID: <20200717121233.5d0d131c@oasis.local.home> (raw)

I'm happy to announce that after over a year, we finally are able to
release trace-cmd version 2.9!


Features and user visible updates since 2.8:

 - git hash is now visible in trace-cmd --version output

 - Build: python-dir can be specified on the command line for python
   location.

 - Build: NO_UDIS86 on make command line to disable udisc86.

 - Build: All headers needed by kernelshark installed.

 - Added --proc-map to trace-cmd record.
   Records the /proc/<pid>/maps of the traced file.
   Used for seeing where page_faults happen (trace-cruncher can use it)

 - Add --user to trace-cmd record, to allow to suid to another user to
   execute the command also on the command line. Useful as trace-cmd needs
   to be run as root to start the tracing, but when root should not be used
   as the application being traced.

 - Build: Install path of plugins have changed:
                   ~/.traceevent/plugins/ --> ~/.local/lib/traceevent/plugins/
   (install_prefix)/lib/trace-cmd/plugins --> (install_prefix)/lib/traceevent/plugins

 - trace-cmd reset will now clear the tracing_cpumask file.

 - ** NEW ** trace-cmd clear
   Clear the trace file.

 - ** NEW ** trace-cmd agent
   Can be run on a guest, which will listen on a vsock for commands.
   trace-cmd report -A Gust <options for guest>
   Will connect to the guest agent and have the agent run tracing commands
   sending the data back to the host. See man pages for more details.
   (note, the synchronization of time stamps is not yet available,
    that will be coming in the next release of trace-cmd).

 - ** NEW ** trace-cmd setup-guest
   Sets up fifos for a guest and host communications instead of vsocks.

 - Add --cmdline_size option to trace-cmd record.
   Changes the number of process names that are saved in the cache while
   tracing.

 - ** NEW ** trace-cmd dump
   Dumps out raw data of the trace.dat file.

 - Build: New: make test
   Builds and runs various unit tests.

 - More information from trace-cmd stat.

 - trace-cmd reset will now clear the error log.

 - Add option '-s' to trace-cmd list.
   This will list the available systems (not events).

 - Recording will now stop if -P is on the command line of trace-cmd record
   and those processes all exit.

 - trace-cmd start can now run commands.
   This is useful when -F and -c are specified on the command line.
   New "--fork" command line to have trace-cmd not wait for the command to
   finish before exiting.

 - ** New ** trace-cmd set command.
   Used to set or unset options without messing with other ftrace options.

Plus many fixes and infrastructure improvements.
Changes are also made to set up having libtraceevent, libtracefs and
kernelshark be moved into their own git repositories.

We plan on working more more aggressively on the libraries and the tool
set, such that 3.0 wont take a year to be released.

For more information please visit: https://trace-cmd.org

If you would like to contribute, check out the above web site for where
we do our development, and feel free to contact us on how to get
involved.

Enjoy,

-- Steve

                 reply	other threads:[~2020-07-17 16:12 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200717121233.5d0d131c@oasis.local.home \
    --to=rostedt@goodmis.org \
    --cc=acme@redhat.com \
    --cc=behanw@converseincode.com \
    --cc=bristot@redhat.com \
    --cc=changbin.du@gmail.com \
    --cc=chutzpah@gentoo.org \
    --cc=corbet@lwn.net \
    --cc=jbacik@fb.com \
    --cc=jkacur@redhat.com \
    --cc=johannes@sipsolutions.net \
    --cc=jolsa@redhat.com \
    --cc=juri.lelli@redhat.com \
    --cc=jwboyer@fedoraproject.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-rt-users@vger.kernel.org \
    --cc=linux-trace-devel@vger.kernel.org \
    --cc=linux-trace-users@vger.kernel.org \
    --cc=mhiramat@kernel.org \
    --cc=namhyung@kernel.org \
    --cc=seth.forshee@canonical.com \
    --cc=tonyj@suse.de \
    --cc=troyengel@gmail.com \
    --cc=tz.stoyanov@gmail.com \
    --cc=wagi@monom.org \
    --cc=williams@redhat.com \
    --cc=y.karadz@gmail.com \
    --cc=zanussi@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).