Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions | Variables
perf.c File Reference
#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
 

Macro Definition Documentation

#define NEED_WORK_TREE   (1<<2)

Definition at line 291 of file perf.c.

#define RUN_SETUP   (1<<0)

Definition at line 285 of file perf.c.

#define USE_PAGER   (1<<1)

Definition at line 286 of file perf.c.

Function Documentation

int check_pager_config ( const char cmd)

Definition at line 78 of file perf.c.

int main ( int  argc,
const char **  argv 
)

Definition at line 439 of file perf.c.

void pthread__unblock_sigwinch ( void  )

Definition at line 430 of file perf.c.

Variable Documentation

const char perf_more_info_string[]
Initial value:
=
"See 'perf help COMMAND' for more information on a specific command."

Definition at line 22 of file perf.c.

const char perf_usage_string[]
Initial value:
=
"perf [--version] [--help] COMMAND [ARGS]"

Definition at line 19 of file perf.c.

const char perf_version_string[] = PERF_VERSION

Definition at line 283 of file perf.c.

int use_browser = -1

Definition at line 25 of file perf.c.