lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 23 Dec 2013 16:38:10 -0500
From:	Steven Rostedt <rostedt@...dmis.org>
To:	linux-kernel@...r.kernel.org
Cc:	Ingo Molnar <mingo@...nel.org>,
	Frederic Weisbecker <fweisbec@...il.com>,
	Tom Zanussi <tom.zanussi@...ux.intel.com>,
	Andrew Morton <akpm@...ux-foundation.org>
Subject: [for-next][PATCH 00/10] tracing: Addition of trace event trigeers

This is Tom Zanussi's addition of trace event triggers.

  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next

Head SHA1: 05741e383228a79eeec83644181255d2171f9f7c


Steven Rostedt (Red Hat) (3):
      tracing: Move ftrace_event_file() out of DYNAMIC_FTRACE ifdef
      tracing: Add generic tracing_lseek() function
      tracing: Fix rcu handling of event_trigger_data filter field

Tom Zanussi (7):
      tracing: Add basic event trigger framework
      tracing: Add 'traceon' and 'traceoff' event trigger commands
      tracing: Add 'snapshot' event trigger command
      tracing: Add 'stacktrace' event trigger command
      tracing: Add 'enable_event' and 'disable_event' event trigger commands
      tracing: Add and use generic set_trigger_filter() implementation
      tracing: Add documentation for trace event triggers

----
 Documentation/trace/events.txt      |  207 +++++
 include/linux/ftrace.h              |    2 -
 include/linux/ftrace_event.h        |   22 +
 include/trace/ftrace.h              |   44 +-
 kernel/trace/Makefile               |    1 +
 kernel/trace/ftrace.c               |   25 +-
 kernel/trace/trace.c                |   47 +-
 kernel/trace/trace.h                |  193 +++++
 kernel/trace/trace_events.c         |   49 +-
 kernel/trace/trace_events_filter.c  |   12 +
 kernel/trace/trace_events_trigger.c | 1411 +++++++++++++++++++++++++++++++++++
 kernel/trace/trace_stack.c          |    2 +-
 kernel/trace/trace_syscalls.c       |   42 +-
 13 files changed, 1994 insertions(+), 63 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ