Re: [PATCH v1 09/11] x86: perf: intel_pt: Add core dump functionality

From: Andi Kleen
Date: Thu Feb 06 2014 - 19:00:24 EST


Alexander Shishkin <alexander.shishkin@xxxxxxxxxxxxxxx> writes:
> +
> +static void pt_trace_core_output(struct coredump_params *cprm,
> + struct perf_event *event,
> + unsigned long len)
> +{
> + struct pt_buffer *buf;
> + u64 from, to;
> + int ret;
> +
> + buf = itrace_priv(event);
> +
> + if (!dump_emit(cprm, pt_pmu.capstr, pt_pmu.caplen))
> + return;

It would be nicer if this was a separate note, instead of just being
concatenated with the rest of the data.

Would make simpler parsing and be cleaner.

-Andi

--
ak@xxxxxxxxxxxxxxx -- Speaking for myself only
--
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/