Re: [PATCH RFC v1 1/4] perf: Introduce extended syscall error reporting

From: Alexander Shishkin
Date: Thu Jul 30 2015 - 08:09:49 EST


Alexander Shishkin <alexander.shishkin@xxxxxxxxxxxxxxx> writes:

> +static inline int perf_errno(const struct perf_err_site *site)
> +{
> + unsigned long err = site - __start___perf_err;
> +
> + trace_printk("[%ld] %s:%d, %d\n", err, site->file, site->line,
> site->code);

I should mention that this trace_printk() was unintentional.

Regards,
--
Alex
--
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/