summaryrefslogtreecommitdiff
path: root/sysdeps/linux/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* Update old FSF address.Robert Roth2014-08-201-2/+2
* Extending the cpu number from 32 to 1024 (bgo #323354, bgo #681632)Jason Xing2013-12-121-1/+2
* Added a bufsiz argument to file_to_buffer().Benoît Dejean2007-08-261-1/+1
* Got rid of glibtop_init_s calls. If i'm right, these are only no-op andBenoît Dejean2007-05-201-2/+0
* Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they getBenoît Dejean2007-04-111-1/+1
* Removed noisy $Id$.Benoît Dejean2007-02-191-2/+0
* Fixed server->ncpu usage (SMP handling). Need more testing.Benoît Dejean2005-12-131-4/+4
* Do not add irq, softirq and iowait to idle.Benoît Dejean2005-08-151-11/+9
* Added I/O and IRQ wait time to glibtop_cpu. Closes #160443.Benoît Dejean2005-01-031-6/+43
* Added Added RemovedBenoît Dejean2004-11-281-0/+2
* Added. These functions are commonly used. Misc cleanups.Benoît Dejean2004-07-031-12/+1
* Cleaned whitespaces.Benoît Dejean2004-05-261-6/+6
* Added test for end of string. (get_scaled): Cleaned.Benoît Dejean2004-05-251-17/+24
* fixup CPU usage calculation on 2.6 kernels (patch by Benoit DejeanBenoît Dejean2004-03-101-0/+5
* fixup CPU usage calculation on 2.6 kernels (patch by Benoit DejeanBastien Nocera2004-03-091-0/+5
* Apply patch from Benoît Dejean <bnet@ifrance.com> to fix overflow issuesBastien Nocera2003-12-231-8/+8
* - s/u_int64_t/guint64/Bastien Nocera2003-10-201-1/+1
* Reverted libgtop changes. It's a common module and I should not modify it.Carlos Perelló Marín2003-10-191-0/+111
* Moved all sysdeps code to the new libgtop-backends module.Martin Baulig2001-04-201-125/+0
* The indentation in LibGTop was done with the following command:Martin Baulig1999-12-261-52/+54
* Only set smp flags when we're really on a SMP machine.Martin Baulig1999-12-111-2/+5
* This is a larger source-incompatible commit, but it'll make it easier toMartin Baulig1999-12-111-3/+3
* Reflect latest interface changes; return 0 on success and -1 on error.Martin Baulig1999-11-211-4/+13
* This is a very big an possibly breaking commit.Martin Baulig1999-10-241-2/+2
* Applied patch from Damon Chaplin to avoid a compiler problem.Martin Baulig1999-07-111-3/+12
* Use `(1L << feature)' instead of `(1 << feature)' to avoid problemsMartin Baulig1999-05-061-6/+6
* 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
* Unconditionally enable SMP support for linux.Martin Baulig1999-01-061-7/+4
* Removed G_GNUC_UNUSED.Martin Baulig1998-10-061-1/+1
* More G_GNUC_UNUSED fun.Martin Baulig1998-10-041-1/+1
* *** empty log message ***Martin Baulig1998-09-091-7/+0
* Initialize `ncpu' on SMP systems.Martin Baulig1998-09-091-3/+36
* Major code cleanups, we now use open () and read ().Martin Baulig1998-08-161-7/+19
* New fields `error_method', `sysdeps' and `required'. I added an improvedMartin Baulig1998-08-071-1/+9
* Using `u_int64_t' instead of `unsigned long' and `long' to avoid problemsMartin Baulig1998-07-301-1/+1
* Replaced `glibtop_init_r' with `glibtop_init_s'.Martin Baulig1998-07-241-1/+1
* No longer use `glibtop_machine.h' for Linux.Martin baulig1998-07-031-18/+7
* Added perl interface.Martin Baulig1998-06-211-2/+1
* Reverted some stuff from 06-07-1998 since it was too buggy.Martin Baulig1998-06-181-16/+5
* More profiling stuff.Martin Baulig1998-06-071-3/+7
* New file.Martin Baulig1998-06-071-5/+27
* Using single underscore instead of two underscores for function prefixesMartin Baulig1998-06-071-2/+2
* changed call of 'glibtop_init__r', it now takes two additional arguments.Martin Baulig1998-06-011-1/+1
* renamed all functions implementing features to '__s'.Martin Baulig1998-05-281-1/+1
* Initial revisionMartin Baulig1998-05-191-0/+54