summaryrefslogtreecommitdiff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Revert "New API to retrieve disk stats in Linux"Michael Catanzaro2020-11-063-79/+1
| | | | This reverts commit 9e62440b314fbf87bbeca865a4223311314c52a3.
* Revert "Handle LVM and RAID"Michael Catanzaro2020-11-061-9/+1
| | | | This reverts commit 9cbb3b91f11ad0c4944a1428d609201c054cffab.
* Revert "Code clean up and add example"Michael Catanzaro2020-11-064-9/+4
| | | | This reverts commit 7396970afe2290488fd072612a650353dd13a16d.
* Revert "Updated config and added reference"Michael Catanzaro2020-11-061-9/+9
| | | | This reverts commit e9da95977365731a8f921f2d23b943036bf8f3d5.
* Updated config and added referenceJames Dominic P. Guana2020-11-041-9/+9
|
* Code clean up and add exampleJames Dominic P. Guana2020-11-044-4/+9
|
* Handle LVM and RAIDJames Dominic P. Guana2020-11-041-1/+9
|
* New API to retrieve disk stats in LinuxJames Dominic P. Guana2020-11-043-1/+79
|
* Fix several array and transfer annotationsCorentin Noël2019-03-075-19/+19
|
* Rename GLIBTOP_SUID_PROC_FILE to GLIBTOP_SUID_PROC_OPEN_FILES.Benoît Dejean2018-03-071-2/+2
| | | | | | | | | The previous name is incorrect and inconsistent with the code generated by lib.pl. Also add missing hooks. This symbol, although exposed in public headers is not part of the API and is only used internally.
* Fix API documentation typo.Benoît Dejean2017-08-311-1/+1
|
* All fields in glibtop_* are public. The flags indicates which fields were set.Benoît Dejean2017-05-231-2/+0
|
* Add reserved fields so that future features won't break the sysdep structBenoît Dejean2017-05-231-0/+8
| | | | and the ABI (it means that all past addition broke it).
* 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