You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yeah, we should be able to do that by moving parts of this function to another function that yields a vector of jsons from the internal collection container (recorded_data_) in this class.
One problem we will have is that, at the moment we just can get away with one getMapping call at the end of the recording interval, which is gauranteed to include all mappings that were used in this interval. When we do streaming we need to retrieve the mappings at the beginning, but maybe also in between if we encounter tracepoints for which we don't have a mapping. This is obviously less than ideal. We need to think a bit whether we want to support encountering new tracepoints while streaming, or whether we expect all tracepoints to have already been encountered.
Improvements for the
record
script contributed in #9:-o filename
for writing to a directly named file, detect.gz
extension and zip if appropriate. It should still default tostdin
.-v(v)
that displays numbers of traces, etc. (!) Logging should probably be disabled if the script is writing tostdin
.@iwanders Any comments/corrections? This is based on your comment in #9 (comment)
The text was updated successfully, but these errors were encountered: