
- Intel PT page dump feature works now - size of input and bitmap buffers are configurable - new aux buffer layout - various bug fixes
7 lines
162 B
C
7 lines
162 B
C
#pragma once
|
|
|
|
#include <stdbool.h>
|
|
|
|
void serialize_state(const char* filename_prefix, bool is_pre_snapshot);
|
|
void deserialize_state(const char* filename_prefix);
|