|
@@ -591,6 +591,8 @@ static const char * const annotate_usage[] = {
|
|
|
static const struct option options[] = {
|
|
|
OPT_STRING('i', "input", &input_name, "file",
|
|
|
"input file name"),
|
|
|
+ OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]",
|
|
|
+ "only consider symbols in these dsos"),
|
|
|
OPT_STRING('s', "symbol", &sym_hist_filter, "symbol",
|
|
|
"symbol to annotate"),
|
|
|
OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),
|