#include <linux/compiler.h>
#include <linux/kernel.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <errno.h>
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
#include "data.h"
#include "util.h"
#include "debug.h"
Go to the source code of this file.
◆ check_backup()
static int check_backup |
( |
struct perf_data * |
data | ) |
|
|
static |
◆ check_pipe()
static bool check_pipe |
( |
struct perf_data * |
data | ) |
|
|
static |
◆ open_file()
static int open_file |
( |
struct perf_data * |
data | ) |
|
|
static |
◆ open_file_read()
static int open_file_read |
( |
struct perf_data * |
data | ) |
|
|
static |
◆ open_file_write()
static int open_file_write |
( |
struct perf_data * |
data | ) |
|
|
static |
◆ perf_data__close()
void perf_data__close |
( |
struct perf_data * |
data | ) |
|
◆ perf_data__open()
int perf_data__open |
( |
struct perf_data * |
data | ) |
|
◆ 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 |
|
) |
| |