|
@@ -321,7 +321,7 @@ static const struct option options[] = {
|
|
"pretty printing style key: normal raw"),
|
|
"pretty printing style key: normal raw"),
|
|
OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
|
|
OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
|
|
"sort by key(s): pid, comm, dso, symbol, parent"),
|
|
"sort by key(s): pid, comm, dso, symbol, parent"),
|
|
- OPT_BOOLEAN('P', "full-paths", &event_ops.full_paths,
|
|
|
|
|
|
+ OPT_BOOLEAN('P', "full-paths", &symbol_conf.full_paths,
|
|
"Don't shorten the pathnames taking into account the cwd"),
|
|
"Don't shorten the pathnames taking into account the cwd"),
|
|
OPT_STRING('p', "parent", &parent_pattern, "regex",
|
|
OPT_STRING('p', "parent", &parent_pattern, "regex",
|
|
"regex filter to identify parent, see: '--sort parent'"),
|
|
"regex filter to identify parent, see: '--sort parent'"),
|