Searched refs:fprobe_ip_table (Results 1 – 1 of 1) sorted by relevance
| /linux/kernel/trace/ |
| H A D | fprobe.c | 46 static struct rhltable fprobe_ip_table; variable 88 ret = rhltable_insert(&fprobe_ip_table, &node->hlist, fprobe_rht_params); in __insert_fprobe_node() 102 rhltable_remove(&fprobe_ip_table, &node->hlist, in __delete_fprobe_node() 331 head = rhltable_lookup(&fprobe_ip_table, &ip, fprobe_rht_params); in fprobe_ftrace_entry() 445 head = rhltable_lookup(&fprobe_ip_table, &ip, in fprobe_exists_on_hash() 526 head = rhltable_lookup(&fprobe_ip_table, &ip, in fprobe_exists_on_hash() 570 head = rhltable_lookup(&fprobe_ip_table, &func, fprobe_rht_params); in fprobe_fgraph_entry() 702 if (!rhltable_lookup(&fprobe_ip_table, &node->addr, fprobe_rht_params)) { in fprobe_remove_node_in_module() 738 rhltable_walk_enter(&fprobe_ip_table, &iter); in fprobe_module_callback() 1115 rhltable_init(&fprobe_ip_table, &fprobe_rht_params); in fprobe_initcall()
|