All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] arm: ftrace: Adds support for ftrace operations
@ 2014-11-07 14:59 ` Jean-Jacques Hiblot
  0 siblings, 0 replies; 20+ messages in thread
From: Jean-Jacques Hiblot @ 2014-11-07 14:59 UTC (permalink / raw)
  To: jslaby, linux, rostedt, mingo, nsekhar, stefano.stabellini,
	christoffer.dall
  Cc: linux-arm-kernel, linux-kernel, Jean-Jacques Hiblot

Hi all,

This patch adds support for ftrace operations on the ARM architecture.
This support is needed by kgraft and possibly other ftrace-based tools.
My goal is to have kgraft working on ARM and aarch64.

I tested this patch with a toy implementation of kgraft for ARM and basic
usage of function and function_graph tracers
It doesn't show any problem with the ftrace selftests and the tests found
today in branch ftrace/testing-mystuff of linux-trace repository
(git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git)

Jean-Jacques Hiblot (1):
  arm: ftrace: Adds support for ftrace operations

 arch/arm/Kconfig               |  2 ++
 arch/arm/include/asm/ftrace.h  |  3 ++
 arch/arm/kernel/entry-common.S | 68 +++++++++++++++++++++++++++++++++++++++++-
 arch/arm/kernel/ftrace.c       | 34 +++++++++++++++++++++
 4 files changed, 106 insertions(+), 1 deletion(-)

-- 
2.1.3


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

end of thread, other threads:[~2014-11-27 15:06 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-11-07 14:59 [PATCH] arm: ftrace: Adds support for ftrace operations Jean-Jacques Hiblot
2014-11-07 14:59 ` Jean-Jacques Hiblot
2014-11-07 14:59 ` [PATCH 01/01] " Jean-Jacques Hiblot
2014-11-07 14:59   ` Jean-Jacques Hiblot
2014-11-07 16:52 ` [PATCH] " Steven Rostedt
2014-11-07 16:52   ` Steven Rostedt
2014-11-07 17:01   ` Jean-Jacques Hiblot
2014-11-07 17:01     ` Jean-Jacques Hiblot
2014-11-24  9:59     ` Jean-Jacques Hiblot
2014-11-24  9:59       ` Jean-Jacques Hiblot
2014-11-25 23:20       ` Steven Rostedt
2014-11-25 23:20         ` Steven Rostedt
2014-11-27 10:23         ` Jean-Jacques Hiblot
2014-11-27 10:23           ` Jean-Jacques Hiblot
2014-11-27 14:58           ` Steven Rostedt
2014-11-27 14:58             ` Steven Rostedt
2014-11-10  8:56   ` [PATCH v2 00/01] arm: ftrace: Adds support for CONFIG_DYNAMIC_FTRACE_WITH_REGS Jean-Jacques Hiblot
2014-11-10  8:56     ` Jean-Jacques Hiblot
2014-11-10  8:56     ` [PATCH v2 01/01] " Jean-Jacques Hiblot
2014-11-10  8:56       ` Jean-Jacques Hiblot

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.