Home
last modified time | relevance | path

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

/linux/drivers/ras/
A Ddebugfs.c42 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/tools/testing/selftests/bpf/prog_tests/
A Dkfree_skb.c67 struct bpf_program *prog, *fentry, *fexit; in serial_test_kfree_skb() local
89 fentry = bpf_object__find_program_by_title(obj2, "fentry/eth_type_trans"); in serial_test_kfree_skb()
90 if (CHECK(!fentry, "find_prog", "prog eth_type_trans not found\n")) in serial_test_kfree_skb()
103 link_fentry = bpf_program__attach_trace(fentry); in serial_test_kfree_skb()
A Dtrace_ext.c71 prog = skel_trace->progs.fentry; in test_trace_ext()
/linux/tools/testing/selftests/bpf/progs/
A Dtest_trace_ext_tracing.c10 int BPF_PROG(fentry, struct sk_buff *skb) in BPF_PROG() argument
/linux/tools/testing/selftests/bpf/benchs/
A Drun_bench_trigger.sh5 for i in base tp rawtp kprobe fentry fmodret
A Drun_bench_rename.sh5 for i in base kprobe kretprobe rawtp fentry fexit fmodret
/linux/tools/testing/selftests/bpf/
A Dtest_ftrace.sh32 ./test_progs -t fentry
/linux/arch/x86/include/asm/
A Dftrace.h7 # error Compiler does not support fentry?
/linux/drivers/cdrom/
A Dgdrom.c316 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/tools/objtool/include/objtool/
A Delf.h60 u8 fentry : 1; member
/linux/drivers/clk/tegra/
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/
A Drecordmcount.h360 char const *fentry = "__fentry__"; in get_mcountsym() local
366 (strcmp(fentry, symname) == 0)) in get_mcountsym()
/linux/mm/
A Dswap_state.c788 static struct page *swap_vma_readahead(swp_entry_t fentry, gfp_t gfp_mask, in swap_vma_readahead() argument
833 return read_swap_cache_async(fentry, gfp_mask, vma, vmf->address, in swap_vma_readahead()
/linux/Documentation/bpf/
A Ddrgn.rst29 programs via ``freplace``/``fentry``/``fexit`` mechanisms, since there is no
/linux/Documentation/trace/
A Dftrace-uses.rst94 (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
A Dftrace.rst2706 references to all the mcount/fentry call sites in the .text section.
/linux/arch/x86/net/
A Dbpf_jit_comp.c1980 struct bpf_tramp_progs *fentry = &tprogs[BPF_TRAMP_FENTRY]; in arch_prepare_bpf_trampoline() local
2042 if (fentry->nr_progs) in arch_prepare_bpf_trampoline()
2043 if (invoke_bpf(m, &prog, fentry, stack_size, in arch_prepare_bpf_trampoline()
/linux/tools/objtool/
A Dcheck.c1090 if (mcount && sym->fentry) { in annotate_call_site()
2008 func->fentry = true; in classify_symbols()
2123 insn->call_dest->fentry) in is_fentry_call()
/linux/tools/bpf/bpftool/Documentation/
A Dbpftool-prog.rst50 | **struct_ops** | **fentry** | **fexit** | **freplace** | **sk_lookup**
/linux/tools/bpf/bpftool/bash-completion/
A Dbpftool487 fentry fexit freplace sk_lookup'
/linux/Documentation/livepatch/
A Dlivepatch.rst428 using -fentry gcc compiler option on x86_64.

Completed in 45 milliseconds