]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt...
authorIngo Molnar <mingo@kernel.org>
Tue, 21 Aug 2012 09:23:40 +0000 (11:23 +0200)
committerIngo Molnar <mingo@kernel.org>
Tue, 21 Aug 2012 09:23:40 +0000 (11:23 +0200)
commit1095a7671283b13d8d10cd3995b5d846c61dc779
tree364e3279f089e4042ccae52c2204b8dee2a979b8
parente56e935ffa66562da861581323b50053ac1f1352
parent2662a75f092d09f5b50b892412e094fba942d554
Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/core

Pull ftrace updates from Steve Rostedt:

" This patch series extends ftrace function tracing utility to be
  more dynamic for its users. It allows for data passing to the callback
  functions, as well as reading regs as if a breakpoint were to trigger
  at function entry.

  The main goal of this patch series was to allow kprobes to use ftrace
  as an optimized probe point when a probe is placed on an ftrace nop.
  With lots of help from Masami Hiramatsu, and going through lots of
  iterations, we finally came up with a good solution. "

Signed-off-by: Ingo Molnar <mingo@kernel.org>
arch/x86/kernel/entry_64.S