[PATCH 03/29] perf tools: Use an accessor to read thread comm

2013-11-04 Thread Arnaldo Carvalho de Melo
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

[PATCH 03/29] perf tools: Use an accessor to read thread comm

2013-11-04 Thread Arnaldo Carvalho de Melo
From: Frederic Weisbecker fweis...@gmail.com 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