#include <stdbool.h>
Go to the source code of this file.
◆ perf_data_mode
Enumerator |
---|
PERF_DATA_MODE_WRITE | |
PERF_DATA_MODE_READ | |
Definition at line 7 of file data.h.
◆ perf_data__close()
void perf_data__close |
( |
struct perf_data * |
data | ) |
|
◆ perf_data__fd()
static int perf_data__fd |
( |
struct perf_data * |
data | ) |
|
|
inlinestatic |
◆ perf_data__is_pipe()
static int perf_data__is_pipe |
( |
struct perf_data * |
data | ) |
|
|
inlinestatic |
◆ perf_data__is_read()
static bool perf_data__is_read |
( |
struct perf_data * |
data | ) |
|
|
inlinestatic |
◆ perf_data__is_write()
static bool perf_data__is_write |
( |
struct perf_data * |
data | ) |
|
|
inlinestatic |
◆ perf_data__open()
int perf_data__open |
( |
struct perf_data * |
data | ) |
|
◆ perf_data__size()
static unsigned long perf_data__size |
( |
struct perf_data * |
data | ) |
|
|
inlinestatic |
◆ perf_data__switch()
int perf_data__switch |
( |
struct perf_data * |
data, |
|
|
const char * |
postfix, |
|
|
size_t |
pos, |
|
|
bool |
at_exit |
|
) |
| |
◆ perf_data__write()
ssize_t perf_data__write |
( |
struct perf_data * |
data, |
|
|
void * |
buf, |
|
|
size_t |
size |
|
) |
| |
◆ perf_data_file__write()
ssize_t perf_data_file__write |
( |
struct perf_data_file * |
file, |
|
|
void * |
buf, |
|
|
size_t |
size |
|
) |
| |