Home
last modified time | relevance | path

Searched refs:optimize (Results 1 – 25 of 71) sorted by relevance

123

/linux/arch/s390/kernel/
H A DMakefile35 CFLAGS_stacktrace.o += -fno-optimize-sibling-calls
36 CFLAGS_dumpstack.o += -fno-optimize-sibling-calls
37 CFLAGS_unwind_bc.o += -fno-optimize-sibling-calls
/linux/mm/kfence/
H A DMakefile5 CFLAGS_kfence_test.o := -fno-omit-frame-pointer -fno-optimize-sibling-calls
/linux/arch/arm/lib/
H A Dxor-neon.c25 #pragma GCC optimize "tree-vectorize"
/linux/tools/include/nolibc/
H A Dcompiler.h28 # define __nolibc_entrypoint __attribute__((optimize("Os", "omit-frame-pointer")))
/linux/scripts/
H A DMakefile.kcsan12 kcsan-cflags := -fsanitize=thread -fno-optimize-sibling-calls \
/linux/arch/nios2/
H A DMakefile35 KBUILD_CFLAGS += -fno-optimize-sibling-calls
/linux/arch/s390/lib/
H A DMakefile19 CFLAGS_test_unwind.o += -fno-optimize-sibling-calls
/linux/Documentation/driver-api/mmc/
H A Dmmc-async-req.rst70 request. The host driver may optimize for this scenario to minimize
71 the performance loss. A way to optimize for this is to split the current
/linux/Documentation/userspace-api/media/v4l/
H A Dstreaming-par.rst10 Streaming parameters are intended to optimize the video capture process
H A Duserp.rst112 a buffer will be soon enqueued again. On the other hand, to optimize
/linux/lib/zstd/common/
H A Dcompiler.h129 # define DONT_VECTORIZE __attribute__((optimize("no-tree-vectorize")))
/linux/Documentation/dev-tools/
H A Dpropeller.rst9 to optimize binary executables. Like AutoFDO, it utilizes hardware
12 is then used right before linking phase to optimize (among others)
/linux/drivers/scsi/device_handler/
H A Dscsi_dh_alua.c1092 unsigned int optimize = 0, argc; in alua_set_params() local
1102 if ((sscanf(p, "%u", &optimize) != 1) || (optimize > 1)) in alua_set_params()
1112 if (optimize) in alua_set_params()
/linux/arch/s390/
H A DMakefile72 cflags-$(CONFIG_FRAME_POINTER) += -fno-optimize-sibling-calls
/linux/Documentation/admin-guide/pm/
H A Dintel_uncore_frequency_scaling.rst16 on the workload characteristics. To optimize the total power and improve overall
132 optimize trade-off between latency and power consumption. For some
/linux/tools/perf/tests/
H A DBuild79 CFLAGS_dwarf-unwind.o += -fno-optimize-sibling-calls
/linux/tools/memory-model/Documentation/
H A Dcontrol-dependencies.txt49 "a" is always non-zero, it would be well within its rights to optimize
238 to optimize the conditional away, it will have also optimized
/linux/arch/arc/kernel/
H A Dentry-arcv2.S141 ; TBD: optimize - do this only if a callee reg was involved
H A Dentry-compact.S279 ; TBD: optimize - do this only if a callee reg was involved
/linux/Documentation/networking/device_drivers/ethernet/intel/
H A Didpf.rst133 helpful to optimize performance in VMs.
/linux/arch/microblaze/
H A DKconfig131 work if they are set incorrectly, but can be used to optimize certain
/linux/Documentation/core-api/
H A Ddma-attributes.rst98 optimize allocation (avoid coming up with large pages) instead of
/linux/Documentation/networking/
H A Dfib_trie.rst80 it is run to optimize and reorganize. It will walk the trie upwards
/linux/Documentation/admin-guide/mm/
H A Dmultigen_lru.rst99 optimize job scheduling (bin packing) to improve memory utilizations.
/linux/arch/
H A DKconfig142 optimize on top of function tracing.
787 compiler to optimize binaries globally.
804 allows the compiler to optimize the kernel globally. If you enable
842 Clang uses the profile to optimize the kernel.
861 during the build process, Clang uses the profiles to optimize

123