Searched refs:__weak (Results 51 - 75 of 257) sorted by last modified time

1234567891011

/linux-master/tools/perf/util/
H A Dprobe-event.c890 void __weak
3024 void __weak arch__fix_tev_from_maps(struct perf_probe_event *pev __maybe_unused,
H A Dpmu.c781 __weak const struct pmu_metrics_table *pmu_metrics_table__find(void)
989 void __weak
2020 double __weak perf_pmu__cpu_slots_per_cycle(void)
H A Dperf_regs.c8 int __weak arch_sdt_arg_parse_op(char *old_op __maybe_unused,
14 uint64_t __weak arch__intr_reg_mask(void)
19 uint64_t __weak arch__user_reg_mask(void)
28 const struct sample_reg * __weak arch__sample_reg_masks(void)
H A Dparse-events.c1103 #define ADD_CONFIG_TERM(__type, __weak) \
1112 __t->weak = __weak; \
1115 #define ADD_CONFIG_TERM_VAL(__type, __name, __val, __weak) \
1117 ADD_CONFIG_TERM(__type, __weak); \
1121 #define ADD_CONFIG_TERM_STR(__type, __val, __weak) \
1123 ADD_CONFIG_TERM(__type, __weak); \
1965 __weak int arch_evlist__cmp(const struct evsel *lhs, const struct evsel *rhs)
H A Dmetricgroup.c774 int __weak arch_get_runtimeparam(const struct pmu_metric *pm __maybe_unused)
H A Dmachine.c1196 int __weak machine__create_extra_kernel_maps(struct machine *machine __maybe_unused,
1477 int __weak arch__fix_module_text_start(u64 *start __maybe_unused,
H A Devsel.c102 void __weak test_attr__ready(void) { }
573 int __weak arch_evsel__hw_name(struct evsel *evsel, char *bf, size_t size)
1074 void __weak arch_evsel__set_sample_weight(struct evsel *evsel)
1079 void __weak arch__post_evsel_config(struct evsel *evsel __maybe_unused,
2267 void __weak arch_perf_parse_sample_weight(struct perf_sample *data,
2981 int __weak arch_evsel__open_strerror(struct evsel *evsel __maybe_unused,
3208 bool __weak arch_evsel__must_be_in_group(const struct evsel *evsel __maybe_unused)
/linux-master/tools/perf/
H A Dbuiltin-script.c1504 __weak void arch_fetch_insn(struct perf_sample *sample __maybe_unused,
H A Dbuiltin-record.c3151 void __weak arch__add_leaf_frame_record_opts(struct record_opts *opts __maybe_unused)
/linux-master/mm/
H A Dutil.c388 unsigned long __weak arch_randomize_brk(struct mm_struct *mm)
1064 int __weak memcmp_pages(struct page *page1, struct page *page2)
H A Dswapfile.c2839 __weak unsigned long arch_max_swapfile_size(void)
H A Dsparse.c497 void __weak __meminit vmemmap_populate_print_last(void)
H A Dnommu.c226 void *vmalloc_huge(unsigned long size, gfp_t gfp_mask) __weak __alias(__vmalloc);
H A Dmm_init.c2168 __weak int __init
H A Dmemory_hotplug.c1674 struct range __weak arch_get_mappable_range(void)
/linux-master/mm/kasan/
H A Dshadow.c290 void __init __weak kasan_populate_early_vm_area_shadow(void *start,
/linux-master/lib/
H A Dbuildid.c185 extern const void __start_notes __weak;
186 extern const void __stop_notes __weak;
/linux-master/kernel/
H A Dwatchdog.c228 void __weak watchdog_hardlockup_enable(unsigned int cpu) { }
230 void __weak watchdog_hardlockup_disable(unsigned int cpu) { }
239 int __weak __init watchdog_hardlockup_probe(void)
252 void __weak watchdog_hardlockup_stop(void) { }
265 void __weak watchdog_hardlockup_start(void) { }
H A Dsignal.c4158 void __weak sigaction_compat_abi(struct k_sigaction *act,
4754 __weak const char *arch_vma_name(struct vm_area_struct *vma)
H A Dpanic.c145 void __weak __noreturn panic_smp_self_stop(void)
155 void __weak __noreturn nmi_panic_self_stop(struct pt_regs *regs)
166 void __weak crash_smp_send_stop(void)
H A Dkallsyms_selftest.c74 __weak int kallsyms_test_func_weak(void)
/linux-master/kernel/power/
H A Dhibernate.c288 __weak int arch_resume_nosmt(void)
454 int __weak hibernate_resume_nonboot_cpu_disable(void)
/linux-master/kernel/module/
H A Dmain.c1182 void __weak module_memfree(void *module_region)
1192 void __weak module_arch_cleanup(struct module *mod)
1196 void __weak module_arch_freeing_init(struct module *mod)
1474 unsigned int __weak arch_mod_section_prepend(struct module *mod,
1613 void * __weak module_alloc(unsigned long size)
1620 bool __weak module_init_section(const char *name)
1625 bool __weak module_exit_section(const char *name)
2332 bool __weak module_elf_check_arch(Elf_Ehdr *hdr)
2337 int __weak module_frob_arch_sections(Elf_Ehdr *hdr,
2432 int __weak module_finaliz
[all...]
/linux-master/kernel/events/
H A Duprobes.c220 bool __weak is_swbp_insn(uprobe_opcode_t *insn)
234 bool __weak is_trap_insn(uprobe_opcode_t *insn)
569 int __weak set_swbp(struct arch_uprobe *auprobe, struct mm_struct *mm, unsigned long vaddr)
583 int __weak
1664 void __weak arch_uprobe_copy_ixol(struct page *page, unsigned long vaddr,
1685 unsigned long __weak uprobe_get_swbp_addr(struct pt_regs *regs)
2168 bool __weak arch_uprobe_ignore(struct arch_uprobe *aup, struct pt_regs *regs)
2173 bool __weak arch_uretprobe_is_alive(struct return_instance *ret, enum rp_check ctx,
/linux-master/kernel/dma/
H A Dcontiguous.c252 void __weak

Completed in 663 milliseconds

1234567891011