Home
last modified time | relevance | path

Searched defs:ftrace_ops (Results 1 – 2 of 2) sorted by relevance

/linux/include/linux/
H A Dftrace.h436 struct ftrace_ops { struct
438 struct ftrace_ops __rcu *next; argument
443 struct ftrace_ops_hash local_hash; argument
444 struct ftrace_ops_hash *func_hash; argument
445 struct ftrace_ops_hash old_hash; argument
450 ftrace_ops_func_t ops_func; argument
451 struct ftrace_ops *managed; argument
458 extern struct ftrace_ops __rcu *ftrace_ops_list; argument
H A Dperf_event.h912 struct ftrace_ops ftrace_ops; member