opt_timerlat_on_end_cb
RTLA_OPT_ON_END(opt_timerlat_on_end_cb),
RTLA_OPT_ON_END(opt_timerlat_on_end_cb),
const struct option opt = TEST_CALLBACK(&actions, opt_timerlat_on_end_cb);
ck_assert_int_eq(opt_timerlat_on_end_cb(&opt, "trace", 0), 0);
const struct option opt = TEST_CALLBACK(&actions, opt_timerlat_on_end_cb);
opt_timerlat_on_end_cb(&opt, "abc", 0);