Linux Kernel
3.7.1
|
#include "builtin.h"
#include "util/exec_cmd.h"
#include "util/cache.h"
#include "util/quote.h"
#include "util/run-command.h"
#include "util/parse-events.h"
#include "util/debugfs.h"
#include <pthread.h>
Go to the source code of this file.
Data Structures | |
struct | cmd_struct |
struct | pager_config |
Macros | |
#define | RUN_SETUP (1<<0) |
#define | USE_PAGER (1<<1) |
#define | NEED_WORK_TREE (1<<2) |
Functions | |
int | check_pager_config (const char *cmd) |
void | pthread__unblock_sigwinch (void) |
int | main (int argc, const char **argv) |
Variables | |
const char | perf_usage_string [] |
const char | perf_more_info_string [] |
int | use_browser = -1 |
const char | perf_version_string [] = PERF_VERSION |
const char perf_version_string[] = PERF_VERSION |