Home
last modified time | relevance | path

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

/linux/kernel/trace/rv/
H A Drv.h30 bool rv_is_nested_monitor(struct rv_monitor *mon);
H A Drv.c213 bool rv_is_nested_monitor(struct rv_monitor *mon) in rv_is_nested_monitor() function
797 if (parent && rv_is_nested_monitor(parent)) { in rv_register_monitor()