Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dhist.c438 bool sample_self, in hist_entry__init() argument
449 if (!sample_self) in hist_entry__init()
549 bool sample_self) in hist_entry__new() argument
564 err = hist_entry__init(he, template, sample_self, callchain_size); in hist_entry__new()
594 bool sample_self) in hists__findnew_entry() argument
617 if (sample_self) { in hists__findnew_entry()
660 he = hist_entry__new(entry, sample_self); in hists__findnew_entry()
664 if (sample_self) in hists__findnew_entry()
671 if (sample_self) in hists__findnew_entry()
713 bool sample_self, in __hists__add_entry() argument
[all …]
H A Dhist.h157 bool sample_self);
167 bool sample_self);