Re: [RFC] convert ftrace syscall tracer to TRACE_EVENT()

From: Ingo Molnar
Date: Sat May 09 2009 - 10:16:35 EST



* Frédéric Weisbecker <fweisbec@xxxxxxxxx> wrote:

> > I would expect to use copy_string_from_user (for strings) and
> > copy_from_user for structures, because without any strings
> > (especially), the trace information become much less useful.
>
> Yeah, for structures we would just need the copy_from_user.

There's just a few places (mainly related to VFS APIs) where we
really want to do that, and there we want to do it a bit later, not
at syscall time: we want to do it after the getname(), to output a
stable (and already copied to kernel space) copy of the file name.

So the right solution there would be to add special, case by case
tracepoints to those few places. We dont need strings for the
majority of the 300+ system calls that exist on Linux.

Ingo
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/