[PATCH 5/8] perf tools: Add time argument on comm setting

2013-10-10 Thread Namhyung Kim
From: Frederic Weisbecker This way we can later delimit a lifecycle for the comm and map a hist to a precise comm:timeslice couple. Comm and fork events that don't have PERF_SAMPLE_TIME samples can only send 0 value as a timestamp and thus should overwrite any previous comm on a given thread bec

[PATCH 5/8] perf tools: Add time argument on comm setting

2013-09-26 Thread Namhyung Kim
From: Frederic Weisbecker This way we can later delimit a lifecycle for the comm and map a hist to a precise comm:timeslice couple. Comm and fork events that don't have PERF_SAMPLE_TIME samples can only send 0 value as a timestamp and thus should overwrite any previous comm on a given thread bec