Searched refs:fprobe_ip_table (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/trace/ |
| H A D | fprobe.c | 45 static struct rhltable fprobe_ip_table; variable 85 return rhltable_insert(&fprobe_ip_table, &node->hlist, fprobe_rht_params); in insert_fprobe_node() 97 rhltable_remove(&fprobe_ip_table, &node->hlist, in delete_fprobe_node() 102 ret = !!rhltable_lookup(&fprobe_ip_table, &node->addr, in delete_fprobe_node() 278 head = rhltable_lookup(&fprobe_ip_table, &ip, fprobe_rht_params); in fprobe_ftrace_entry() 389 head = rhltable_lookup(&fprobe_ip_table, &func, fprobe_rht_params); in fprobe_fgraph_entry() 606 rhltable_walk_enter(&fprobe_ip_table, &iter); in fprobe_module_callback() 969 rhltable_init(&fprobe_ip_table, &fprobe_rht_params); in fprobe_initcall()
|