2013/10/11 Namhyung Kim <[email protected]>: > From: Frederic Weisbecker <[email protected]> > > This new comm infrastructure provides two features: > > 1) It keeps track of all comms lifecycle for a given thread. This > way we can associate a timeframe to any thread comm, as long as > PERF_SAMPLE_TIME samples are joined to comm and fork events. > > As a result we should have more precise comm sorted hists with > seperated entries for pre and post exec time after a fork. > > 2) It also makes sure that a given comm string is not duplicated > but rather shared among the threads that refer to it. This way the > threads comm can be compared against pointer values from the sort > infrastructure. > > Signed-off-by: Frederic Weisbecker <[email protected]> > Cc: Jiri Olsa <[email protected]> > Cc: David Ahern <[email protected]> > Cc: Ingo Molnar <[email protected]> > Cc: Peter Zijlstra <[email protected]> > Cc: Arnaldo Carvalho de Melo <[email protected]> > Cc: Stephane Eranian <[email protected]> > Link: http://lkml.kernel.org/n/[email protected] > [ Rename some accessor functions ] > Signed-off-by: Namhyung Kim <[email protected]> > [ Fixed up minor const pointer issues and removed 'self' usage ] > Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Hi, I was wondering about the fate of these patches. I can resend these or do any rebase if you need to. Thanks. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

