/Linux-v5.15/tools/lib/traceevent/plugins/ |
D | plugin_function.c | 16 } *fstack; variable 92 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() 107 if (strcmp(parent, fstack[cpu].stack[i]) == 0) { in add_and_get_index() 108 add_child(&fstack[cpu], child, i+1); in add_and_get_index() 114 add_child(&fstack[cpu], parent, 0); 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() [all …]
|
/Linux-v5.15/arch/xtensa/boot/lib/ |
D | Makefile | 20 CFLAGS_REMOVE_inflate.o += -fstack-protector -fstack-protector-strong 21 CFLAGS_REMOVE_zmem.o += -fstack-protector -fstack-protector-strong 22 CFLAGS_REMOVE_inftrees.o += -fstack-protector -fstack-protector-strong 23 CFLAGS_REMOVE_inffast.o += -fstack-protector -fstack-protector-strong
|
/Linux-v5.15/kernel/entry/ |
D | Makefile | 9 CFLAGS_REMOVE_common.o = -fstack-protector -fstack-protector-strong
|
/Linux-v5.15/arch/x86/purgatory/ |
D | Makefile | 47 PURGATORY_CFLAGS_REMOVE += -fstack-protector 51 PURGATORY_CFLAGS_REMOVE += -fstack-protector-strong
|
/Linux-v5.15/kernel/trace/ |
D | trace_osnoise.c | 439 struct trace_stack *fstack; in timerlat_save_stack() local 441 fstack = this_cpu_ptr(&trace_stack); in timerlat_save_stack() 443 size = ARRAY_SIZE(fstack->calls); in timerlat_save_stack() 445 nr_entries = stack_trace_save(fstack->calls, size, skip); in timerlat_save_stack() 447 fstack->stack_size = nr_entries * sizeof(unsigned long); in timerlat_save_stack() 448 fstack->nr_entries = nr_entries; in timerlat_save_stack() 464 struct trace_stack *fstack; in timerlat_dump_stack() local 469 fstack = this_cpu_ptr(&trace_stack); in timerlat_dump_stack() 470 size = fstack->stack_size; in timerlat_dump_stack() 479 memcpy(&entry->caller, fstack->calls, size); in timerlat_dump_stack() [all …]
|
D | trace.c | 3019 struct ftrace_stack *fstack; in __ftrace_trace_stack() local 3049 fstack = this_cpu_ptr(ftrace_stacks.stacks) + stackidx; in __ftrace_trace_stack() 3050 size = ARRAY_SIZE(fstack->calls); in __ftrace_trace_stack() 3053 nr_entries = stack_trace_save_regs(regs, fstack->calls, in __ftrace_trace_stack() 3056 nr_entries = stack_trace_save(fstack->calls, size, skip); in __ftrace_trace_stack() 3067 memcpy(&entry->caller, fstack->calls, size); in __ftrace_trace_stack()
|
/Linux-v5.15/scripts/ |
D | gcc-x86_64-has-stack-protector.sh | 4 … X[200]; return 3; }" | $* -S -x c -c -m64 -O0 -mcmodel=kernel -fno-PIE -fstack-protector - -o - 2…
|
D | gcc-x86_32-has-stack-protector.sh | 8 echo "int foo(void) { char X[200]; return 3; }" | $* -S -x c -c -m32 -O0 -fstack-protector -mstack-…
|
/Linux-v5.15/arch/arm64/kernel/ |
D | Makefile | 14 CFLAGS_REMOVE_syscall.o = -fstack-protector -fstack-protector-strong
|
/Linux-v5.15/scripts/dummy-tools/ |
D | gcc | 78 if arg_contain -fstack-protector "$@"; then
|
/Linux-v5.15/tools/thermal/tmon/ |
D | Makefile | 11 override CFLAGS+= $(call cc-option,-fstack-protector-strong)
|
/Linux-v5.15/tools/build/feature/ |
D | Makefile | 93 …$(BUILD) -fstack-protector-all -O2 -D_FORTIFY_SOURCE=2 -ldw -lelf -lnuma -lelf -I/usr/include/slan… 105 $(BUILD) -fstack-protector-all
|
/Linux-v5.15/arch/mips/boot/compressed/ |
D | Makefile | 23 KBUILD_CFLAGS := $(filter-out -fstack-protector, $(KBUILD_CFLAGS))
|
/Linux-v5.15/arch/ |
D | Kconfig | 548 depends on $(cc-option,-fstack-protector) 563 gcc with the feature backported ("-fstack-protector"). 572 depends on $(cc-option,-fstack-protector-strong) 585 gcc with the feature backported ("-fstack-protector-strong"). 1135 syscall exit. Careful removal of -fstack-protector-strong and 1136 -fstack-protector should also be applied to the entry code and
|
/Linux-v5.15/arch/powerpc/boot/ |
D | Makefile | 68 ifeq ($(call cc-option-yn, -fstack-protector),y)
|
/Linux-v5.15/ |
D | Makefile | 783 stackp-flags-$(CONFIG_STACKPROTECTOR) := -fstack-protector 784 stackp-flags-$(CONFIG_STACKPROTECTOR_STRONG) := -fstack-protector-strong
|
/Linux-v5.15/tools/perf/ |
D | Makefile.config | 316 CORE_CFLAGS += -fstack-protector-all
|
/Linux-v5.15/Documentation/kbuild/ |
D | kconfig-language.rst | 522 depends on $(cc-option,-fstack-protector)
|
/Linux-v5.15/arch/m68k/fpsp040/ |
D | res_func.S | 65 | ;write the tag & fpte15 to the fstack
|