Searched refs:get_duration (Results 1 – 11 of 11) sorted by relevance
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | utils.h | 24 void get_duration(time_t start_time, char *output, int output_size);
|
H A D | utils.c | 75 void get_duration(time_t start_time, char *output, int output_size) in get_duration() function
|
H A D | osnoise_top.c | 162 get_duration(top->start_time, duration, sizeof(duration)); in osnoise_top_header()
|
H A D | timerlat_top.c | 187 get_duration(top->start_time, duration, sizeof(duration)); in timerlat_top_header()
|
H A D | osnoise_hist.c | 264 get_duration(tool->start_time, duration, sizeof(duration)); in osnoise_hist_header()
|
H A D | timerlat_hist.c | 245 get_duration(tool->start_time, duration, sizeof(duration)); in timerlat_hist_header()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/bldcontrol/ |
H A D | models.py | 116 def get_duration(self): member in BuildRequest
|
/openbmc/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hw-ops.h | 72 return ath9k_hw_ops(ah)->get_duration(ah, ds, index); in ath9k_hw_get_duration()
|
H A D | ar9002_mac.c | 428 ops->get_duration = ar9002_hw_get_duration; in ar9002_hw_attach_mac_ops()
|
H A D | ar9003_mac.c | 462 ops->get_duration = ar9003_hw_get_duration; in ar9003_hw_attach_mac_ops()
|
H A D | hw.h | 736 int (*get_duration)(struct ath_hw *ah, const void *ds, int index); member
|