#include "builtin.h"
#include "perf.h"
#include "util/evsel.h"
#include "util/evlist.h"
#include "util/term.h"
#include "util/util.h"
#include "util/cache.h"
#include "util/symbol.h"
#include "util/thread.h"
#include "util/header.h"
#include "util/session.h"
#include "util/intlist.h"
#include <subcmd/parse-options.h>
#include "util/trace-event.h"
#include "util/debug.h"
#include "util/tool.h"
#include "util/stat.h"
#include "util/top.h"
#include "util/data.h"
#include "util/ordered-events.h"
#include <sys/prctl.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <linux/kernel.h>
#include <linux/time64.h>
#include <errno.h>
#include <inttypes.h>
#include <poll.h>
#include <termios.h>
#include <semaphore.h>
#include <signal.h>
#include <math.h>
Go to the source code of this file.
◆ __cmd_buildid_list()
static int __cmd_buildid_list |
( |
const char * |
file_name, |
|
|
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |
|
static |
◆ __cmd_record()
static int __cmd_record |
( |
const char * |
file_name, |
|
|
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |
|
static |
◆ __cmd_report()
static int __cmd_report |
( |
const char * |
file_name, |
|
|
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |
|
static |
◆ cmd_kvm()
int cmd_kvm |
( |
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |
◆ get_filename_for_perf_kvm()
static const char* get_filename_for_perf_kvm |
( |
void |
| ) |
|
|
static |