public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Allow syscalls tracepoints to non privileged users
@ 2010-11-18  1:32 Frederic Weisbecker
  2010-11-18  1:32 ` [PATCH 1/5] tracing: New flag to allow non privileged users to use a trace event Frederic Weisbecker
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Frederic Weisbecker @ 2010-11-18  1:32 UTC (permalink / raw)
  To: Ingo Molnar
  Cc: LKML, Frederic Weisbecker, Ingo Molnar, Peter Zijlstra,
	Arnaldo Carvalho de Melo, Thomas Gleixner, Steven Rostedt,
	Li Zefan, Jason Baron

Hi,

Tell me if you're fine with it, and if so I'll push it.

Thanks.

Frederic Weisbecker (5):
  tracing: New flag to allow non privileged users to use a trace event
  tracing: New macro to set up initial event flags value
  tracing: Allow raw syscall trace events for non privileged users
  tracing: Allow syscall trace events for non privileged users
  tracing: Remove useless syscall ftrace_event_call declaration

 include/linux/ftrace_event.h    |   10 ++++++++++
 include/linux/syscalls.h        |   10 ++++------
 include/linux/tracepoint.h      |    4 ++++
 include/trace/events/syscalls.h |    4 ++++
 include/trace/ftrace.h          |    7 +++++++
 kernel/perf_event.c             |    9 ---------
 kernel/trace/trace_event_perf.c |   31 ++++++++++++++++++++++++++++++-
 7 files changed, 59 insertions(+), 16 deletions(-)


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

end of thread, other threads:[~2010-11-18  8:56 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-11-18  1:32 [PATCH 0/5] Allow syscalls tracepoints to non privileged users Frederic Weisbecker
2010-11-18  1:32 ` [PATCH 1/5] tracing: New flag to allow non privileged users to use a trace event Frederic Weisbecker
2010-11-18  1:32 ` [PATCH 2/5] tracing: New macro to set up initial event flags value Frederic Weisbecker
2010-11-18  1:32 ` [PATCH 3/5] tracing: Allow raw syscall trace events for non privileged users Frederic Weisbecker
2010-11-18  1:32 ` [PATCH 4/5] tracing: Allow " Frederic Weisbecker
2010-11-18  1:32 ` [PATCH 5/5] tracing: Remove useless syscall ftrace_event_call declaration Frederic Weisbecker
2010-11-18  8:19 ` [PATCH 0/5] Allow syscalls tracepoints to non privileged users Ingo Molnar
2010-11-18  8:56 ` Peter Zijlstra

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