[PATCH 4/8] perf tools: Use an accessor to read thread comm

2013-10-10 Thread Namhyung Kim
From: Frederic Weisbecker As the thread comm is going to be implemented by way of a more complicated data structure than just a pointer to a string from the thread struct, convert the readers of comm to use an accessor instead of accessing it directly. The accessor will be later overriden to supp

[PATCH 4/8] perf tools: Use an accessor to read thread comm

2013-09-26 Thread Namhyung Kim
From: Frederic Weisbecker As the thread comm is going to be implemented by way of a more complicated data structure than just a pointer to a string from the thread struct, convert the readers of comm to use an accessor instead of accessing it directly. The accessor will be later overriden to supp