Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drv.h114 bool rv_monitoring_on(void);
/linux/kernel/trace/rv/
H A Drv.c671 * rv_monitoring_on - checks if monitoring is on
675 bool rv_monitoring_on(void) in rv_monitoring_on() function
688 buff = rv_monitoring_on() ? "1\n" : "0\n"; in monitoring_on_read_data()
717 if (rv_monitoring_on()) in turn_monitoring_on_with_reset()
722 * processed because of !rv_monitoring_on(). in turn_monitoring_on_with_reset()
/linux/include/rv/
H A Dda_monitor.h83 if (unlikely(!rv_monitoring_on())) \