summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Added reserved fieldswip/diskioRobert Roth2017-05-231-0/+3
|
* Prepended disk io struct fields with disk_ prefixRobert Roth2017-05-121-12/+12
|
* Renamed procdiskio to procioRobert Roth2017-05-125-27/+27
|
* Fix GLIBTOP_MAX variable name for diskio.Benoît Dejean2017-02-211-1/+1
|
* New API to retrieve process io stats, with Linux implementationRobert Roth2017-02-125-2/+98
|
* Fix constant name for GLIBTOP_MAX_PROC_WD.Benoît Dejean2015-08-251-1/+1
|
* Fix a bunch of doc tags for GI.Benoît Dejean2015-08-256-6/+29
|
* Define missing GLIBTOP_MAX_PROC_AFFINITY.Benoît Dejean2015-08-251-0/+1
|
* Don't ship glibtop/version.h as this is private.Benoît Dejean2015-08-231-2/+4
|
* New API/ABI: add Pss (partial set size) and Swap in glibtop_map_entry.Benoit Dejean2015-08-151-1/+5
|
* Add missing file.Benoit Dejean2015-08-081-0/+22
|
* Turn glibtop::machine from a value to a pointer, allocated on init.Benoit Dejean2015-08-081-1/+1
| | | | This hides the glibtop_machine implementation.
* Also display file/line/function in debug messages.Benoit Dejean2015-08-081-1/+1
|
* Define glibtop_debug(_r) as macros, eventually calling real C function.Benoit Dejean2015-07-151-3/+5
| | | | | | | Keep these as macros so that if debug is not enable, although the debug message is parsed, it's not run. It's better this way because the debug message is always parsed and checked instead of being deleted by the preprocessor.
* Fixed glibtop_debug for calls without arguments.Benoit Dejean2015-07-151-1/+1
|
* Fix macro definition.Benoit Dejean2015-07-151-1/+1
|
* Add proper (and private) debug functions glibtop_debug*Benoit Dejean2015-07-151-0/+10
|
* Reorder GI annotations and remove duplicate for _l().Benoit Dejean2015-07-151-24/+17
|
* 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
|
* Make some APIs that return struct introspectableJasper St. Pierre2015-01-033-0/+111
| | | | | | | In order to do this, we need to define some boxed types. So we need to add a new dependency, GObject, to GTop. https://bugzilla.gnome.org/show_bug.cgi?id=663265
* Update old FSF address.Robert Roth2014-08-2041-82/+82
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=721514
* Add annotations to get_proclist* to make Python bindings work.Märt Põder2014-08-201-0/+39
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=734170
* Extending the cpu number from 32 to 1024 (bgo #323354, bgo #681632)Jason Xing2013-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | From: Jason Xing <xinggang861@gmail.com> In 'Bug 323354 - Support a dynamic number of CPUs', there will be a solution which can dynamically allocate memory for large number of CPUs. As libgtop supports multiple operating systems, this work may take some time. This patch is a temporary patch, which worked before the whole solution comes out. It only supports linux platform with CPU number up to 1024. There are two Macroes which limit the statistics of CPU. One is GLIBTOP_NCPU. The other is a buffer size. This buffer used to read /proc/stat contents into. https://bugzilla.gnome.org/show_bug.cgi?id=323354 https://bugzilla.gnome.org/show_bug.cgi?id=681632
* proclist, procarg and proctime gtkdoc updatesTristan Hill2013-08-302-18/+109
| | | | | | | | Added gtkdoc for proclist, procarg and proctime. Author: Tristan Hill <stan@saticed.me.uk> https://bugzilla.gnome.org/show_bug.cgi?id=616082
* Revert "Expand to support ifmedia(4) types as found on BSD."Jasper Lievisse Adriaanse2011-07-291-3/+1
| | | | | | This reverts commit 5144c3e1278b4f95c79c05fc2277baaec33fecdc. It wasn't meant to be pushed yet..
* Expand to support ifmedia(4) types as found on BSD.Jasper Lievisse Adriaanse2011-07-281-1/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=652713
* New API to retrieve process CPU affinity.Benoît Dejean2008-05-245-3/+69
| | | | | | Linux implementation. svn path=/trunk/; revision=2748
* Updated glibtop_get_proc_open_files API so that it also list IPv6 TCP sockets.Benoît Dejean2008-04-211-2/+4
| | | | | | | | | | | | Patch by Mark McClelland <mark@ovcam.org>. Closes #528175. WTH do we not care about udp ? Updated libtool versioning: API addition does not change the ABI, so only increased revision. gnome-2.22 is 8.1.1 so trunk is now 8.2.1. svn path=/trunk/; revision=2738
* Dropped dead files.Benoît Dejean2008-04-141-68/+0
| | | | svn path=/trunk/; revision=2735
* git-svn sucks. Kill r2609Benoît Dejean2007-06-255-69/+3
| | | | svn path=/trunk/; revision=2611
* New API : glibtop_get_proc_affinity.Benoît Dejean2007-06-255-3/+69
| | | | | | Implemented for linux. svn path=/trunk/; revision=2609
* Got rid of G_GNUC_INTERNAL.Benoît Dejean2007-05-311-14/+14
| | | | svn path=/trunk/; revision=2600
* Small API change. get_proclist returns pid_t instead of unsigned forBenoît Dejean2007-05-191-4/+4
| | | | | | | | | | | | | 2007-05-19 Benoît Dejean <benoit@placenet.org> * features.def: * include/glibtop/proclist.h: Small API change. get_proclist returns pid_t instead of unsigned for consistency. I have checked many archs and this doesn't break the ABI. svn path=/trunk/; revision=2595
* Fixed dist.LIBGTOP_2_19_2Benoît Dejean2007-05-141-1/+1
| | | | | | | | | | | 2007-05-14 Benoît Dejean <benoit@placenet.org> * include/glibtop/Makefile.am: * lib/Makefile.am: Fixed dist. svn path=/trunk/; revision=2583
* Added missing filesBenoît Dejean2007-05-131-0/+69
| | | | svn path=/trunk/; revision=2580
* Manual commit from my local git-svn which is broken :/Benoît Dejean2007-05-134-2/+8
| | | | svn path=/trunk/; revision=2578
* Got rid of InodeDB. This feature was optionnal and i have never heard ofBenoît Dejean2007-04-272-68/+1
| | | | | | | | | | 2007-04-27 Benoît Dejean <benoit@placenet.org> Got rid of InodeDB. This feature was optionnal and i have never heard of anyone using it. I have never touched it so it may be broken since 2.6. svn path=/trunk/; revision=2573
* Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they getBenoît Dejean2007-04-1123-47/+47
| | | | | | | | | | | | | | | 2007-04-11 Benoît Dejean <benoit@placenet.org> * *: Renamed all glibtop_init_xxx functions to _glibtop_init_xxx so they get internal visibility. * configure.in: Bumped version number. svn path=/trunk/; revision=2569
* Removed noisy $Id$.Benoît Dejean2007-02-1936-72/+0
| | | | | | | | | | 2007-02-20 Benoît Dejean <benoit@placenet.org> * *: Removed noisy $Id$. svn path=/trunk/; revision=2558
* Bumped version number to 2.14.6.Benoît Dejean2007-01-112-4/+0
| | | | | | | | | | | | | | 2007-01-11 Benoît Dejean <benoit@placenet.org> * configure.in: Bumped version number to 2.14.6. * *: Got rid of CVS admin files. svn path=/trunk/; revision=2545
* Made gtk-doc happy in order to dist.LIBGTOP_2_14_5Benoît Dejean2006-12-031-1/+2
| | | | | | | | | | 2006-12-03 Benoît Dejean <benoit@placenet.org> * doc/reference/libgtop-docs.xml: * glibtop.h: * include/glibtop/sysinfo.h: Made gtk-doc happy in order to dist.
* Removed wrong inline documentation. Closes #355286.Benoît Dejean2006-09-101-2/+1
| | | | | | | | | | 2006-09-10 Benoît Dejean <benoit@placenet.org> * configure.in: * include/glibtop/procstate.h: Removed wrong inline documentation. Closes #355286.
* Bumped version number.Benoît Dejean2006-08-101-0/+4
| | | | | | | | | | | | | 2006-08-10 Benoît Dejean <benoit@placenet.org> * configure.in: Bumped version number. * glibtop.h: * include/glibtop/init_hooks.h: Added missing G_(BEGIN|END)_DECLS.
* Tiny interface addition to handle wireless interfaces.Benoît Dejean2006-07-271-1/+2
| | | | | | | | 2006-07-27 Benoît Dejean <benoit@placenet.org> * include/glibtop/netload.h: Tiny interface addition to handle wireless interfaces.
* Changed struct's definitions to be one type-one member. To avoid problemsGerman Poo-Caaman~o2006-04-1824-206/+214
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2006-04-18 German Poo-Caaman~o <gpoo@ubiobio.cl> * /include/glibtop/cpu.h: * /include/glibtop/fsusage.h: * /include/glibtop/loadavg.h: * /include/glibtop/mem.h: * /include/glibtop/mountlist.h: * /include/glibtop/msg_limits.h: * /include/glibtop/netload.h: * /include/glibtop/ppp.h: * /include/glibtop/procargs.h: * /include/glibtop/prockernel.h: * /include/glibtop/proclist.h: * /include/glibtop/procmap.h: * /include/glibtop/procmem.h: * /include/glibtop/procopenfiles.h: * /include/glibtop/procsegment.h: * /include/glibtop/procsignal.h: * /include/glibtop/procstate.h: * /include/glibtop/proctime.h: * /include/glibtop/procuid.h: * /include/glibtop/sem_limits.h: * /include/glibtop/shm_limits.h: * /include/glibtop/swap.h: * /include/glibtop/sysdeps.h: * /include/glibtop/uptime.h: Changed struct's definitions to be one type-one member. To avoid problems with any further gtk-doc's implementation.
* remove unused file.James Henstridge2005-12-121-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | 2005-12-12 James Henstridge <james@jamesh.id.au> * doc/auto-macros.texi.in: remove unused file. * doc/libgtop2.texi: don't include auto-macros.texi. * doc/Makefile.am: don't build auto-macros.texi, since none of its macros are used in the documentation any more. * include/glibtop/global.h: don't include <config.h> from headers. * .../*.c: make sure <config.h> is the first thing included. * acinclude.m4: m4_include() libgtop-sysdeps.m4 rather than inlining it. * acinclude.m4, libgtop-sysdeps.m4: use third argument to AC_DEFINE() to set the comment. * configure.in: modernise a bit. * acconfig.h: remove file, since it is deprecated * autogen.sh: require automake 1.9 instead of 1.4.