Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dutils.h24 void get_duration(time_t start_time, char *output, int output_size);
H A Dutils.c78 void get_duration(time_t start_time, char *output, int output_size) in get_duration() function
H A Dosnoise_top.c165 get_duration(top->start_time, duration, sizeof(duration)); in osnoise_top_header()
H A Dosnoise_hist.c265 get_duration(tool->start_time, duration, sizeof(duration)); in osnoise_hist_header()
H A Dtimerlat_top.c223 get_duration(top->start_time, duration, sizeof(duration)); in timerlat_top_header()
H A Dtimerlat_hist.c250 get_duration(tool->start_time, duration, sizeof(duration)); in timerlat_hist_header()
/linux/drivers/net/wireless/ath/ath9k/
H A Dhw-ops.h72 return ath9k_hw_ops(ah)->get_duration(ah, ds, index); in ath9k_hw_get_duration()
H A Dar9002_mac.c428 ops->get_duration = ar9002_hw_get_duration; in ar9002_hw_attach_mac_ops()
H A Dar9003_mac.c462 ops->get_duration = ar9003_hw_get_duration; in ar9003_hw_attach_mac_ops()