summaryrefslogtreecommitdiff
path: root/examples/procmap.c
Commit message (Expand)AuthorAgeFilesLines
* Try to fix all format flags in pprint example.Benoît Dejean2018-03-071-4/+4
* Fixed build problem with procmap exampleRobert Roth2015-06-261-0/+2
* Display inode number without zero padding.Benoit Dejean2015-06-261-2/+2
* Fix format for permissions. Display mappings' sizes. Avoid duplicating format...Benoit Dejean2015-06-261-33/+19
* If no argument is given, defaults to self. When self-testing, try to mmap som...Benoit Dejean2015-06-261-2/+36
* Update old FSF address.Robert Roth2014-08-201-2/+2
* Fixed printf format overflow.Benoît Dejean2007-10-011-2/+2
* Fixed smaps parsing with linux > 2.6.21.Benoît Dejean2007-06-251-3/+3
* Got rid of InodeDB. This feature was optionnal and i have never heard ofBenoît Dejean2007-04-271-16/+0
* Removed noisy $Id$.Benoît Dejean2007-02-191-2/+0
* Added quick example for glibtop_get_proclist() and updated procmap exampleBenoît Dejean2005-12-121-0/+12
* remove unused file.James Henstridge2005-12-121-0/+4
* s/glibtop_error/g_error/gBenoît Dejean2004-12-231-1/+1
* whitespace clean up.Benoît Dejean2004-06-091-2/+2
* Added missing #include. Converted to UTF-8.Benoît Dejean2004-05-281-1/+3
* - fixed compilationBastien Nocera2003-10-201-1/+0
* - replace all the xmalloc crap by glib memory management functionsBastien Nocera2003-10-201-2/+2
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-191-0/+164
* The LibGTop examples have been moved into their own top-level moduleMartin Baulig1999-10-241-164/+0
* Minor Alpha fixes (merged from stable).Martin Baulig1999-05-271-6/+23
* Use `(1L << feature)' instead of `(1 << feature)' to avoid problemsMartin Baulig1999-05-061-1/+1
* Set the copyright of LibGTop to the GNU General Public License.Martin Baulig1999-02-231-7/+7
* Include a copy of the GNU Library General Public License here.Martin Baulig1999-02-221-13/+15
* Fixed some compiler warnings.Martin Baulig1998-08-251-2/+2
* Correctly using `(1 << GLIBTOP_MAP_ENTRY_FILENAME)' now.Martin Baulig1998-08-181-1/+1
* Set version number to 0.25.0. There is now really a feature freeze untilMartin Baulig1998-08-181-9/+30
* We now display filenames when compiled `--with-libgtop-inodedb'.Martin Baulig1998-08-171-5/+34
* Using `text_rss', `shlib_rss', `data_rss' and `dirty_size' instead ofMartin Baulig1998-08-121-3/+2
* New file. Added definition of `proc_map'.Martin Baulig1998-08-101-0/+96