Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dftrace.c1102 .local_hash.notrace_hash = EMPTY_HASH,
1360 free_ftrace_hash(ops->func_hash->notrace_hash); in ftrace_free_filter()
1362 ops->func_hash->notrace_hash = EMPTY_HASH; in ftrace_free_filter()
1584 (ftrace_hash_empty(hash->notrace_hash) || in hash_contains_ip()
1585 !__ftrace_lookup_ip(hash->notrace_hash, ip)); in hash_contains_ip()
1595 * the ip is not in the ops->notrace_hash.
1617 rcu_assign_pointer(hash.notrace_hash, ops->func_hash->notrace_hash); in ftrace_ops_test()
1803 struct ftrace_hash *notrace_hash; in __ftrace_hash_rec_update() local
1819 notrace_hash in __ftrace_hash_rec_update()
3343 remove_hash(struct ftrace_hash * hash,struct ftrace_hash * notrace_hash) remove_hash() argument
3455 ftrace_update_ops(struct ftrace_ops * ops,struct ftrace_hash * filter_hash,struct ftrace_hash * notrace_hash) ftrace_update_ops() argument
3476 add_first_hash(struct ftrace_hash ** filter_hash,struct ftrace_hash ** notrace_hash,struct ftrace_ops_hash * func_hash) add_first_hash() argument
3496 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
3578 struct ftrace_hash *notrace_hash = EMPTY_HASH; ftrace_startup_subops() local
3662 rebuild_hashes(struct ftrace_hash ** filter_hash,struct ftrace_hash ** notrace_hash,struct ftrace_ops * ops) rebuild_hashes() argument
3716 struct ftrace_hash *notrace_hash = EMPTY_HASH; ftrace_shutdown_subops() local
3770 struct ftrace_hash *notrace_hash; ftrace_hash_move_and_update_subops() local
[all...]
H A Dtrace.h1176 struct ftrace_hash *notrace_hash; in ftrace_graph_notrace_addr()
1186 notrace_hash = rcu_dereference_protected(ftrace_graph_notrace_hash, in ftrace_graph_notrace_addr()
1189 if (ftrace_lookup_ip(notrace_hash, addr)) in ftrace_graph_notrace_addr()
1175 struct ftrace_hash *notrace_hash; ftrace_graph_notrace_addr() local
/linux/include/linux/
H A Dftrace.h423 struct ftrace_hash __rcu *notrace_hash; member