linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/9] trace-cmd: Clean ups and fixes for installing libraries
@ 2020-12-10  2:29 Steven Rostedt
  2020-12-10  2:29 ` [PATCH 1/9] trace-cmd: Fix whitespace in usage message of trace-cmd report --ts-diff Steven Rostedt
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Steven Rostedt @ 2020-12-10  2:29 UTC (permalink / raw)
  To: linux-trace-devel

Steven Rostedt (VMware) (6):
      trace-cmd: Fix whitespace in usage message of trace-cmd report --ts-diff
      trace-cmd: Add reference to trace-cmd.org in README
      trace-cmd: Add --ts-check option to report
      trace-cmd: Update .gitignore
      trace-cmd: Have "make test" use system libraries if present
      trace-cmd: Only install libtraceevent and libtracefs if not in system

Tzvetomir (VMware) Stoyanov (2):
      libtracefs: Extend tracefs_iterate_raw_events() to iterate per CPU
      libtracefs: Unit test for tracefs_iterate_raw_events() per CPU

Tzvetomir Stoyanov (VMware) (1):
      trace-cmd: Use system trace libraries, if available

----
 .gitignore                           | 10 ++--
 Documentation/trace-cmd-report.1.txt |  4 ++
 Makefile                             | 67 ++++++++++++++++++---------
 README                               |  3 ++
 include/tracefs/tracefs.h            |  2 +
 kernel-shark/.gitignore              | 22 +++++++++
 lib/traceevent/Makefile              |  2 +
 lib/tracefs/Makefile                 |  2 +
 lib/tracefs/tracefs-events.c         |  6 +++
 tracecmd/.gitignore                  |  1 +
 tracecmd/Makefile                    |  6 ++-
 tracecmd/trace-read.c                | 29 +++++++++++-
 tracecmd/trace-record.c              |  2 +-
 tracecmd/trace-usage.c               |  3 +-
 utest/Makefile                       |  4 +-
 utest/tracefs-utest.c                | 89 ++++++++++++++++++++++++++++--------
 16 files changed, 200 insertions(+), 52 deletions(-)
 create mode 100644 kernel-shark/.gitignore
 create mode 100644 tracecmd/.gitignore

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

end of thread, other threads:[~2020-12-10  2:31 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-10  2:29 [PATCH 0/9] trace-cmd: Clean ups and fixes for installing libraries Steven Rostedt
2020-12-10  2:29 ` [PATCH 1/9] trace-cmd: Fix whitespace in usage message of trace-cmd report --ts-diff Steven Rostedt
2020-12-10  2:29 ` [PATCH 2/9] trace-cmd: Add reference to trace-cmd.org in README Steven Rostedt
2020-12-10  2:29 ` [PATCH 3/9] trace-cmd: Add --ts-check option to report Steven Rostedt
2020-12-10  2:29 ` [PATCH 4/9] trace-cmd: Update .gitignore Steven Rostedt
2020-12-10  2:29 ` [PATCH 5/9] libtracefs: Extend tracefs_iterate_raw_events() to iterate per CPU Steven Rostedt
2020-12-10  2:29 ` [PATCH 6/9] libtracefs: Unit test for tracefs_iterate_raw_events() " Steven Rostedt
2020-12-10  2:29 ` [PATCH 7/9] trace-cmd: Use system trace libraries, if available Steven Rostedt
2020-12-10  2:29 ` [PATCH 8/9] trace-cmd: Have "make test" use system libraries if present Steven Rostedt
2020-12-10  2:29 ` [PATCH 9/9] trace-cmd: Only install libtraceevent and libtracefs if not in system Steven Rostedt

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