|
@@ -267,6 +267,8 @@ static const struct option options[] = {
|
|
|
OPT_BOOLEAN('P', "full-paths", &full_paths,
|
|
|
"Don't shorten the displayed pathnames"),
|
|
|
OPT_STRING('c', "cpu", &cpu_list, "cpu", "list of cpus to profile"),
|
|
|
+ OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory",
|
|
|
+ "Look for files with symbols relative to this directory"),
|
|
|
OPT_BOOLEAN('0', "source", &symbol_conf.annotate_src,
|
|
|
"Interleave source code with assembly code (default)"),
|
|
|
OPT_BOOLEAN('0', "asm-raw", &symbol_conf.annotate_asm_raw,
|