Home | History | Annotate | Download | only in config

Lines Matching defs:perf

37 ifeq ($(src-perf),)
38 src-perf := $(srctree)/tools/perf
41 ifeq ($(obj-perf),)
42 obj-perf := $(OUTPUT)
45 ifneq ($(obj-perf),)
46 obj-perf := $(abspath $(obj-perf))/
52 -include $(src-perf)/arch/$(ARCH)/Makefile
54 include $(src-perf)/config/feature-tests.mak
55 include $(src-perf)/config/utilities.mak
110 CFLAGS += -I$(src-perf)/util/include
111 CFLAGS += -I$(src-perf)/arch/$(ARCH)/include
117 # $(obj-perf) for generated common-cmds.h
118 # $(obj-perf)/util for generated bison/flex headers
120 CFLAGS += -I$(obj-perf)/util
121 CFLAGS += -I$(obj-perf)
124 CFLAGS += -I$(src-perf)/util
125 CFLAGS += -I$(src-perf)
188 -include $(src-perf)/arch/$(ARCH)/Makefile
358 LANG_BINDINGS += $(obj-perf)python/perf.so
372 FLAGS_BFD=$(CFLAGS) $(LDFLAGS) $(EXTLIBS) -DPACKAGE='perf' -lbfd
423 msg := $(warning No numa.h found, disables 'perf bench numa mem' benchmark, please install numa-libs-devel or libnuma-dev);
439 # this is interpreted as relative to $(prefix) and "perf" at
451 perfexecdir = libexec/perf-core
453 template_dir = share/perf-core/templates
454 htmldir = share/doc/perf-doc