public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/14] event tracing expose change and bugfix/cleanup
@ 2013-03-27  9:48 zhangwei(Jovi)
  2013-03-27  9:48 ` [PATCH 14/14] tracing: fix regression of perf function tracing zhangwei(Jovi)
  2013-03-27  9:48 ` zhangwei(Jovi)
  0 siblings, 2 replies; 3+ messages in thread
From: zhangwei(Jovi) @ 2013-03-27  9:48 UTC (permalink / raw)
  To: Steven Rostedt, Frederic Weisbecker, Ingo Molnar, LKML; +Cc: zhangwei(Jovi)

From: "zhangwei(Jovi)" <jovi.zhangwei@huawei.com>

Hi steven,

This patchset contain:
1) event tracing expose work (v2)
   this expose work rewrited compare with v1, new implementation
   is based on multi-instances buffer work, it also integrate syscall
   tracing code to use same event backend store mechanism.
   The change include patch 1-7(patch 2 also fix a long-term minor bug)

2) some cleanup
   This include patch 8-12.

3) patch 13 fix libtraceevent warning

4) patch 14 fix a regression bug of perf function tracing

Note that these patches is based on latest linux-trace git tree:
(on top of multi-instances buffer implementation)

    git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
    tip/perf/core

All patches pass basic testing.

zhangwei(Jovi) (14):
  tracing: move trace_array definition into include/linux/trace_array.h
  tracing: fix irqs-off tag display in syscall tracing
  tracing: expose event tracing infrastructure
  tracing: add private data field into struct ftrace_event_file
  tracing: switch syscall tracing to use event_trace_ops backend
  tracing: export syscall metadata
  tracing: expose structure ftrace_event_field
  tracing: remove TRACE_EVENT_TYPE enum definition
  tracing: remove obsolete macro guard _TRACE_PROFILE_INIT
  tracing: remove ftrace(...) function
  tracing: use per trace_array clock_id instead of global
    trace_clock_id
  tracing: guard tracing_selftest_disabled by
    CONFIG_FTRACE_STARTUP_TEST
  libtraceevent: add libtraceevent prefix in warning message
  tracing: fix regression of perf function tracing

 include/linux/ftrace_event.h       |   38 ++++++++++
 include/linux/trace_array.h        |  118 +++++++++++++++++++++++++++++
 include/trace/ftrace.h             |   71 ++++++------------
 include/trace/syscall.h            |    1 +
 kernel/trace/ftrace.c              |    7 +-
 kernel/trace/trace.c               |   27 +++----
 kernel/trace/trace.h               |  143 +-----------------------------------
 kernel/trace/trace_events.c        |   55 ++++++++++++++
 kernel/trace/trace_syscalls.c      |   51 ++++++-------
 tools/lib/traceevent/event-parse.c |    2 +-
 10 files changed, 277 insertions(+), 236 deletions(-)
 create mode 100644 include/linux/trace_array.h

-- 
1.7.9.7



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

end of thread, other threads:[~2013-03-28  0:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <1364377499-1900-1-git-send-email-jovi.zhangwei@huawei.com>
     [not found] ` <1364377499-1900-15-git-send-email-jovi.zhangwei@huawei.com>
     [not found]   ` <1364389775.6345.210.camel@gandalf.local.home>
2013-03-28  0:17     ` [PATCH 14/14] tracing: fix regression of perf function tracing zhangwei(Jovi)
2013-03-27  9:48 [PATCH 00/14] event tracing expose change and bugfix/cleanup zhangwei(Jovi)
2013-03-27  9:48 ` [PATCH 14/14] tracing: fix regression of perf function tracing zhangwei(Jovi)
2013-03-27  9:48 ` zhangwei(Jovi)

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