HomeSort by relevance Sort by last modified time
    Searched full:perfexecdir (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/
Makefile 105 # perfexecdir
124 perfexecdir = libexec/perf-core macro
200 # what 'all' will build and 'install' will install, in perfexecdir
203 # what 'all' will build but not install in perfexecdir
632 perfexecdir_SQ = $(subst ','\'',$(perfexecdir))
847 ifneq ($(filter /%,$(firstword $(perfexecdir))),)
848 perfexec_instdir = $(perfexecdir)
850 perfexec_instdir = $(prefix)/$(perfexecdir)
perf.c 487 * environment, and the $(perfexecdir) from the Makefile at build

Completed in 785 milliseconds