Lines Matching refs:ftrace_hash
1042 static const struct ftrace_hash empty_hash = {
1045 #define EMPTY_HASH ((struct ftrace_hash *)&empty_hash)
1116 ftrace_hash_key(struct ftrace_hash *hash, unsigned long ip) in ftrace_hash_key()
1126 __ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip) in __ftrace_lookup_ip()
1153 ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip) in ftrace_lookup_ip()
1161 static void __add_hash_entry(struct ftrace_hash *hash, in __add_hash_entry()
1173 static int add_hash_entry(struct ftrace_hash *hash, unsigned long ip) in add_hash_entry()
1188 free_hash_entry(struct ftrace_hash *hash, in free_hash_entry()
1197 remove_hash_entry(struct ftrace_hash *hash, in remove_hash_entry()
1204 static void ftrace_hash_clear(struct ftrace_hash *hash) in ftrace_hash_clear()
1245 static void free_ftrace_hash(struct ftrace_hash *hash) in free_ftrace_hash()
1256 struct ftrace_hash *hash; in __free_ftrace_hash_rcu()
1258 hash = container_of(rcu, struct ftrace_hash, rcu); in __free_ftrace_hash_rcu()
1262 static void free_ftrace_hash_rcu(struct ftrace_hash *hash) in free_ftrace_hash_rcu()
1276 static struct ftrace_hash *alloc_ftrace_hash(int size_bits) in alloc_ftrace_hash()
1278 struct ftrace_hash *hash; in alloc_ftrace_hash()
1327 static struct ftrace_hash *
1328 alloc_and_copy_ftrace_hash(int size_bits, struct ftrace_hash *hash) in alloc_and_copy_ftrace_hash()
1331 struct ftrace_hash *new_hash; in alloc_and_copy_ftrace_hash()
1371 struct ftrace_hash *new_hash);
1373 static struct ftrace_hash *
1374 __ftrace_hash_move(struct ftrace_hash *src) in __ftrace_hash_move()
1379 struct ftrace_hash *new_hash; in __ftrace_hash_move()
1420 struct ftrace_hash **dst, struct ftrace_hash *src) in ftrace_hash_move()
1422 struct ftrace_hash *new_hash; in ftrace_hash_move()
1635 struct ftrace_hash *hash; in __ftrace_hash_rec_update()
1636 struct ftrace_hash *other_hash; in __ftrace_hash_rec_update()
1846 struct ftrace_hash *old_hash, in __ftrace_hash_update_ipmodify()
1847 struct ftrace_hash *new_hash) in __ftrace_hash_update_ipmodify()
1919 struct ftrace_hash *hash = ops->func_hash->filter_hash; in ftrace_hash_ipmodify_enable()
1930 struct ftrace_hash *hash = ops->func_hash->filter_hash; in ftrace_hash_ipmodify_disable()
1939 struct ftrace_hash *new_hash) in ftrace_hash_ipmodify_update()
1941 struct ftrace_hash *old_hash = ops->func_hash->filter_hash; in ftrace_hash_ipmodify_update()
3059 struct ftrace_hash *hash;
3074 struct ftrace_hash *hash; in t_probe_next()
3555 struct ftrace_hash *hash; in ftrace_regex_open()
3712 enter_record(struct ftrace_hash *hash, struct dyn_ftrace *rec, int clear_filter) in enter_record()
3735 add_rec_by_index(struct ftrace_hash *hash, struct ftrace_glob *func_g, in add_rec_by_index()
3798 match_records(struct ftrace_hash *hash, char *func, int len, char *mod) in match_records()
3853 ftrace_match_records(struct ftrace_hash *hash, char *buff, int len) in ftrace_match_records()
3890 struct ftrace_hash **orig_hash, in ftrace_hash_move_and_update_ops()
3891 struct ftrace_hash *hash, in ftrace_hash_move_and_update_ops()
3895 struct ftrace_hash *old_hash; in ftrace_hash_move_and_update_ops()
3979 struct ftrace_hash **orig_hash, *new_hash; in process_mod_list()
4073 ftrace_mod_callback(struct trace_array *tr, struct ftrace_hash *hash, in ftrace_mod_callback()
4137 struct ftrace_hash hash;
4147 struct ftrace_hash *hash; in allocate_ftrace_func_mapper()
4316 struct ftrace_hash **orig_hash; in register_ftrace_function_probe()
4317 struct ftrace_hash *old_hash; in register_ftrace_function_probe()
4318 struct ftrace_hash *hash; in register_ftrace_function_probe()
4460 struct ftrace_hash **orig_hash; in unregister_ftrace_function_probe_func()
4461 struct ftrace_hash *old_hash; in unregister_ftrace_function_probe_func()
4462 struct ftrace_hash *hash = NULL; in unregister_ftrace_function_probe_func()
4641 struct ftrace_hash *hash = iter->hash; in ftrace_process_regex()
4729 ftrace_match_addr(struct ftrace_hash *hash, unsigned long ip, int remove) in ftrace_match_addr()
4751 struct ftrace_hash **orig_hash; in ftrace_set_hash()
4752 struct ftrace_hash *hash; in ftrace_set_hash()
4941 static int ftrace_graph_set_hash(struct ftrace_hash *hash, char *buffer);
4970 struct ftrace_hash *hash; in set_ftrace_early_graph()
5023 struct ftrace_hash **orig_hash; in ftrace_regex_release()
5105 struct ftrace_hash *ftrace_graph_hash = EMPTY_HASH;
5106 struct ftrace_hash *ftrace_graph_notrace_hash = EMPTY_HASH;
5116 struct ftrace_hash *hash;
5120 struct ftrace_hash *new_hash;
5224 struct ftrace_hash *new_hash = NULL; in __ftrace_graph_open()
5336 struct ftrace_hash *old_hash, *new_hash; in ftrace_graph_release()
5395 ftrace_graph_set_hash(struct ftrace_hash *hash, char *buffer) in ftrace_graph_set_hash()
5703 clear_mod_from_hash(struct ftrace_page *pg, struct ftrace_hash *hash) in clear_mod_from_hash()
6065 clear_func_from_hash(struct ftrace_init_func *func, struct ftrace_hash *hash) in clear_func_from_hash()