Home
last modified time | relevance | path

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

/linux/kernel/trace/
H A Dftrace.c1419 alloc_and_copy_ftrace_hash(int size_bits, struct ftrace_hash *hash) in alloc_and_copy_ftrace_hash() function
3286 return alloc_and_copy_ftrace_hash(src->size_bits, src); in copy_hash()
3518 *filter_hash = alloc_and_copy_ftrace_hash(size_bits, subops_hash->filter_hash); in add_next_hash()
4773 iter->hash = alloc_and_copy_ftrace_hash(size_bits, hash); in ftrace_regex_open()
4777 iter->hash = alloc_and_copy_ftrace_hash(hash->size_bits, hash); in ftrace_regex_open()
5173 new_hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, in process_mod_list()
5553 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, old_hash); in register_ftrace_function_probe()
5706 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, old_hash); in unregister_ftrace_function_probe_func()
5975 hash = alloc_and_copy_ftrace_hash(FTRACE_HASH_DEFAULT_BITS, *orig_hash); in ftrace_set_hash()
6372 add = alloc_and_copy_ftrace_hash(fls(size), a); in hash_add()
[all …]