Lines Matching defs:tep
27 func = tep_find_function(event->tep, val);
31 addr = tep_find_function_address(event->tep, val);
37 int TEP_PLUGIN_LOADER(struct tep_handle *tep)
39 tep_register_event_handler(tep, -1, "kmem", "kfree",
42 tep_register_event_handler(tep, -1, "kmem", "kmalloc",
45 tep_register_event_handler(tep, -1, "kmem", "kmalloc_node",
48 tep_register_event_handler(tep, -1, "kmem", "kmem_cache_alloc",
51 tep_register_event_handler(tep, -1, "kmem",
55 tep_register_event_handler(tep, -1, "kmem", "kmem_cache_free",
60 void TEP_PLUGIN_UNLOADER(struct tep_handle *tep)
62 tep_unregister_event_handler(tep, -1, "kmem", "kfree",
65 tep_unregister_event_handler(tep, -1, "kmem", "kmalloc",
68 tep_unregister_event_handler(tep, -1, "kmem", "kmalloc_node",
71 tep_unregister_event_handler(tep, -1, "kmem", "kmem_cache_alloc",
74 tep_unregister_event_handler(tep, -1, "kmem",
78 tep_unregister_event_handler(tep, -1, "kmem", "kmem_cache_free",