PandA-2024.02
|
#include "FIXME.h"
#include <string.h>
Go to the source code of this file.
Functions | |
void | run_benchmark (void *vargs) |
void | input_to_data (int fd, void *vdata) |
void | data_to_input (int fd, void *vdata) |
void | output_to_data (int fd, void *vdata) |
void | data_to_output (int fd, void *vdata) |
int | check_data (void *vdata, void *vref) |
Variables | |
int | INPUT_SIZE = sizeof(struct bench_args_t) |
void data_to_input | ( | int | fd, |
void * | vdata | ||
) |
Definition at line 30 of file support.c.
References write_section_header().
void data_to_output | ( | int | fd, |
void * | vdata | ||
) |
Definition at line 57 of file support.c.
References write_section_header().
void input_to_data | ( | int | fd, |
void * | vdata | ||
) |
Definition at line 17 of file support.c.
References find_section_start(), and readfile().
void output_to_data | ( | int | fd, |
void * | vdata | ||
) |
Definition at line 44 of file support.c.
References find_section_start(), and readfile().
void run_benchmark | ( | void * | vargs | ) |
Definition at line 6 of file support.c.
References test_panda::args, bench_args_t::buf, bench_args_t::ctx, and bench_args_t::k.
int INPUT_SIZE = sizeof(struct bench_args_t) |