commit | 85caa993d7f218b7c2abcfcb28e212396b6a3313 | [log] [tgz] |
---|---|---|
author | Steven Rostedt <srostedt@redhat.com> | Fri Oct 15 12:09:25 2010 -0400 |
committer | Steven Rostedt <rostedt@goodmis.org> | Fri Oct 15 12:09:25 2010 -0400 |
tree | 300aa8d761d3a56b53f97d82f2674b2a85691abe | |
parent | 444758636439810f110f86a3042c2dfd3626a9e2 [diff] |
ftrace: Use objtree for C version of recordmcount The C version of recordmcount is compiled to a binary, which will end up located in the objtree. If the kernel is built with O=path, the srctree will not include the binary recordmcount caller. Cc: Michal Marek <mmarek@suse.cz> Cc: linux-kbuild@vger.kernel.org Signed-off-by: Steven Rostedt <rostedt@goodmis.org>