linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Initial support for containers tracing
@ 2020-05-08  9:45 Tzvetomir Stoyanov (VMware)
  2020-05-08  9:45 ` [PATCH 1/2] trace-cmd: Handle filtered PIDs per ftarce instance Tzvetomir Stoyanov (VMware)
  2020-05-08  9:45 ` [PATCH 2/2] trace-cmd: [POC] Add command for container tracing Tzvetomir Stoyanov (VMware)
  0 siblings, 2 replies; 3+ messages in thread
From: Tzvetomir Stoyanov (VMware) @ 2020-05-08  9:45 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel

Add support for trace-cmd filtering PIDs per ftrace instance.
Intoduce the "--container" command, which uses ftrace PIDs filtering per
instance.

Tzvetomir Stoyanov (VMware) (2):
  trace-cmd: Handle filtered PIDs per ftarce instance
  trace-cmd: [POC] Add command for container tracing

 include/trace-cmd/trace-cmd.h    |   3 +
 lib/trace-cmd/Makefile           |   1 +
 lib/trace-cmd/trace-containers.c | 141 ++++++++
 tracecmd/include/trace-local.h   |  25 +-
 tracecmd/trace-record.c          | 580 ++++++++++++++++++-------------
 5 files changed, 502 insertions(+), 248 deletions(-)
 create mode 100644 lib/trace-cmd/trace-containers.c

-- 
2.26.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-05-08  9:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-08  9:45 [PATCH 0/2] Initial support for containers tracing Tzvetomir Stoyanov (VMware)
2020-05-08  9:45 ` [PATCH 1/2] trace-cmd: Handle filtered PIDs per ftarce instance Tzvetomir Stoyanov (VMware)
2020-05-08  9:45 ` [PATCH 2/2] trace-cmd: [POC] Add command for container tracing Tzvetomir Stoyanov (VMware)

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).