Home
last modified time | relevance | path

Searched defs:notrace_hash (Results 1 – 3 of 3) sorted by relevance

/linux/kernel/trace/
H A Dftrace.c1738 struct ftrace_hash *notrace_hash; in __ftrace_hash_rec_update() local
3259 static void remove_hash(struct ftrace_hash *hash, struct ftrace_hash *notrace_hash) in remove_hash()
3371 struct ftrace_hash *notrace_hash) in ftrace_update_ops()
3392 static int add_first_hash(struct ftrace_hash **filter_hash, struct ftrace_hash **notrace_hash, in add_first_hash()
3412 static int add_next_hash(struct ftrace_hash **filter_hash, struct ftrace_hash **notrace_hash, in add_next_hash()
3494 struct ftrace_hash *notrace_hash = EMPTY_HASH; in ftrace_startup_subops() local
3578 static int rebuild_hashes(struct ftrace_hash **filter_hash, struct ftrace_hash **notrace_hash, in rebuild_hashes()
3632 struct ftrace_hash *notrace_hash = EMPTY_HASH; in ftrace_shutdown_subops() local
3686 struct ftrace_hash *notrace_hash; in ftrace_hash_move_and_update_subops() local
H A Dtrace.h1078 struct ftrace_hash *notrace_hash; in ftrace_graph_notrace_addr() local
/linux/include/linux/
H A Dftrace.h402 struct ftrace_hash __rcu *notrace_hash; member