Lines Matching refs:ftrace_hash

1128 struct ftrace_hash {  struct
1142 static const struct ftrace_hash empty_hash = { argument
1145 #define EMPTY_HASH ((struct ftrace_hash *)&empty_hash)
1210 static bool __always_inline ftrace_hash_empty(struct ftrace_hash *hash) in ftrace_hash_empty()
1216 ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip) in ftrace_lookup_ip()
1239 static void __add_hash_entry(struct ftrace_hash *hash, in __add_hash_entry()
1255 static int add_hash_entry(struct ftrace_hash *hash, unsigned long ip) in add_hash_entry()
1270 free_hash_entry(struct ftrace_hash *hash, in free_hash_entry()
1279 remove_hash_entry(struct ftrace_hash *hash, in remove_hash_entry()
1286 static void ftrace_hash_clear(struct ftrace_hash *hash) in ftrace_hash_clear()
1305 static void free_ftrace_hash(struct ftrace_hash *hash) in free_ftrace_hash()
1316 struct ftrace_hash *hash; in __free_ftrace_hash_rcu()
1318 hash = container_of(rcu, struct ftrace_hash, rcu); in __free_ftrace_hash_rcu()
1322 static void free_ftrace_hash_rcu(struct ftrace_hash *hash) in free_ftrace_hash_rcu()
1336 static struct ftrace_hash *alloc_ftrace_hash(int size_bits) in alloc_ftrace_hash()
1338 struct ftrace_hash *hash; in alloc_ftrace_hash()
1358 static struct ftrace_hash *
1359 alloc_and_copy_ftrace_hash(int size_bits, struct ftrace_hash *hash) in alloc_and_copy_ftrace_hash()
1362 struct ftrace_hash *new_hash; in alloc_and_copy_ftrace_hash()
1399 struct ftrace_hash *new_hash);
1403 struct ftrace_hash **dst, struct ftrace_hash *src) in ftrace_hash_move()
1408 struct ftrace_hash *new_hash; in ftrace_hash_move()
1636 struct ftrace_hash *hash; in __ftrace_hash_rec_update()
1637 struct ftrace_hash *other_hash; in __ftrace_hash_rec_update()
1835 struct ftrace_hash *old_hash, in __ftrace_hash_update_ipmodify()
1836 struct ftrace_hash *new_hash) in __ftrace_hash_update_ipmodify()
1900 struct ftrace_hash *hash = ops->func_hash->filter_hash; in ftrace_hash_ipmodify_enable()
1911 struct ftrace_hash *hash = ops->func_hash->filter_hash; in ftrace_hash_ipmodify_disable()
1920 struct ftrace_hash *new_hash) in ftrace_hash_ipmodify_update()
1922 struct ftrace_hash *old_hash = ops->func_hash->filter_hash; in ftrace_hash_ipmodify_update()
2996 struct ftrace_hash *hash;
3334 struct ftrace_hash *hash; in ftrace_regex_open()
3447 enter_record(struct ftrace_hash *hash, struct dyn_ftrace *rec, int not) in enter_record()
3492 match_records(struct ftrace_hash *hash, char *buff, in match_records()
3530 ftrace_match_records(struct ftrace_hash *hash, char *buff, int len) in ftrace_match_records()
3536 ftrace_match_module_records(struct ftrace_hash *hash, char *buff, char *mod) in ftrace_match_module_records()
3559 ftrace_mod_callback(struct ftrace_hash *hash, in ftrace_mod_callback()
3697 struct ftrace_hash **orig_hash = &trace_probe_ops.func_hash->filter_hash; in register_ftrace_function_probe()
3698 struct ftrace_hash *old_hash = *orig_hash; in register_ftrace_function_probe()
3699 struct ftrace_hash *hash; in register_ftrace_function_probe()
3809 struct ftrace_hash **orig_hash = &trace_probe_ops.func_hash->filter_hash; in __unregister_ftrace_function_probe()
3810 struct ftrace_hash *old_hash = *orig_hash; in __unregister_ftrace_function_probe()
3812 struct ftrace_hash *hash; in __unregister_ftrace_function_probe()
3961 static int ftrace_process_regex(struct ftrace_hash *hash, in ftrace_process_regex()
4050 ftrace_match_addr(struct ftrace_hash *hash, unsigned long ip, int remove) in ftrace_match_addr()
4103 struct ftrace_hash **orig_hash; in ftrace_set_hash()
4105 struct ftrace_hash *old_hash; in ftrace_set_hash()
4106 struct ftrace_hash *hash; in ftrace_set_hash()
4359 struct ftrace_hash **orig_hash; in ftrace_regex_release()
4360 struct ftrace_hash *old_hash; in ftrace_regex_release()