Home
last modified time | relevance | path

Searched refs:direct (Results 1 – 4 of 4) sorted by relevance

/kernel/trace/
Dftrace.c2396 return entry->direct; in ftrace_find_rec_direct()
3684 unsigned long direct; in t_show() local
3686 direct = ftrace_find_rec_direct(rec->ip); in t_show()
3687 if (direct) in t_show()
3688 seq_printf(m, "\n\tdirect-->%pS", (void *)direct); in t_show()
5064 struct ftrace_direct_func *direct; in ftrace_alloc_direct_func() local
5066 direct = kmalloc(sizeof(*direct), GFP_KERNEL); in ftrace_alloc_direct_func()
5067 if (!direct) in ftrace_alloc_direct_func()
5069 direct->addr = addr; in ftrace_alloc_direct_func()
5070 direct->count = 0; in ftrace_alloc_direct_func()
[all …]
Dfgraph.c108 # error MCOUNT_INSN_SIZE not defined with direct calls enabled
/kernel/dma/
DMakefile3 obj-$(CONFIG_HAS_DMA) += mapping.o direct.o
DKconfig16 # IOMMU drivers that can bypass the IOMMU code and optionally use the direct