Home
last modified time | relevance | path

Searched full:elide (Results 1 – 24 of 24) sorted by relevance

/linux/samples/ftrace/
H A Dftrace-ops.c75 * The barrier() ensures the compiler won't elide calls by determining there
87 * The barrier() ensures the compiler won't elide calls by determining there
/linux/include/soc/arc/
H A Darc_aux.h24 * function helps elide unused variable warning
/linux/tools/perf/util/
H A Dsort.h139 void perf_hpp__set_elide(int idx, bool elide);
H A Dhist.h507 bool elide;
635 if (format->elide) in perf_hpp__should_skip()
506 bool elide; global() member
H A Dsort.c3042 hse->hpp.elide = false; in update_dynamic_len()
3411 hde->hpp.elide = false; in add_all_dynamic_fields()
4150 void perf_hpp__set_elide(int idx, bool elide) in output_field_add()
4161 fmt->elide = elide; in output_field_add()
4225 fmt->elide = get_elide(hse->se->se_width_idx, output); in __setup_output_field()
4229 * It makes no sense to elide all of sort entries. in __setup_output_field()
4236 if (!fmt->elide)
4244 fmt->elide = false; in setup_sorting()
4007 perf_hpp__set_elide(int idx,bool elide) perf_hpp__set_elide() argument
H A Dmachine.c1953 * situation, so we can elide the map clone when appropriate. in machine__process_event()
/linux/arch/arc/include/asm/
H A Dmmu_context.h123 /* Needed to elide CONFIG_DEBUG_PREEMPT warning */ in destroy_context()
H A Datomic64-arcv2.h33 * explicit volatile. Otherwise gcc optimizers could elide the store in arch_atomic64_set()
/linux/arch/riscv/kernel/
H A Dpatch.c132 * safe but triggers a lockdep failure, so just elide it for that in __patch_insn_write()
/linux/include/linux/
H A Dlist.h81 * With the hardening version, elide checking if next and prev in __list_add_valid()
86 * checks, which also gives the compiler a chance to elide some in __list_add_valid()
123 * With the hardening version, elide checking if next and prev in __list_del_entry_valid()
H A Dcompiler_types.h669 * CFLAGS_foo.o=-Og" defines __OPTIMIZE__, does not elide the conditional code
/linux/arch/arc/kernel/
H A Dmcip.c111 * If receiver already has a pending interrupt, elide sending this one. in mcip_ipi_send()
H A Dunwind.c177 * to elide section mismatches warnings
/linux/arch/arm64/include/asm/
H A Dtlbflush.h374 * any combination of TLBF_NOWALKCACHE (elide eviction of walk
H A Dpgtable.h1328 * We can elide the trailing DSB here since the worst that can in __ptep_clear_flush_young()
/linux/arch/arc/mm/
H A Dcache.c930 * 3. All Caches need to be disabled when setting up IOC to elide any in-flight
/linux/arch/riscv/include/asm/
H A Dpgtable.h1278 * Use set_p*_safe(), and elide TLB flushing, when confident that *no*
/linux/arch/x86/include/asm/
H A Dpgtable.h1712 * Use set_p*_safe(), and elide TLB flushing, when confident that *no*
/linux/arch/arm64/kvm/hyp/nvhe/
H A Dmem_protect.c1278 * here as the latter may elide the CMO under the assumption that FWB in host_stage2_get_guest_info()
/linux/arch/sparc/kernel/
H A Dperf_event.c66 * restrictions, therefore we can elide all of the complicated
/linux/fs/
H A Dbinfmt_elf_fdpic.c874 /* now elide adjacent segments in the load map on MMU linux in elf_fdpic_map_file()
/linux/arch/x86/kvm/mmu/
H A Dmmu.c900 * Elide the lock if the rmap is empty, as lockless walkers (read-only in __kvm_rmap_lock()
/linux/fs/btrfs/
H A Dinode.c9182 * elide calls here. in insert_prealloc_file_extent()
/linux/kernel/bpf/
H A Dverifier.c10083 /* Returns whether or not the given map can potentially elide in check_reference_leak()