Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/mips/loongson2ef/common/
H A Dpm.c86 static inline void stop_perf_counters(void) in stop_perf_counters() function
99 stop_perf_counters(); in loongson_suspend_enter()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/mips/loongson2ef/common/
H A Dpm.c86 static inline void stop_perf_counters(void) in stop_perf_counters() function
99 stop_perf_counters(); in loongson_suspend_enter()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/mips/loongson2ef/common/
H A Dpm.c86 static inline void stop_perf_counters(void) in stop_perf_counters() function
99 stop_perf_counters(); in loongson_suspend_enter()
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/include/gnuradio/
H A Dblock_detail.h211 void stop_perf_counters(int noutput_items, int nproduced);
/dports/comms/gnuradio/gnuradio-3.8.4.0/gnuradio-runtime/lib/
H A Dblock_detail.cc268 void block_detail::stop_perf_counters(int noutput_items, int nproduced) in stop_perf_counters() function in gr::block_detail
H A Dblock_executor.cc518 d->stop_perf_counters(noutput_items, n); in run_one_iteration()