Searched refs:perfexecdir (Results 1 - 2 of 2) sorted by relevance

/linux-4.1.27/tools/perf/config/
H A DMakefile614 # perfexecdir
633 perfexecdir = libexec/perf-core macro
659 perfexecdir_SQ = $(subst ','\'',$(perfexecdir))
666 ifneq ($(filter /%,$(firstword $(perfexecdir))),)
667 perfexec_instdir = $(perfexecdir)
669 perfexec_instdir = $(prefix)/$(perfexecdir)
/linux-4.1.27/tools/perf/
H A Dperf.c575 * environment, and the $(perfexecdir) from the Makefile at build main()

Completed in 253 milliseconds