Lines Matching defs:parent
64 struct symbol *parent = NULL;
70 sample->callchain, &parent);
75 he = __hists__add_entry(&evsel->hists, al, parent, sample->period);
164 fprintf(stderr, "selected --sort parent, but no"
440 "sort by key(s): pid, comm, dso, symbol, parent"),
443 OPT_STRING('p', "parent", &parent_pattern, "regex",
444 "regex filter to identify parent, see: '--sort parent'"),
446 "Only display entries with parent-match"),
513 if (sort_dimension__add("parent") < 0)