#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "debug.h"
#include "trace.h"
Go to the source code of this file.
Functions | |
int | is_valid_mode (int mode) |
int | is_valid_op (int op) |
int | is_valid_traceio (struct traceio *traceio) |
traceio_handler | open_traceio (char *filename, int mode) |
void | close_traceio (traceio_handler handler) |
_u32 | str2op (char *op) |
struct op_unit | __next_op_diskmon (struct traceio *traceio) |
struct op_unit | next_op (traceio_handler handler) |
int | is_valid_op_unit (struct op_unit op_unit) |
int | is_last (struct op_unit op_unit) |
void close_traceio | ( | traceio_handler | handler | ) |
int is_valid_mode | ( | int | mode | ) | [inline] |
int is_valid_op | ( | int | op | ) | [inline] |
int is_valid_traceio | ( | struct traceio * | traceio | ) | [inline] |
struct op_unit next_op | ( | traceio_handler | handler | ) | [read] |
traceio_handler open_traceio | ( | char * | filename, | |
int | mode | |||
) |