| /linux/drivers/ras/ |
| H A D | debugfs.c | 48 struct dentry *fentry; in ras_add_daemon_trace() local 53 fentry = debugfs_create_file("daemon_active", S_IRUSR, ras_debugfs_dir, in ras_add_daemon_trace() 55 if (IS_ERR(fentry)) in ras_add_daemon_trace()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | tailcall_bpf2bpf_fentry.c | 11 int BPF_PROG(fentry, struct sk_buff *skb) in BPF_PROG() argument
|
| H A D | test_trace_ext_tracing.c | 10 int BPF_PROG(fentry, struct sk_buff *skb) in BPF_PROG() argument
|
| H A D | tailcall_bpf2bpf_hierarchy_fentry.c | 25 SEC("fentry/dummy") in BPF_PROG() argument 26 int BPF_PROG(fentry, struct sk_buff *skb) in BPF_PROG()
|
| /linux/tools/testing/selftests/bpf/benchs/ |
| H A D | run_bench_rename.sh | 5 for i in base kprobe kretprobe rawtp fentry fexit
|
| H A D | run_bench_trigger.sh | 7 fentry fexit fmodret \
|
| H A D | bench_trigger.c | 556 /* batched (staying mostly in kernel) kprobe/fentry benchmarks */ 573 BENCH_TRIG_KERNEL(fentry, "fentry");
|
| /linux/tools/testing/selftests/bpf/ |
| H A D | test_ftrace.sh | 37 ./test_progs -t fentry
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | trace_ext.c | 75 prog = skel_trace->progs.fentry; in test_trace_ext()
|
| /linux/arch/x86/include/asm/ |
| H A D | ftrace.h | 9 # error Compiler does not support fentry?
|
| /linux/drivers/cdrom/ |
| H A 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/drivers/clk/tegra/ |
| H A 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/scripts/ |
| H A D | recordmcount.h | 360 char const *fentry = "__fentry__"; in get_mcountsym() local 366 (strcmp(fentry, symname) == 0)) in get_mcountsym()
|
| /linux/tools/objtool/include/objtool/ |
| H A D | elf.h | 78 u8 fentry : 1; 66 u8 fentry : 1; global() member
|
| /linux/Documentation/bpf/ |
| H A D | drgn.rst | 29 programs via ``freplace``/``fentry``/``fexit`` mechanisms, since there is no
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-prog.rst | 57 | **struct_ops** | **fentry** | **fexit** | **freplace** | **sk_lookup** 159 other feature relying on BTF (such as fentry/fexit programs, struct_ops)
|
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 1528 struct bpf_tramp_links *fentry = &tlinks[BPF_TRAMP_FENTRY]; in __arch_prepare_bpf_trampoline() local 1673 for (i = 0; i < fentry->nr_links; i++) { in __arch_prepare_bpf_trampoline() 1674 ret = invoke_bpf_prog(ctx, fentry->links[i], args_off, retval_off, in __arch_prepare_bpf_trampoline()
|
| /linux/tools/objtool/ |
| H A D | check.c | 1391 if (opts.mcount && sym->fentry) { in annotate_call_site() 2512 func->fentry = true; in classify_symbols() 2673 if (dest->fentry || dest->embedded_insn) in is_special_call()
|
| /linux/Documentation/livepatch/ |
| H A D | livepatch.rst | 428 using -fentry gcc compiler option on x86_64.
|
| /linux/Documentation/trace/ |
| H A D | ftrace.rst | 2957 references to all the mcount/fentry call sites in the .text section.
|