Searched defs:notrace_hash (Results 1 – 3 of 3) sorted by relevance
/linux/kernel/trace/ |
H A D | ftrace.c | 1738 struct ftrace_hash *notrace_hash; in __ftrace_hash_rec_update() local 3259 remove_hash(struct ftrace_hash * hash,struct ftrace_hash * notrace_hash) remove_hash() argument 3371 ftrace_update_ops(struct ftrace_ops * ops,struct ftrace_hash * filter_hash,struct ftrace_hash * notrace_hash) ftrace_update_ops() argument 3392 add_first_hash(struct ftrace_hash ** filter_hash,struct ftrace_hash ** notrace_hash,struct ftrace_ops_hash * func_hash) add_first_hash() argument 3412 add_next_hash(struct ftrace_hash ** filter_hash,struct ftrace_hash ** notrace_hash,struct ftrace_ops_hash * ops_hash,struct ftrace_ops_hash * subops_hash) add_next_hash() argument 3494 struct ftrace_hash *notrace_hash = EMPTY_HASH; ftrace_startup_subops() local 3578 rebuild_hashes(struct ftrace_hash ** filter_hash,struct ftrace_hash ** notrace_hash,struct ftrace_ops * ops) rebuild_hashes() argument 3632 struct ftrace_hash *notrace_hash = EMPTY_HASH; ftrace_shutdown_subops() local 3686 struct ftrace_hash *notrace_hash; ftrace_hash_move_and_update_subops() local [all...] |
H A D | trace.h | 1078 struct ftrace_hash *notrace_hash; in ftrace_graph_notrace_addr() local
|
/linux/include/linux/ |
H A D | ftrace.h | 402 struct ftrace_hash __rcu *notrace_hash; member
|