Re: [PATCH 3/4] gcov: add gcov profiling infrastructure

From: Ingo Molnar
Date: Tue May 19 2009 - 11:01:08 EST



* Peter Oberparleiter <oberpar@xxxxxxxxxxxxxxxxxx> wrote:

> +int __gcov_execve(const char *path, char *const argv[], char *const envp[])
> +{
> + return kernel_execve(path, argv, envp);
> +}
> +EXPORT_SYMBOL(__gcov_execve);

Looks weird, why is this needed?

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/