OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:libnuma
(Results
1 - 2
of
2
) sorted by null
/external/fio/
configure
171
echo "--disable-numa Disable
libnuma
even if found"
838
#
libnuma
probe
839
libnuma
="no"
847
if test "$disable_numa" != "yes" && compile_prog "" "-lnuma" "
libnuma
"; then
848
libnuma
="yes"
851
echo "
libnuma
$
libnuma
"
854
#
libnuma
2.x version API
855
if test "$
libnuma
" = "yes" ; then
865
if compile_prog "" "" "
libnuma
api"; the
[
all
...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/config/
Makefile
422
ifneq ($(call try-cc,$(SOURCE_LIBNUMA),$(FLAGS_LIBNUMA),
libnuma
),y)
423
msg := $(warning No numa.h found, disables 'perf bench numa mem' benchmark, please install numa-libs-devel or
libnuma
-dev);
Completed in 467 milliseconds