Searched refs:add_ftrace_hash_entry_direct (Results 1 – 2 of 2) sorted by relevance
| /linux/kernel/bpf/ |
| H A D | trampoline.c | 208 if (!add_ftrace_hash_entry_direct(hash, ip, addr)) { in hash_from_ip()
|
| /linux/kernel/trace/ |
| H A D | ftrace.c | 1214 add_ftrace_hash_entry_direct(struct ftrace_hash *hash, unsigned long ip, unsigned long direct) in add_ftrace_hash_entry_direct() function 1232 return add_ftrace_hash_entry_direct(hash, ip, 0); in add_hash_entry() 1407 if (add_ftrace_hash_entry_direct(new_hash, entry->ip, entry->direct) == NULL) in alloc_and_copy_ftrace_hash() 6320 if (add_ftrace_hash_entry_direct(add, entry->ip, entry->direct) == NULL) { in hash_add()
|