linux-trace-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] Few patches, backported from Arnaldo's kernel repo
@ 2019-01-30 10:44 Tzvetomir Stoyanov
  2019-01-30 10:44 ` [PATCH 1/6] trace-cmd: Initialize host_bigendian at tep_handle allocation Tzvetomir Stoyanov
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tzvetomir Stoyanov @ 2019-01-30 10:44 UTC (permalink / raw)
  To: rostedt; +Cc: linux-trace-devel

Few patches, backported from Arnaldo's kernel repo. The patch series 
was merged upstream on 8th of Januari.

Tzvetomir Stoyanov (6):
  trace-cmd: Initialize host_bigendian at tep_handle allocation
  trace_cmd: Rename struct cmdline to struct tep_cmdline
  trace-cmd: Changed return logic of trace_seq_printf() and
    trace_seq_vprintf() APIs
  trace-cmd: Changed return logic of tep_register_event_handler() API
  trace-cmd: Rename tep_is_file_bigendian() to tep_file_bigendian()
  trace-cmd: Remove tep_data_event_from_type() API

 include/traceevent/event-parse.h   | 16 +++++---
 kernel-shark/src/libkshark.c       |  7 ++--
 lib/trace-cmd/trace-input.c        |  8 ++--
 lib/traceevent/event-parse-api.c   |  4 +-
 lib/traceevent/event-parse-local.h |  4 +-
 lib/traceevent/event-parse.c       | 62 ++++++++++++++----------------
 lib/traceevent/trace-seq.c         | 17 +++++---
 plugins/plugin_kvm.c               |  2 +-
 python/tracecmd.py                 | 10 ++---
 tracecmd/trace-hist.c              |  4 +-
 tracecmd/trace-mem.c               |  2 +-
 tracecmd/trace-output.c            |  2 +-
 tracecmd/trace-read.c              |  7 ++--
 tracecmd/trace-record.c            |  2 +-
 tracecmd/trace-split.c             |  2 +-
 15 files changed, 78 insertions(+), 71 deletions(-)

-- 
2.20.1


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

end of thread, other threads:[~2019-01-30 10:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-30 10:44 [PATCH 0/6] Few patches, backported from Arnaldo's kernel repo Tzvetomir Stoyanov
2019-01-30 10:44 ` [PATCH 1/6] trace-cmd: Initialize host_bigendian at tep_handle allocation Tzvetomir Stoyanov
2019-01-30 10:44 ` [PATCH 2/6] trace_cmd: Rename struct cmdline to struct tep_cmdline Tzvetomir Stoyanov
2019-01-30 10:44 ` [PATCH 3/6] trace-cmd: Changed return logic of trace_seq_printf() and trace_seq_vprintf() APIs Tzvetomir Stoyanov
2019-01-30 10:44 ` [PATCH 4/6] trace-cmd: Changed return logic of tep_register_event_handler() API Tzvetomir Stoyanov
2019-01-30 10:44 ` [PATCH 5/6] trace-cmd: Rename tep_is_file_bigendian() to tep_file_bigendian() Tzvetomir Stoyanov
2019-01-30 10:44 ` [PATCH 6/6] trace-cmd: Remove tep_data_event_from_type() API Tzvetomir Stoyanov

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