summaryrefslogtreecommitdiff
path: root/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
* glibtop_machine is defined in glibtop.h.Benoit Dejean2015-08-151-2/+0
* Implement glibtop_map_entry Pss and Swap.Benoit Dejean2015-08-153-35/+32
* Define glibtop_machine for Linux as empty because it's not used.Benoît Dejean2015-08-081-5/+1
* No use for glibtop_machine for now, but who knows in the future.Benoit Dejean2015-08-081-5/+2
* Remove useless/meaningless calls to glibtop_init_[prs]() with sysdeps/{freebs...Benoit Dejean2015-08-082-2/+0
* Don't include the ':' in smaps keys.Benoit Dejean2015-08-083-62/+60
* Fix autotools deprecation warning with s/INCLUDES/AM_CPPFLAGS/g.Benoit Dejean2015-07-151-1/+1
* Provide stats about shared memory and account Slab as cached.Benoît Dejean2015-07-141-2/+3
* 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
* Update old FSF address.Robert Roth2014-08-2032-63/+63
* Extending the cpu number from 32 to 1024 (bgo #323354, bgo #681632)Jason Xing2013-12-122-2/+4
* Linux cpuinfo count fixed for SMP PPC processors (bgo #621831)Robert Roth2013-12-091-1/+2
* Log error on statvfs failure.Robert Roth2013-12-091-1/+2
* Increased buffersize to be able to hold larger cpuinfo files (bgo #681632)Robert Roth2013-08-221-1/+1
* fsusage: Fix fetching rootfs stats on Fedora 17Cole Robinson2013-01-281-0/+4
* Add missing #include <config.h>Kjartan Maraas2012-01-231-0/+4
* Don't printf a string directly but use %s insteadChristian Persch2009-05-082-2/+2
* Killed debug message.Benoît Dejean2009-05-031-2/+0
* Oops, fix segfault in linux/proc_map.Benoît Dejean2009-05-031-5/+8
* Looks for smaps member using a gperf table instead of usingBenoît Dejean2009-05-034-42/+218
* Don't use sscanf anymore when parsins smaps.Benoît Dejean2009-05-031-1/+70
* Always ignore "none" FS type.Benoît Dejean2009-03-311-0/+2
* r2790 | bdejean | 2009-01-12 19:39:44 +0100 (lun 12 jan 2009) | 3 linesBenoît Dejean2009-02-161-4/+24
* Fixed potential memory leak.Benoît Dejean2009-01-081-6/+6
* Fixed I/O stats so it works for unpartionned devices (e.g. cdrom).Benoît Dejean2008-06-221-41/+45
* Handle new /sys/block/.../stat format for linux >= 2.6.25.Benoît Dejean2008-06-221-4/+36
* Put back the old behaviour (no smart pss for now).Benoît Dejean2008-05-241-1/+10
* New API to retrieve process CPU affinity.Benoît Dejean2008-05-243-1/+71
* Fixed parsing of big /proc/stat for uptime.Benoît Dejean2008-04-281-11/+18
* First try to implement proportional set size by recylingBenoît Dejean2008-04-211-17/+68
* Added comment about get_scaled usage.Benoît Dejean2008-04-211-1/+5
* Updated glibtop_get_proc_open_files API so that it also list IPv6 TCP sockets.Benoît Dejean2008-04-211-1/+57
* Fixed ;;. Closes #521084.Benoît Dejean2008-04-051-1/+1
* Fixed flags.Benoît Dejean2008-03-021-1/+2
* Really set wchan.Benoît Dejean2008-03-021-0/+2
* Smarter smaps parsing.Benoît Dejean2008-02-242-49/+96
* Implemented a linux-only fsusage sysdeps.Benoît Dejean2007-10-171-9/+40
* Little performance tuning to avoid too many array reallocation.Benoît Dejean2007-10-171-1/+4
* Implemented a linux-only mountlist.Benoît Dejean2007-10-152-562/+103
* Copy there to have a linux-only implementation.Benoît Dejean2007-10-151-0/+623
* Use G_GINT64_MODIFIER to avoid warnings on LLP64.Benoît Dejean2007-10-031-1/+1
* Use fstat instead of stat.Benoît Dejean2007-09-281-1/+1
* "." is not a tid.Benoît Dejean2007-09-281-0/+3
* Fixed cpuinfo path. Sorry :/Benoît Dejean2007-08-271-1/+1
* Added a bufsiz argument to file_to_buffer().Benoît Dejean2007-08-2618-38/+42
* git-svn sucks. Kill r2609Benoît Dejean2007-06-253-72/+1
* Fixed smaps parsing with linux > 2.6.21.Benoît Dejean2007-06-251-2/+1
* New API : glibtop_get_proc_affinity.Benoît Dejean2007-06-253-1/+72