Home
last modified time | relevance | path

Searched refs:fentry (Results 1 – 20 of 20) sorted by relevance

/linux/drivers/ras/
H A Ddebugfs.c48 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 Dtailcall_bpf2bpf_fentry.c11 int BPF_PROG(fentry, struct sk_buff *skb) in BPF_PROG() argument
H A Dtest_trace_ext_tracing.c10 int BPF_PROG(fentry, struct sk_buff *skb) in BPF_PROG() argument
H A Dtailcall_bpf2bpf_hierarchy_fentry.c25 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 Drun_bench_rename.sh5 for i in base kprobe kretprobe rawtp fentry fexit
H A Drun_bench_trigger.sh7 fentry fexit fmodret \
H A Dbench_trigger.c556 /* batched (staying mostly in kernel) kprobe/fentry benchmarks */
573 BENCH_TRIG_KERNEL(fentry, "fentry");
/linux/tools/testing/selftests/bpf/
H A Dtest_ftrace.sh37 ./test_progs -t fentry
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtrace_ext.c75 prog = skel_trace->progs.fentry; in test_trace_ext()
/linux/arch/x86/include/asm/
H A Dftrace.h9 # error Compiler does not support fentry?
/linux/drivers/cdrom/
H A Dgdrom.c315 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 Dclk-tegra210.c2894 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 Drecordmcount.h360 char const *fentry = "__fentry__"; in get_mcountsym() local
366 (strcmp(fentry, symname) == 0)) in get_mcountsym()
/linux/tools/objtool/include/objtool/
H A Delf.h78 u8 fentry : 1;
66 u8 fentry : 1; global() member
/linux/Documentation/bpf/
H A Ddrgn.rst29 programs via ``freplace``/``fentry``/``fexit`` mechanisms, since there is no
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst57 | **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 Dbpf_jit.c1528 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 Dcheck.c1391 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 Dlivepatch.rst428 using -fentry gcc compiler option on x86_64.
/linux/Documentation/trace/
H A Dftrace.rst2957 references to all the mcount/fentry call sites in the .text section.