X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fcommon%2Futils.c;h=df409aa4cc6ddde35c81cda88f7b4ef7f6330894;hp=134d2054fbde1ea74de3a8562c93c13067bfcf53;hb=refs%2Fheads%2Fsow-2020-0002-rev2;hpb=11f6ce94d8fb73f017888681aaba5d7df55fc735 diff --git a/src/common/utils.c b/src/common/utils.c index 134d2054f..df409aa4c 100644 --- a/src/common/utils.c +++ b/src/common/utils.c @@ -1486,6 +1486,16 @@ fopen_error: return ret; } +LTTNG_HIDDEN +int utils_get_number_of_possible_cpus(void) +{ + /* + * Return the number of configured cpus as opposed to number of online + * cpus. + */ + return sysconf(_SC_NPROCESSORS_CONF); +} + /* * Returns an estimate of the number of bytes of memory available based on the * the information in `/proc/meminfo`. The number returned by this function is