Basic_Consumer | A subclass of Consumer that produces a simple reference trace |
Binary_Raw_Reader | A subclass of Reference_Reader that reads binary raw reference traces |
binary_record_s | The binary format of a raw reference record |
canonical_page_s | A structure for a canonical page, storing both its identity and its metadata |
Consumer | Process the reference and kernel traces |
equal_context_ID_s | A structure for comparing context IDs used by tables indexed by context |
equal_file_ID_s | A structure for comparing file IDs used by tables indexed by file ID |
equal_shm_ID_s | A structure for comparing IPC shared memory segment IDs used by tables indexed by shm IDs |
equal_task_ID_s | A structure for comparing task IDs used by tables indexed by task ID |
equal_virtual_page_ID_s | A structure for comparing virtual page numbers used by tables indexed by virtual page number |
file_ID_hash_s | A structure that provides a hashing function for file IDs |
file_ID_s | A structure to hold a unique identifier for a file |
Instruction_Reduced_Reader | A subclass of Reference_Reader that reads instruction-level reduced reference traces |
kernel_record_s | A structure to hold the contents of a kernel trace record |
Page_Reduced_Reader | A subclass of Reference_Reader that reads page-level reduced reference traces |
Per_Task_Consumer | Divide reference streams by process and task |
Per_Task_Page_Reduced_Reader | A class that reads a single page-level reduced reference trace |
Per_Task_Writer | A Per_Task_Writer emits references and kernel events for a single task |
Process | A structure to store data about a process |
PTC_Task | A Task subclass designed for use with Per_Task_Consumer |
Reference_Reader | An abstract class whose subclasses can read different trace formats |
reference_record_s | A structure to hold the contents of a reference trace record |
Task | A structure to store data about a task |
task_reader_greater_s | A type that defines a comparison function between task/reader pairs |
Text_Raw_Reader | |
virtual_page_s | A structure for uniquely identifying a virtual address within its virtual address space |