Re: Wish-List for GTOP




> What exactly should this do? How system-dependent should/can it be (ie.
> using the proc filesystem should be ok, but what about the symbols, should
> it read the output of some tool like nm?)

The idea is to find out the owner of a given page (this is trivial:
you already know which files belong to what), in the case of ELF
libraries and programs, given a page, you can find which symbols are
defined there (using libelf, including with most linux distributions
nowadays).

Miguel.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]