enum trc_filter_flags

Overview

Flags for trc_db_filter_by_tags() function More…

#include <trc_db.h>

enum trc_filter_flags {
    TRC_FILTER_REVERSE    = 0x1,
    TRC_FILTER_DEL_NO_RES = 0x2,
};

Detailed Documentation

Flags for trc_db_filter_by_tags() function

Enum Values

TRC_FILTER_REVERSE

Remove expressions mentioning given tags instead of removing those not mentioning them.

TRC_FILTER_DEL_NO_RES

Remove tests and iterations having no expected results in DB after filtering.