|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | buildid_dir_config |
Macros | |
| #define | MAXNAME (256) |
| #define | DEBUG_CACHE_DIR ".debug" |
Functions | |
| int | perf_config_int (const char *name, const char *value) |
| int | perf_config_bool (const char *name, const char *value) |
| const char * | perf_config_dirname (const char *name, const char *value) |
| int | perf_default_config (const char *var, const char *value, void *dummy __maybe_unused) |
| int | perf_config (config_fn_t fn, void *data) |
| int | config_error_nonbool (const char *var) |
| void | set_buildid_dir (void) |
Variables | |
| char | buildid_dir [MAXPATHLEN] |
| int perf_config | ( | config_fn_t | fn, |
| void * | data | ||
| ) |
| char buildid_dir[MAXPATHLEN] |
1.8.2