X-Git-Url: http://git.efficios.com/?p=lttng-tools.git;a=blobdiff_plain;f=src%2Fbin%2Flttng%2Fcommands%2Flist.c;h=5816a05de36783f7250ed992244c20ce69399081;hp=a4ee96e9e0f2b1843a9696f28e8f822cb84c0b51;hb=ce6176f27756b1b1453d4fef1c8f0978f02806ca;hpb=91c4d516d04451cd1716fe3721748dae9e9d3753 diff --git a/src/bin/lttng/commands/list.c b/src/bin/lttng/commands/list.c index a4ee96e9e..5816a05de 100644 --- a/src/bin/lttng/commands/list.c +++ b/src/bin/lttng/commands/list.c @@ -1536,16 +1536,6 @@ static enum cmd_error_code print_periodic_rotation_schedule( } MSG(" timer period: %" PRIu64" µs", value); - if (lttng_opt_mi) { - int mi_ret = mi_lttng_writer_write_element_unsigned_int(writer, - config_element_rotation_timer_interval, value); - - if (mi_ret) { - ret = CMD_ERROR; - goto end; - } - } - ret = CMD_SUCCESS; end: return ret; @@ -1567,16 +1557,6 @@ static enum cmd_error_code print_size_threshold_rotation_schedule( } MSG(" size threshold: %" PRIu64" bytes", value); - if (lttng_opt_mi) { - int mi_ret = mi_lttng_writer_write_element_unsigned_int(writer, - config_element_rotation_size, value); - - if (mi_ret) { - ret = CMD_ERROR; - goto end; - } - } - ret = CMD_SUCCESS; end: return ret;