Searched refs:fstack (Results 1 - 3 of 3) sorted by relevance

/external/linux-tools-perf/util/ui/browsers/
H A Dhists.c812 struct pstack *fstack; local
821 fstack = pstack__new(2);
822 if (fstack == NULL)
883 if (pstack__empty(fstack)) {
891 top = pstack__pop(fstack);
958 pstack__remove(fstack, &dso_filter);
968 pstack__push(fstack, &dso_filter);
977 pstack__remove(fstack, &thread_filter);
986 pstack__push(fstack, &thread_filter);
995 pstack__delete(fstack);
[all...]
/external/linux-tools-perf/
H A DMakefile150 ifeq ($(call try-cc,$(SOURCE_HELLO),-Werror -fstack-protector-all),y)
151 CFLAGS := $(CFLAGS) -fstack-protector-all
/external/openssh/
H A Dconfigure5818 # -fstack-protector-all doesn't always work for some GCC versions
5822 for t in -fstack-protector-all -fstack-protector; do

Completed in 125 milliseconds