Re: How to display process priority ?
Pierre-Marc Fournier <[email protected]> Fri, 31 Aug 2007 17:08:16 -0400
| Newsgroups | gmane.linux.kernel.tracing |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Aug 29, 2007 at 04:09:38PM +0200, CASTOR, Mikael wrote: > Hello, > > I'm using LTTV-gui to analyse traces form LTTng, and I've got some > questions. I wanted to know how it is possible to know the priority > of the process and if it's possible to sort them by priority (with the > control flow viewer). > > Thanks. > It would be relatively easy to instrument the priority setting system calls in order to track the priorities in the lttv process state and to display them in the control flow view. However it hasn't been done yet. pmf