Linux Perf
builtin.h File Reference
#include "util/util.h"
Include dependency graph for builtin.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void list_common_cmds_help (void)
 
const char * help_unknown_cmd (const char *cmd)
 
int cmd_annotate (int argc, const char **argv)
 
int cmd_bench (int argc, const char **argv)
 
int cmd_buildid_cache (int argc, const char **argv)
 
int cmd_buildid_list (int argc, const char **argv)
 
int cmd_config (int argc, const char **argv)
 
int cmd_c2c (int argc, const char **argv)
 
int cmd_diff (int argc, const char **argv)
 
int cmd_evlist (int argc, const char **argv)
 
int cmd_help (int argc, const char **argv)
 
int cmd_sched (int argc, const char **argv)
 
int cmd_kallsyms (int argc, const char **argv)
 
int cmd_list (int argc, const char **argv)
 
int cmd_record (int argc, const char **argv)
 
int cmd_report (int argc, const char **argv)
 
int cmd_stat (int argc, const char **argv)
 
int cmd_timechart (int argc, const char **argv)
 
int cmd_top (int argc, const char **argv)
 
int cmd_script (int argc, const char **argv)
 
int cmd_version (int argc, const char **argv)
 
int cmd_probe (int argc, const char **argv)
 
int cmd_kmem (int argc, const char **argv)
 
int cmd_lock (int argc, const char **argv)
 
int cmd_kvm (int argc, const char **argv)
 
int cmd_test (int argc, const char **argv)
 
int cmd_trace (int argc, const char **argv)
 
int cmd_inject (int argc, const char **argv)
 
int cmd_mem (int argc, const char **argv)
 
int cmd_data (int argc, const char **argv)
 
int cmd_ftrace (int argc, const char **argv)
 
int find_scripts (char **scripts_array, char **scripts_path_array)
 

Variables

const char perf_usage_string []
 
const char perf_more_info_string []
 

Function Documentation

◆ cmd_annotate()

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

Definition at line 460 of file builtin-annotate.c.

Here is the call graph for this function:

◆ cmd_bench()

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

Definition at line 215 of file builtin-bench.c.

Here is the call graph for this function:

◆ cmd_buildid_cache()

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

Definition at line 349 of file builtin-buildid-cache.c.

Here is the call graph for this function:

◆ cmd_buildid_list()

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

Definition at line 94 of file builtin-buildid-list.c.

Here is the call graph for this function:

◆ cmd_c2c()

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

Definition at line 2955 of file builtin-c2c.c.

Here is the call graph for this function:

◆ cmd_config()

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

Definition at line 157 of file builtin-config.c.

Here is the call graph for this function:

◆ cmd_data()

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

Definition at line 101 of file builtin-data.c.

Here is the call graph for this function:

◆ cmd_diff()

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

Definition at line 1330 of file builtin-diff.c.

Here is the call graph for this function:

◆ cmd_evlist()

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

Definition at line 52 of file builtin-evlist.c.

Here is the call graph for this function:

◆ cmd_ftrace()

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

Definition at line 440 of file builtin-ftrace.c.

Here is the call graph for this function:

◆ cmd_help()

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

Definition at line 422 of file builtin-help.c.

Here is the call graph for this function:

◆ cmd_inject()

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

Definition at line 744 of file builtin-inject.c.

Here is the call graph for this function:

◆ cmd_kallsyms()

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

Definition at line 47 of file builtin-kallsyms.c.

Here is the call graph for this function:

◆ cmd_kmem()

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

Definition at line 1891 of file builtin-kmem.c.

Here is the call graph for this function:

◆ cmd_kvm()

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

Definition at line 1572 of file builtin-kvm.c.

Here is the call graph for this function:

◆ cmd_list()

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

Definition at line 25 of file builtin-list.c.

Here is the call graph for this function:

◆ cmd_lock()

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

Definition at line 955 of file builtin-lock.c.

Here is the call graph for this function:

◆ cmd_mem()

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

Definition at line 386 of file builtin-mem.c.

Here is the call graph for this function:

◆ cmd_probe()

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

Definition at line 724 of file builtin-probe.c.

Here is the call graph for this function:

◆ cmd_record()

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

Definition at line 1686 of file builtin-record.c.

Here is the call graph for this function:

◆ cmd_report()

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

Definition at line 949 of file builtin-report.c.

Here is the call graph for this function:

◆ cmd_sched()

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

Definition at line 3337 of file builtin-sched.c.

Here is the call graph for this function:

◆ cmd_script()

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

Definition at line 3040 of file builtin-script.c.

◆ cmd_stat()

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

Definition at line 2855 of file builtin-stat.c.

Here is the call graph for this function:

◆ cmd_test()

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

Definition at line 673 of file builtin-test.c.

Here is the call graph for this function:

◆ cmd_timechart()

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

Definition at line 1923 of file builtin-timechart.c.

Here is the call graph for this function:

◆ cmd_top()

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

Definition at line 1245 of file builtin-top.c.

Here is the call graph for this function:

◆ cmd_trace()

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

Definition at line 3022 of file builtin-trace.c.

Here is the call graph for this function:

◆ cmd_version()

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

Definition at line 83 of file builtin-version.c.

Here is the call graph for this function:

◆ find_scripts()

int find_scripts ( char **  scripts_array,
char **  scripts_path_array 
)

Definition at line 2767 of file builtin-script.c.

Here is the call graph for this function:

◆ help_unknown_cmd()

const char* help_unknown_cmd ( const char *  cmd)

Definition at line 53 of file help-unknown-cmd.c.

Here is the call graph for this function:

◆ list_common_cmds_help()

void list_common_cmds_help ( void  )

Definition at line 295 of file builtin-help.c.

Variable Documentation

◆ perf_more_info_string

const char perf_more_info_string[]

Definition at line 36 of file perf.c.

◆ perf_usage_string

const char perf_usage_string[]

Definition at line 33 of file perf.c.