Home
last modified time | relevance | path

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

/kernel/
Dmarker.c84 notrace void __mark_empty_function(void *probe_private, void *call_private, in __mark_empty_function() function
88 EXPORT_SYMBOL_GPL(__mark_empty_function);
247 if (entry->single.func == __mark_empty_function) { in marker_entry_add_probe()
299 WARN_ON(entry->single.func == __mark_empty_function); in marker_entry_remove_probe()
303 entry->single.func = __mark_empty_function; in marker_entry_remove_probe()
320 entry->single.func = __mark_empty_function; in marker_entry_remove_probe()
416 e->single.func = __mark_empty_function; in add_marker()
449 if (e->single.func != __mark_empty_function) in remove_marker()
513 WARN_ON(elem->single.func != __mark_empty_function in set_marker()
597 elem->single.func = __mark_empty_function; in disable_marker()