From mboxrd@z Thu Jan 1 00:00:00 1970 From: matthieu.castet@parrot.com (Matthieu CASTET) Date: Mon, 3 Aug 2009 15:20:45 +0200 Subject: [ltt-dev] ltt comm tracking Message-ID: <4A76E42D.7010908@parrot.com> Hi, I use ltt on a 2.6.27 on an arm architecture. It works quite well, but I have a minor problem : my application sets thread name with prctl PR_SET_NAME. But ltt viewer doesn't seem to saw it. I don't know how/where ltt extracts the comm name, but may be a tracepoint should be added in set_task_comm ? Any idea how to make ltt use name set with prctl ? This will make more easier to read trace for application with lot's of threads. Thanks Matthieu CASTET