summaryrefslogtreecommitdiff
path: root/sysdeps/linux
Commit message (Expand)AuthorAgeFilesLines
* 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
* Got rid of G_GNUC_INTERNAL.Benoît Dejean2007-05-312-10/+10
* Got rid of glibtop_init_s calls. If i'm right, these are only no-op andBenoît Dejean2007-05-2024-46/+9
* Fixed warnings.Benoît Dejean2007-05-192-7/+13
* Added missing sizeof.Benoît Dejean2007-05-172-2/+7
* Added missing filesBenoît Dejean2007-05-131-0/+98
* Manual commit from my local git-svn which is broken :/Benoît Dejean2007-05-136-4/+49
* Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they getBenoît Dejean2007-04-1122-22/+22
* Fixed stat parsing for md devices. Patch by Martin BaileyBenoît Dejean2007-03-132-12/+21
* Removed noisy $Id$.Benoît Dejean2007-02-1928-56/+0
* Some more const.Benoît Dejean2007-02-152-2/+8
* Fixed stack overflow in proc_map. Switched to Glibc getline because fgetsBenoît Dejean2007-01-143-19/+30
* Bumped version number to 2.14.6.Benoît Dejean2007-01-111-6/+0
* Replaced two strstr by a hand-written loop in this critical code.Benoît Dejean2007-01-112-4/+16
* Fixed parsing s?maps on 64bit kernel. Closes #355290. Removed uselessBenoît Dejean2006-09-112-10/+16
* Only print the warning if (number of real cpu's) != (number of cpu'sBenoît Dejean2006-08-102-5/+16
* Updated implementation.Benoît Dejean2006-07-272-0/+10
* New has_sysfs function to avoid stating over and over '/sys' on eachBenoît Dejean2006-07-275-2/+31
* Fixed a bunch of warnings.Benoît Dejean2006-04-024-3/+11
* I can't believe i've been so stupid :) Uses smaps if linux > 2.6.14.Benoît Dejean2006-01-232-2/+12
* Fixed when which == GLIBTOP_KERN_PROC_UID. Closes #324055.Benoît Dejean2005-12-152-1/+18
* Implemented server->real_ncpu. Add a warning to display ncpu and real_ncpuBenoît Dejean2005-12-142-6/+17
* Fixed server->ncpu usage (SMP handling). Need more testing.Benoît Dejean2005-12-136-12/+64
* Implemented smap support. Closes #320710.Benoît Dejean2005-12-122-4/+87
* Improved so that it doesn't stat(2) every /proc/<PID>/.Benoît Dejean2005-12-122-9/+10
* remove unused file.James Henstridge2005-12-1218-0/+18
* Small improvements. Use g_array_sized_new instead of g_array_new withBenoît Dejean2005-12-072-13/+42
* Removed 1 g_return_*.Benoît Dejean2005-10-292-1/+10
* Do not add irq, softirq and iowait to idle.Benoît Dejean2005-08-152-11/+15
* Reworked a bit. Warn on 2.6 without /sys.Benoît Dejean2005-08-032-16/+24
* Fixed for people running 2.6 without /sys.Benoît Dejean2005-08-032-2/+10
* Added GLIBTOP_SUID_NETLIST.Benoît Dejean2005-08-022-0/+7
* Fixed .flags.Benoît Dejean2005-07-232-1/+9
* Cached getpagesize().Benoît Dejean2005-07-225-2/+29
* Split implementations. New (simpler) implementation for 2.6 (/sys is soBenoît Dejean2005-07-092-120/+227
* Cached boot_time.Benoît Dejean2005-07-072-2/+22