• Daniel Xu's avatar
    Supress invalid file warning for wildcarded tracepoints · d753b875
    Daniel Xu authored
    Wildcards, unless expanded, are not valid tracepoints. We should not
    warn about missing files if the patch is wildcarded. Interestingly enough,
    the previous behavior (early return) could have caused fewer tracepoints
    to be attached than available. However in practice, this doesn't seem
    to happen.
    
    This closes issue #133.
    d753b875
tracepoint_format_parser.cpp 3.81 KB