All of lore.kernel.org
 help / color / mirror / Atom feed
From: Viktor Rosendahl <Viktor.Rosendahl@bmw.de>
To: Steven Rostedt <rostedt@goodmis.org>
Cc: Joel Fernandes <joel@joelfernandes.org>,
	Ingo Molnar <mingo@redhat.com>, <linux-kernel@vger.kernel.org>,
	<Viktor.Rosendahl@bmw.de>
Subject: [PATCH v12 0/1] Add the latency-collector to tools
Date: Fri, 12 Feb 2021 14:44:20 +0100	[thread overview]
Message-ID: <20210212134421.172750-1-Viktor.Rosendahl@bmw.de> (raw)

Changes since v11
 * I added a .gitignore in the tools/tracing/latency directory.

Changes since v10
 * Using libtracefs to control ftrace and find /sys/kernel/tracing
 * New options to list available tracers, select the tracer and other
   ftrace parameters
 * A signal handler to restore the ftrace state when the program terminates
 * Cleaned up the commit message a bit, removed example output etc.



Viktor Rosendahl (1):
  Add the latency-collector to tools

 tools/Makefile                            |   14 +-
 tools/tracing/Makefile                    |   19 +
 tools/tracing/latency/.gitignore          |    2 +
 tools/tracing/latency/Makefile            |   24 +
 tools/tracing/latency/latency-collector.c | 2108 +++++++++++++++++++++
 5 files changed, 2161 insertions(+), 6 deletions(-)
 create mode 100644 tools/tracing/Makefile
 create mode 100644 tools/tracing/latency/.gitignore
 create mode 100644 tools/tracing/latency/Makefile
 create mode 100644 tools/tracing/latency/latency-collector.c

-- 
2.25.1


             reply	other threads:[~2021-02-12 13:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-12 13:44 Viktor Rosendahl [this message]
2021-02-12 13:44 ` [PATCH v12 1/1] Add the latency-collector to tools Viktor Rosendahl

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=20210212134421.172750-1-Viktor.Rosendahl@bmw.de \
    --to=viktor.rosendahl@bmw.de \
    --cc=joel@joelfernandes.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@redhat.com \
    --cc=rostedt@goodmis.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.