All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] linux-yocto-3.2/meta: perf scripting updates
@ 2012-07-03 18:09 tom.zanussi
  2012-07-03 18:09 ` [PATCH 1/1] features/ftrace: enable FTRACE_SYSCALLS tom.zanussi
  0 siblings, 1 reply; 2+ messages in thread
From: tom.zanussi @ 2012-07-03 18:09 UTC (permalink / raw)
  To: yocto, bruce.ashfield

From: Tom Zanussi <tom.zanussi@intel.com>

This patchset enables FTRACE_SYSCALLS, used by some existing perf scripts.

Please pull into linux-yocto-3.2.

Thanks,

Tom

Tom Zanussi (1):
  features/ftrace: enable FTRACE_SYSCALLS

 meta/cfg/kernel-cache/features/ftrace/ftrace.cfg |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)



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

* [PATCH 1/1] features/ftrace: enable FTRACE_SYSCALLS
  2012-07-03 18:09 [PATCH 0/1] linux-yocto-3.2/meta: perf scripting updates tom.zanussi
@ 2012-07-03 18:09 ` tom.zanussi
  0 siblings, 0 replies; 2+ messages in thread
From: tom.zanussi @ 2012-07-03 18:09 UTC (permalink / raw)
  To: yocto, bruce.ashfield

From: Tom Zanussi <tom.zanussi@intel.com>

Add support for generic syscall entry/exit tracing.

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
---
 meta/cfg/kernel-cache/features/ftrace/ftrace.cfg |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/meta/cfg/kernel-cache/features/ftrace/ftrace.cfg b/meta/cfg/kernel-cache/features/ftrace/ftrace.cfg
index bab800c..692dffe 100644
--- a/meta/cfg/kernel-cache/features/ftrace/ftrace.cfg
+++ b/meta/cfg/kernel-cache/features/ftrace/ftrace.cfg
@@ -1,2 +1,3 @@
 CONFIG_FUNCTION_TRACER=y
 CONFIG_FUNCTION_GRAPH_TRACER=y
+CONFIG_FTRACE_SYSCALLS=y
-- 
1.7.0.4



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

end of thread, other threads:[~2012-07-03 18:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-03 18:09 [PATCH 0/1] linux-yocto-3.2/meta: perf scripting updates tom.zanussi
2012-07-03 18:09 ` [PATCH 1/1] features/ftrace: enable FTRACE_SYSCALLS tom.zanussi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.