commit | 8b6ee4c5d48d93527dcf6e36c51cbb7703d7fffb | [log] [tgz] |
---|---|---|
author | Arnaldo Carvalho de Melo <[email protected]> | Tue Aug 07 23:36:16 2012 -0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Tue Aug 07 23:36:16 2012 -0300 |
tree | 56ef96ded8fa20b716a04ad43f26e24df55c4536 | |
parent | dc4552bf7176573ccf79af04ab8648b015738f4a [diff] |
perf header: Set the tracepoint names on PERF_RECORD_HEADER_TRACING_DATA We only have access to pevent after processing that event, so set the tracepoint names there. Right now this isn't a problem as we're deferring resolving the tracepoint names to when we process samples, but in the next patches we will be doing it in advance, to avoid relookups, so do it earlier, as soon as we process the tracing data event. Cc: David Ahern <[email protected]> Cc: Frederic Weisbecker <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Mike Galbraith <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: Stephane Eranian <[email protected]> Link: http://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>