Searched refs:fstack (Results 1 – 12 of 12) sorted by relevance
/linux-4.1.27/tools/lib/traceevent/ |
D | plugin_function.c | 30 } *fstack; variable 98 ptr = realloc(fstack, sizeof(*fstack) * (cpu + 1)); in add_and_get_index() 104 fstack = ptr; in add_and_get_index() 108 memset(&fstack[i], 0, sizeof(fstack[i])); in add_and_get_index() 112 for (i = 0; i < fstack[cpu].size && fstack[cpu].stack[i]; i++) { in add_and_get_index() 113 if (strcmp(parent, fstack[cpu].stack[i]) == 0) { in add_and_get_index() 114 add_child(&fstack[cpu], child, i+1); in add_and_get_index() 120 add_child(&fstack[cpu], parent, 0); in add_and_get_index() 121 add_child(&fstack[cpu], child, 1); in add_and_get_index() 184 for (x = 0; x < fstack[i].size && fstack[i].stack[x]; x++) in PEVENT_PLUGIN_UNLOADER() [all …]
|
/linux-4.1.27/scripts/ |
D | gcc-x86_32-has-stack-protector.sh | 3 echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -O0 -fstack-protector - -o - 2> /de…
|
D | gcc-x86_64-has-stack-protector.sh | 3 echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -O0 -mcmodel=kernel -fstack-protect…
|
/linux-4.1.27/tools/thermal/tmon/ |
D | Makefile | 5 CFLAGS+= -O1 ${WARNFLAGS} -fstack-protector
|
/linux-4.1.27/tools/build/feature/ |
D | Makefile | 49 …$(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -laudit -I/usr/incl… 58 $(BUILD) -fstack-protector-all
|
/linux-4.1.27/tools/perf/ui/browsers/ |
D | hists.c | 1426 struct pstack *fstack; in perf_evsel__hists_browse() local 1476 fstack = pstack__new(2); in perf_evsel__hists_browse() 1477 if (fstack == NULL) in perf_evsel__hists_browse() 1586 if (pstack__empty(fstack)) { in perf_evsel__hists_browse() 1594 top = pstack__pop(fstack); in perf_evsel__hists_browse() 1751 pstack__remove(fstack, &browser->hists->dso_filter); in perf_evsel__hists_browse() 1763 pstack__push(fstack, &browser->hists->dso_filter); in perf_evsel__hists_browse() 1770 pstack__remove(fstack, &browser->hists->thread_filter); in perf_evsel__hists_browse() 1781 pstack__push(fstack, &browser->hists->thread_filter); in perf_evsel__hists_browse() 1812 pstack__delete(fstack); in perf_evsel__hists_browse()
|
/linux-4.1.27/arch/mips/boot/compressed/ |
D | Makefile | 23 KBUILD_CFLAGS := $(filter-out -fstack-protector, $(KBUILD_CFLAGS))
|
/linux-4.1.27/ |
D | Makefile | 655 stackp-flag := -fstack-protector 658 -fstack-protector not supported by compiler) 662 stackp-flag := -fstack-protector-strong 665 -fstack-protector-strong not supported by compiler)
|
/linux-4.1.27/arch/ |
D | Kconfig | 351 - its compiler supports the -fstack-protector option 386 gcc with the feature backported ("-fstack-protector"). 406 gcc with the feature backported ("-fstack-protector-strong").
|
/linux-4.1.27/arch/powerpc/boot/ |
D | Makefile | 42 ifeq ($(call cc-option-yn, -fstack-protector),y)
|
/linux-4.1.27/tools/perf/config/ |
D | Makefile | 182 CFLAGS += -fstack-protector-all
|
/linux-4.1.27/arch/m68k/fpsp040/ |
D | res_func.S | 65 | ;write the tag & fpte15 to the fstack
|