opt_timerlat_on_threshold_cb
RTLA_OPT_ON_THRESHOLD("latency", opt_timerlat_on_threshold_cb),
RTLA_OPT_ON_THRESHOLD("latency", opt_timerlat_on_threshold_cb),
const struct option opt = TEST_CALLBACK(&actions, opt_timerlat_on_threshold_cb);
ck_assert_int_eq(opt_timerlat_on_threshold_cb(&opt, "trace", 0), 0);
const struct option opt = TEST_CALLBACK(&actions, opt_timerlat_on_threshold_cb);
opt_timerlat_on_threshold_cb(&opt, "abc", 0);