public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/2] Add array printing support to libtraceevent
@ 2015-02-27 14:48 Javi Merino
  2015-02-27 14:48 ` [PATCH v6 1/2] tools lib traceevent: factor out allocating and processing args Javi Merino
  2015-02-27 14:48 ` [PATCH v6 2/2] tools lib traceevent: Add support for __print_array() Javi Merino
  0 siblings, 2 replies; 5+ messages in thread
From: Javi Merino @ 2015-02-27 14:48 UTC (permalink / raw)
  To: acme, jolsa; +Cc: linux-kernel, Javi Merino

This series add support to libtraceevent for dynamic arrays in traces.
The kernel learned to create this traces in 6ea22486ba46 ("tracing: Add
array printing helper"), which was merged for v4.0-rc1.

No changes since v5:

http://thread.gmane.org/gmane.linux.kernel/1877410/focus=1877409

Javi Merino (2):
  tools lib traceevent: factor out allocating and processing args
  tools lib traceevent: Add support for __print_array()

 tools/lib/traceevent/event-parse.c | 158 +++++++++++++++++++++++++++++--------
 tools/lib/traceevent/event-parse.h |   8 ++
 2 files changed, 135 insertions(+), 31 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2015-03-02 17:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-27 14:48 [PATCH v6 0/2] Add array printing support to libtraceevent Javi Merino
2015-02-27 14:48 ` [PATCH v6 1/2] tools lib traceevent: factor out allocating and processing args Javi Merino
2015-02-27 15:38   ` Steven Rostedt
2015-03-02 17:30     ` Javi Merino
2015-02-27 14:48 ` [PATCH v6 2/2] tools lib traceevent: Add support for __print_array() Javi Merino

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox