Home
last modified time | relevance | path

Searched refs:sym_parent (Results 1 – 2 of 2) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dhist.c407 struct symbol *sym_parent, in __hists__add_mem_entry() argument
426 .parent = sym_parent, in __hists__add_mem_entry()
427 .filtered = symbol__parent_filter(sym_parent), in __hists__add_mem_entry()
437 struct symbol *sym_parent, in __hists__add_branch_entry() argument
456 .parent = sym_parent, in __hists__add_branch_entry()
457 .filtered = symbol__parent_filter(sym_parent), in __hists__add_branch_entry()
468 struct symbol *sym_parent, u64 period, in __hists__add_entry() argument
485 .parent = sym_parent, in __hists__add_entry()
486 .filtered = symbol__parent_filter(sym_parent), in __hists__add_entry()
Dhist.h95 struct symbol *sym_parent,
102 struct symbol *sym_parent,