Searched refs:fprofile (Results 1 – 6 of 6) sorted by relevance
49 CFLAGS_REMOVE_vdso-note.o = -pg -fprofile-arcs -ftest-coverage50 CFLAGS_REMOVE_um_vdso.o = -pg -fprofile-arcs -ftest-coverage
7 GCOV_OPT += -fprofile-arcs -ftest-coverage
22 ccflags-$(GCOV) := -fprofile-arcs -ftest-coverage
25 $(patsubst -pg,,$(patsubst -fprofile-arcs -ftest-coverage,,$(1)))
429 struct aa_profile *profile, *fprofile = aa_cred_profile(file->f_cred); in common_file_perm() local432 BUG_ON(!fprofile); in common_file_perm()447 if (!unconfined(profile) && !unconfined(fprofile) && in common_file_perm()448 ((fprofile != profile) || (mask & ~fcxt->allow))) in common_file_perm()
377 CFLAGS_GCOV = -fprofile-arcs -ftest-coverage -fno-tree-loop-im