X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fperf%2Fbuiltin-timechart.c;h=d75084bccdb79d4402bd8066212d26e4a4571c74;hb=ec5761eab318e50e69fcf8e63e9edaef5949c067;hp=459b5e3db267a556ebc8b3b83dbebe4b9b0514ec;hpb=eac23d1c384b55e4bbb89ea9e5a6bb77fb4d1140;p=firefly-linux-kernel-4.4.55.git diff --git a/tools/perf/builtin-timechart.c b/tools/perf/builtin-timechart.c index 459b5e3db267..d75084bccdb7 100644 --- a/tools/perf/builtin-timechart.c +++ b/tools/perf/builtin-timechart.c @@ -1022,6 +1022,8 @@ static const struct option options[] = { OPT_CALLBACK('p', "process", NULL, "process", "process selector. Pass a pid or process name.", parse_process), + OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory", + "Look for files with symbols relative to this directory"), OPT_END() };