Searched refs:fentry (Results 1 – 9 of 9) sorted by relevance
/Linux-v5.4/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.4/arch/x86/include/asm/ |
D | ftrace.h | 7 # error Compiler does not support fentry?
|
/Linux-v5.4/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.4/scripts/ |
D | recordmcount.h | 276 char const *fentry = "__fentry__"; in get_mcountsym() local 282 (strcmp(fentry, symname) == 0)) in get_mcountsym()
|
/Linux-v5.4/mm/ |
D | swap_state.c | 722 static struct page *swap_vma_readahead(swp_entry_t fentry, gfp_t gfp_mask, in swap_vma_readahead() argument 765 return read_swap_cache_async(fentry, gfp_mask, vma, vmf->address, in swap_vma_readahead()
|
/Linux-v5.4/drivers/clk/tegra/ |
D | clk-tegra210.c | 2825 struct tegra_clk_pll_freq_table *fentry; in tegra210_enable_pllu() local 2829 for (fentry = pll_u_freq_table; fentry->input_rate; fentry++) { in tegra210_enable_pllu() 2830 if (fentry->input_rate == pll_ref_freq) in tegra210_enable_pllu() 2834 if (!fentry->input_rate) { in tegra210_enable_pllu() 2848 reg |= fentry->m; in tegra210_enable_pllu() 2849 reg |= fentry->n << 8; in tegra210_enable_pllu() 2850 reg |= fentry->p << 16; in tegra210_enable_pllu()
|
/Linux-v5.4/Documentation/trace/ |
D | ftrace-uses.rst | 94 (where the fentry or mcount is within the function) 228 Although the ip must be the address where the call to fentry or mcount is
|
D | ftrace.rst | 2645 references to all the mcount/fentry call sites in the .text section.
|
/Linux-v5.4/Documentation/livepatch/ |
D | livepatch.rst | 441 using -fentry gcc compiler option on x86_64.
|