public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v7 0/2] Add array printing support to libtraceevent
@ 2015-03-02 18:17 Javi Merino
  2015-03-02 18:17 ` [PATCH v7 1/2] tools lib traceevent: factor out allocating and processing args Javi Merino
  2015-03-02 18:17 ` [PATCH v7 2/2] tools lib traceevent: Add support for __print_array() Javi Merino
  0 siblings, 2 replies; 4+ messages in thread
From: Javi Merino @ 2015-03-02 18:17 UTC (permalink / raw)
  To: acme, jolsa; +Cc: rostedt, 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.

Changes since v6[0]:
  - s/alloc_and_process_arg/alloc_and_process_delim/ as Steven
    Rostedt suggests

[0] http://thread.gmane.org/gmane.linux.kernel/1896232

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] 4+ messages in thread

end of thread, other threads:[~2015-03-03 14:13 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-02 18:17 [PATCH v7 0/2] Add array printing support to libtraceevent Javi Merino
2015-03-02 18:17 ` [PATCH v7 1/2] tools lib traceevent: factor out allocating and processing args Javi Merino
2015-03-02 18:17 ` [PATCH v7 2/2] tools lib traceevent: Add support for __print_array() Javi Merino
2015-03-03 14:12   ` Namhyung Kim

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