#include <ebpf_api.h>
|
| size_t | data_size_in |
| | Size of input data.
|
| |
| size_t | data_size_out |
| | Maximum length of data_out on input and actual length of data_out on output.
|
| |
| size_t | context_size_in |
| | Size of input context.
|
| |
| size_t | context_size_out |
| | Maximum length of context_out on input and actual length of context_out on output.
|
| |
| uint64_t | return_value |
| | Return value from the program.
|
| |
| size_t | repeat_count |
| | Number of times to repeat the program.
|
| |
| uint64_t | duration |
| | Duration in nanoseconds of the program execution.
|
| |
| uint32_t | flags |
| | Flags to control the test run.
|
| |
| uint32_t | cpu |
| | CPU to run the program on.
|
| |
| size_t | batch_size |
| | Number of times to repeat the program in a batch.
|
| |
◆ _Readable_bytes_() [1/2]
Input context to the program.
◆ _Readable_bytes_() [2/2]
| _ebpf_test_run_options::_Readable_bytes_ |
( |
data_size_in |
| ) |
const |
Input data to the program.
◆ _Writable_bytes_() [1/2]
Output context from the program.
◆ _Writable_bytes_() [2/2]
Output data from the program.
◆ batch_size
| size_t _ebpf_test_run_options::batch_size |
Number of times to repeat the program in a batch.
◆ context_size_in
| size_t _ebpf_test_run_options::context_size_in |
◆ context_size_out
| size_t _ebpf_test_run_options::context_size_out |
Maximum length of context_out on input and actual length of context_out on output.
◆ cpu
| uint32_t _ebpf_test_run_options::cpu |
CPU to run the program on.
◆ data_size_in
| size_t _ebpf_test_run_options::data_size_in |
◆ data_size_out
| size_t _ebpf_test_run_options::data_size_out |
Maximum length of data_out on input and actual length of data_out on output.
◆ duration
| uint64_t _ebpf_test_run_options::duration |
Duration in nanoseconds of the program execution.
◆ flags
| uint32_t _ebpf_test_run_options::flags |
Flags to control the test run.
◆ repeat_count
| size_t _ebpf_test_run_options::repeat_count |
Number of times to repeat the program.
◆ return_value
| uint64_t _ebpf_test_run_options::return_value |
Return value from the program.
The documentation for this struct was generated from the following file: