Searched refs:fstack (Results 1 – 25 of 2751) sorted by relevance
12345678910>>...111
16 } *fstack; variable92 ptr = realloc(fstack, sizeof(*fstack) * (cpu + 1)); in add_and_get_index()98 fstack = ptr; in add_and_get_index()102 memset(&fstack[i], 0, sizeof(fstack[i])); in add_and_get_index()106 for (i = 0; i < fstack[cpu].size && fstack[cpu].stack[i]; i++) { in add_and_get_index()115 add_child(&fstack[cpu], child, 1); in add_and_get_index()272 for (x = 0; x < fstack[i].size && fstack[i].stack[x]; x++) in TEP_PLUGIN_UNLOADER()273 free(fstack[i].stack[x]); in TEP_PLUGIN_UNLOADER()274 free(fstack[i].stack); in TEP_PLUGIN_UNLOADER()279 free(fstack); in TEP_PLUGIN_UNLOADER()[all …]
20 CFLAGS_REMOVE_inflate.o += -fstack-protector -fstack-protector-strong21 CFLAGS_REMOVE_zmem.o += -fstack-protector -fstack-protector-strong22 CFLAGS_REMOVE_inftrees.o += -fstack-protector -fstack-protector-strong23 CFLAGS_REMOVE_inffast.o += -fstack-protector -fstack-protector-strong
9 CFLAGS_REMOVE_common.o = -fstack-protector -fstack-protector-strong
611 struct trace_stack *fstack; in timerlat_save_stack() local613 fstack = this_cpu_ptr(&trace_stack); in timerlat_save_stack()615 size = ARRAY_SIZE(fstack->calls); in timerlat_save_stack()619 fstack->stack_size = nr_entries * sizeof(unsigned long); in timerlat_save_stack()620 fstack->nr_entries = nr_entries; in timerlat_save_stack()640 memcpy(&entry->caller, fstack->calls, size); in __timerlat_dump_stack()641 entry->size = fstack->nr_entries; in __timerlat_dump_stack()654 struct trace_stack *fstack; in timerlat_dump_stack() local664 fstack = this_cpu_ptr(&trace_stack); in timerlat_dump_stack()665 size = fstack->stack_size; in timerlat_dump_stack()[all …]
47 PURGATORY_CFLAGS_REMOVE += -fstack-protector51 PURGATORY_CFLAGS_REMOVE += -fstack-protector-strong
14 CFLAGS_REMOVE_syscall.o = -fstack-protector -fstack-protector-strong
4 … X[200]; return 3; }" | $* -S -x c -c -m64 -O0 -mcmodel=kernel -fno-PIE -fstack-protector - -o - 2…
8 echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -m32 -O0 -fstack-protector -mstack-…
78 if arg_contain -fstack-protector "$@"; then
11 override CFLAGS+= $(call cc-option,-fstack-protector-strong)
93 …$(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -lslang $(FLAGS_PER…105 $(BUILD) -fstack-protector-all
1 …-packed-member -O2 -fno-allow-store-data-races -Wframe-larger-than=2048 -fstack-protector-strong -…
23 KBUILD_CFLAGS := $(filter-out -fstack-protector, $(KBUILD_CFLAGS))
Completed in 33 milliseconds