Home
last modified time | relevance | path

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

/kernel/trace/
Dftrace.c5192 struct ftrace_direct_func { struct
5213 struct ftrace_direct_func *ftrace_find_direct_func(unsigned long addr) in ftrace_find_direct_func() argument
5215 struct ftrace_direct_func *entry; in ftrace_find_direct_func()
5231 static struct ftrace_direct_func *ftrace_alloc_direct_func(unsigned long addr) in ftrace_alloc_direct_func()
5233 struct ftrace_direct_func *direct; in ftrace_alloc_direct_func()
5266 struct ftrace_direct_func *direct; in register_ftrace_direct()
5379 struct ftrace_direct_func *direct; in unregister_ftrace_direct()
5518 struct ftrace_direct_func *direct, *new_direct = NULL; in modify_ftrace_direct()