summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* More files to ignore.Benoit Dejean2015-07-151-28/+30
* Convert lots of fprintf(stderr, ...) to glibtop_debug*().Benoit Dejean2015-07-1510-65/+22
* Define glibtop_debug(_r) as macros, eventually calling real C function.Benoit Dejean2015-07-152-4/+6
* Print client and server pids in messages.Benoit Dejean2015-07-151-2/+11
* Fixed glibtop_debug for calls without arguments.Benoit Dejean2015-07-151-1/+1
* Always define LIBGTOP_ENABLE_DEBUG (0|1) to be used in if() statements.Benoit Dejean2015-07-151-1/+2
* Add a level (DEBUG, WARNING, ERROR) to printing functions.Benoit Dejean2015-07-151-8/+31
* Fix macro definition.Benoit Dejean2015-07-151-1/+1
* Add proper (and private) debug functions glibtop_debug*Benoit Dejean2015-07-152-0/+29
* For processes with threads, only reports the pid once.Benoit Dejean2015-07-151-0/+12
* Fix alignment issue with proclist arguments unpacking.Benoit Dejean2015-07-151-3/+5
* The perl generator for the *_l() functions does not need to knowBenoit Dejean2015-07-152-32/+32
* Reorder GI annotations and remove duplicate for _l().Benoit Dejean2015-07-151-24/+17
* Fix autotools deprecation warning with s/INCLUDES/AM_CPPFLAGS/g.Benoit Dejean2015-07-1517-21/+21
* Ignore the `free` example binary.Benoît Dejean2015-07-141-1/+1
* Implement a GNU `free -m` clone.Benoît Dejean2015-07-143-24/+47
* Provide stats about shared memory and account Slab as cached.Benoît Dejean2015-07-141-2/+3
* Make git ignore more files.Benoît Dejean2015-07-141-0/+12
* Define and initialize param_buf, send_{size,ptr} only when usingBenoît Dejean2015-07-101-13/+20
* Add proc_affinity example.Benoît Dejean2015-07-101-0/+23
* Update and clean .gitignored files list.Benoît Dejean2015-07-101-61/+26
* Add glibtop_get_shm_limits gtk-doc/gi tags.Benoît Dejean2015-07-101-0/+22
* Move gtk-doc/gi tag for glibtop_netlist_* to the correct place.Benoît Dejean2015-07-101-2/+4
* Add gtk-doc/gi for glibtop_netlist.Benoît Dejean2015-07-101-0/+35
* Add an assertion to ensure that GLIBTOP_SYSDEPS_* fit in an unsigned long.Benoît Dejean2015-07-101-0/+3
* Fix a few gtk-doc/gi function tags.Benoît Dejean2015-07-102-7/+5
* Add gtk-doc annotations for the glibtop_init functions.Benoît Dejean2015-07-101-0/+23
* Drop --with-libgtop-smp.Benoît Dejean2015-07-103-35/+0
* Fixed sscanf format string as arguments are unsigned ints.Benoît Dejean2015-07-101-1/+1
* Add support for linux x.y versioning schemaIonut Biru2015-07-101-1/+5
* Linux >= 3.14 provides a "MemAvailable" field in /proc/meminfo which gives theBenoît Dejean2015-07-101-1/+7
* freebsd: rework system memory usageTing-Wei Lan2015-07-031-28/+39
* Updated Portuguese translationPedro Albuquerque2015-07-011-10/+14
* Fixed build problem with procmap exampleRobert Roth2015-06-261-0/+2
* Better debug message.Benoit Dejean2015-06-261-1/+1
* Display self-timings using `ps`.Benoit Dejean2015-06-261-2/+22
* Print more fields about each filesystem.Benoit Dejean2015-06-261-12/+29
* Don't try to print a NULL hash_table.Benoit Dejean2015-06-261-3/+5
* Add command tracing in glibtop_call_l when debugging.Benoit Dejean2015-06-261-0/+39
* Ignore more output files.Benoit Dejean2015-06-261-0/+4
* Use glibtop_warn_r instead of fprintf.Benoit Dejean2015-06-261-1/+1
* Display inode number without zero padding.Benoit Dejean2015-06-261-2/+2
* Implement dev/inode for mapped files on ZFS.Benoit Dejean2015-06-261-1/+39
* Split the code that works only with UFS inode. Will ease new code for ZFS.Benoit Dejean2015-06-261-2/+20
* 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
* Make libgtop_server2 link against its libgtop.Benoit Dejean2015-06-261-2/+7
* Run server_command instead of hardcoded LIBGTOP_SERVER.Benoit Dejean2015-06-262-4/+4
* Set the FSUSAGE_(READ|WRITE) flags only we managed to get something. Currentl...Benoit Dejean2015-06-261-1/+3
* When pretty-printing an array, don't display 0 elements.Benoit Dejean2015-06-261-8/+15