Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dftrace.c1742 struct ftrace_hash *notrace_hash; in __ftrace_hash_rec_update() local
3263 static void remove_hash(struct ftrace_hash *hash, struct ftrace_hash *notrace_hash) in remove_hash()
3375 struct ftrace_hash *notrace_hash) in ftrace_update_ops()
3396 static int add_first_hash(struct ftrace_hash **filter_hash, struct ftrace_hash **notrace_hash, in add_first_hash()
3416 static int add_next_hash(struct ftrace_hash **filter_hash, struct ftrace_hash **notrace_hash, in add_next_hash()
3498 struct ftrace_hash *notrace_hash = EMPTY_HASH; in ftrace_startup_subops() local
3582 static int rebuild_hashes(struct ftrace_hash **filter_hash, struct ftrace_hash **notrace_hash, in rebuild_hashes()
3636 struct ftrace_hash *notrace_hash = EMPTY_HASH; in ftrace_shutdown_subops() local
3690 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