diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2021-02-21 12:02:23 -0800 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2021-02-21 12:05:43 -0800 |
commit | 903e85283e33fedb639ba93f9d152eddb3ebfa78 (patch) | |
tree | 29d09d5d745c7d684e40d94f9d8616f32ccfebe6 /includes | |
parent | d5a97bb0e19fdac034246f7277410b7ec86231e0 (diff) |
Add support for NUMA nodes
Related to #599.
Diffstat (limited to 'includes')
-rw-r--r-- | includes/cpu_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/cpu_util.h b/includes/cpu_util.h index c11d3f69..1adbf491 100644 --- a/includes/cpu_util.h +++ b/includes/cpu_util.h @@ -47,4 +47,6 @@ void cputopo_free(cpu_topology_data *cputd); gchar *cputopo_section_str(cpu_topology_data *cputd); +int cpu_procs_cores_threads_nodes(int *p, int *c, int *t, int *n); + #endif |