/linux-6.1.9/drivers/ras/ |
D | debugfs.c | 42 struct dentry *fentry; in ras_add_daemon_trace() local 47 fentry = debugfs_create_file("daemon_active", S_IRUSR, ras_debugfs_dir, in ras_add_daemon_trace() 49 if (!fentry) in ras_add_daemon_trace()
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | DENYLIST.s390x | 12 fentry_fexit # fentry attach failed: -524 … 21 kfree_skb # attach fentry unexpected error: -524 … 29 kprobe_multi_test # relies on fentry 67 unpriv_bpf_disabled # fentry
|
D | test_ftrace.sh | 32 ./test_progs -t fentry
|
/linux-6.1.9/tools/testing/selftests/bpf/progs/ |
D | test_trace_ext_tracing.c | 10 int BPF_PROG(fentry, struct sk_buff *skb) in BPF_PROG() argument
|
/linux-6.1.9/tools/testing/selftests/bpf/benchs/ |
D | run_bench_trigger.sh | 5 for i in base tp rawtp kprobe fentry fmodret
|
D | run_bench_rename.sh | 5 for i in base kprobe kretprobe rawtp fentry fexit fmodret
|
/linux-6.1.9/arch/x86/include/asm/ |
D | ftrace.h | 7 # error Compiler does not support fentry?
|
/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/ |
D | trace_ext.c | 75 prog = skel_trace->progs.fentry; in test_trace_ext()
|
/linux-6.1.9/drivers/cdrom/ |
D | gdrom.c | 315 int fentry, lentry, track, data, err; in gdrom_get_last_session() local 331 fentry = get_entry_track(gd.toc->first); in gdrom_get_last_session() 340 } while (track >= fentry); in gdrom_get_last_session()
|
/linux-6.1.9/tools/objtool/include/objtool/ |
D | elf.h | 61 u8 fentry : 1; member
|
/linux-6.1.9/drivers/clk/tegra/ |
D | clk-tegra210.c | 2894 struct tegra_clk_pll_freq_table *fentry; in tegra210_enable_pllu() local 2899 for (fentry = pll_u_freq_table; fentry->input_rate; fentry++) { in tegra210_enable_pllu() 2900 if (fentry->input_rate == pll_ref_freq) in tegra210_enable_pllu() 2904 if (!fentry->input_rate) { in tegra210_enable_pllu() 2918 reg |= fentry->m; in tegra210_enable_pllu() 2919 reg |= fentry->n << 8; in tegra210_enable_pllu() 2920 reg |= fentry->p << 16; in tegra210_enable_pllu()
|
/linux-6.1.9/scripts/ |
D | recordmcount.h | 360 char const *fentry = "__fentry__"; in get_mcountsym() local 366 (strcmp(fentry, symname) == 0)) in get_mcountsym()
|
/linux-6.1.9/mm/ |
D | swap_state.c | 788 static struct page *swap_vma_readahead(swp_entry_t fentry, gfp_t gfp_mask, in swap_vma_readahead() argument 834 return read_swap_cache_async(fentry, gfp_mask, vma, vmf->address, in swap_vma_readahead()
|
/linux-6.1.9/Documentation/bpf/ |
D | drgn.rst | 29 programs via ``freplace``/``fentry``/``fexit`` mechanisms, since there is no
|
/linux-6.1.9/Documentation/trace/ |
D | ftrace-uses.rst | 94 (where the fentry or mcount is within the function) 282 Although the ip must be the address where the call to fentry or mcount is
|
D | ftrace.rst | 2718 references to all the mcount/fentry call sites in the .text section.
|
/linux-6.1.9/arch/x86/net/ |
D | bpf_jit_comp.c | 2051 struct bpf_tramp_links *fentry = &tlinks[BPF_TRAMP_FENTRY]; in arch_prepare_bpf_trampoline() local 2153 if (fentry->nr_links) in arch_prepare_bpf_trampoline() 2154 if (invoke_bpf(m, &prog, fentry, regs_off, run_ctx_off, in arch_prepare_bpf_trampoline()
|
/linux-6.1.9/arch/arm64/net/ |
D | bpf_jit_comp.c | 1783 struct bpf_tramp_links *fentry = &tlinks[BPF_TRAMP_FENTRY]; in prepare_trampoline() local 1889 for (i = 0; i < fentry->nr_links; i++) in prepare_trampoline() 1890 invoke_bpf_prog(ctx, fentry->links[i], args_off, in prepare_trampoline()
|
/linux-6.1.9/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 54 | **struct_ops** | **fentry** | **fexit** | **freplace** | **sk_lookup**
|
/linux-6.1.9/tools/objtool/ |
D | check.c | 1264 if (opts.mcount && sym->fentry) { in annotate_call_site() 2327 func->fentry = true; in classify_symbols() 2453 insn->call_dest->fentry) in is_fentry_call()
|
/linux-6.1.9/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 487 fentry fexit freplace sk_lookup'
|
/linux-6.1.9/Documentation/livepatch/ |
D | livepatch.rst | 428 using -fentry gcc compiler option on x86_64.
|