/Linux-v5.10/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-v5.10/tools/testing/selftests/bpf/prog_tests/ |
D | kfree_skb.c | 66 struct bpf_program *prog, *fentry, *fexit; in test_kfree_skb() local 88 fentry = bpf_object__find_program_by_title(obj2, "fentry/eth_type_trans"); in test_kfree_skb() 89 if (CHECK(!fentry, "find_prog", "prog eth_type_trans not found\n")) in test_kfree_skb() 102 link_fentry = bpf_program__attach_trace(fentry); in test_kfree_skb()
|
D | trace_ext.c | 71 prog = skel_trace->progs.fentry; in test_trace_ext()
|
/Linux-v5.10/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-v5.10/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-v5.10/tools/testing/selftests/bpf/ |
D | test_ftrace.sh | 32 ./test_progs -t fentry
|
/Linux-v5.10/arch/x86/include/asm/ |
D | ftrace.h | 7 # error Compiler does not support fentry?
|
/Linux-v5.10/drivers/cdrom/ |
D | gdrom.c | 316 int fentry, lentry, track, data, err; in gdrom_get_last_session() local 332 fentry = get_entry_track(gd.toc->first); in gdrom_get_last_session() 341 } while (track >= fentry); in gdrom_get_last_session()
|
/Linux-v5.10/drivers/clk/tegra/ |
D | clk-tegra210.c | 2843 struct tegra_clk_pll_freq_table *fentry; in tegra210_enable_pllu() local 2848 for (fentry = pll_u_freq_table; fentry->input_rate; fentry++) { in tegra210_enable_pllu() 2849 if (fentry->input_rate == pll_ref_freq) in tegra210_enable_pllu() 2853 if (!fentry->input_rate) { in tegra210_enable_pllu() 2867 reg |= fentry->m; in tegra210_enable_pllu() 2868 reg |= fentry->n << 8; in tegra210_enable_pllu() 2869 reg |= fentry->p << 16; in tegra210_enable_pllu()
|
/Linux-v5.10/scripts/ |
D | recordmcount.h | 355 char const *fentry = "__fentry__"; in get_mcountsym() local 361 (strcmp(fentry, symname) == 0)) in get_mcountsym()
|
/Linux-v5.10/mm/ |
D | swap_state.c | 832 static struct page *swap_vma_readahead(swp_entry_t fentry, gfp_t gfp_mask, in swap_vma_readahead() argument 875 return read_swap_cache_async(fentry, gfp_mask, vma, vmf->address, in swap_vma_readahead()
|
/Linux-v5.10/arch/x86/net/ |
D | bpf_jit_comp.c | 1745 struct bpf_tramp_progs *fentry = &tprogs[BPF_TRAMP_FENTRY]; in arch_prepare_bpf_trampoline() local 1777 if (fentry->nr_progs) in arch_prepare_bpf_trampoline() 1778 if (invoke_bpf(m, &prog, fentry, stack_size)) in arch_prepare_bpf_trampoline() 1795 if (fentry->nr_progs || fmod_ret->nr_progs) in arch_prepare_bpf_trampoline()
|
/Linux-v5.10/Documentation/trace/ |
D | ftrace-uses.rst | 94 (where the fentry or mcount is within the function) 236 Although the ip must be the address where the call to fentry or mcount is
|
D | ftrace.rst | 2701 references to all the mcount/fentry call sites in the .text section.
|
/Linux-v5.10/Documentation/bpf/ |
D | drgn.rst | 29 programs via ``freplace``/``fentry``/``fexit`` mechanisms, since there is no
|
/Linux-v5.10/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 48 | **struct_ops** | **fentry** | **fexit** | **freplace** | **sk_lookup**
|
/Linux-v5.10/tools/bpf/bpftool/bash-completion/ |
D | bpftool | 482 fentry fexit freplace sk_lookup" -- \
|
/Linux-v5.10/Documentation/livepatch/ |
D | livepatch.rst | 441 using -fentry gcc compiler option on x86_64.
|