Home
last modified time | relevance | path

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

/openbmc/linux/tools/tracing/rtla/src/
H A Dutils.h24 void get_duration(time_t start_time, char *output, int output_size);
H A Dutils.c75 void get_duration(time_t start_time, char *output, int output_size) in get_duration() function
H A Dosnoise_top.c162 get_duration(top->start_time, duration, sizeof(duration)); in osnoise_top_header()
H A Dtimerlat_top.c187 get_duration(top->start_time, duration, sizeof(duration)); in timerlat_top_header()
H A Dosnoise_hist.c264 get_duration(tool->start_time, duration, sizeof(duration)); in osnoise_hist_header()
H A Dtimerlat_hist.c245 get_duration(tool->start_time, duration, sizeof(duration)); in timerlat_hist_header()
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/
H A Dmodels.py116 def get_duration(self): member in BuildRequest
/openbmc/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()
H A Dhw.h736 int (*get_duration)(struct ath_hw *ah, const void *ds, int index); member