Re: [RFC PATCH v2] Tracepoint: add exec tracepoint

From: Pedro Alves
Date: Fri Nov 04 2011 - 08:08:46 EST


On Thursday 03 November 2011 15:59:48, David Smith wrote:
> + if (depth == 0) {
> + trace_sched_process_exec(current, bprm);
> ptrace_event(PTRACE_EVENT_EXEC,
> old_pid);
> + }

Won't tracepoints be interested in the old pid as well? Or does bprm
carry that info? That was only recently added to the ptrace event,
which probably postdates your original patch.

--
Pedro Alves
--
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/