Home
last modified time | relevance | path

Searched refs:fprofile (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/um/
DMakefile-skas7 GCOV_OPT += -fprofile-arcs -ftest-coverage
/linux-2.6.39/drivers/scsi/lpfc/
DMakefile22 ccflags-$(GCOV) := -fprofile-arcs -ftest-coverage
/linux-2.6.39/arch/um/scripts/
DMakefile.rules26 $(patsubst -pg,,$(patsubst -fprofile-arcs -ftest-coverage,,$(1)))
/linux-2.6.39/security/apparmor/
Dlsm.c430 struct aa_profile *profile, *fprofile = aa_cred_profile(file->f_cred); in common_file_perm() local
433 BUG_ON(!fprofile); in common_file_perm()
448 if (!unconfined(profile) && !unconfined(fprofile) && in common_file_perm()
449 ((fprofile != profile) || (mask & ~fcxt->allow))) in common_file_perm()
/linux-2.6.39/
DMakefile347 CFLAGS_GCOV = -fprofile-arcs -ftest-coverage