Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dhist.c440 bool sample_self, in hist_entry__init() argument
451 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
621 if (sample_self) { in hists__findnew_entry()
657 he = hist_entry__new(entry, sample_self); in hists__findnew_entry()
661 if (sample_self) in hists__findnew_entry()
668 if (sample_self) in hists__findnew_entry()
709 bool sample_self, in __hists__add_entry() argument
[all …]
Dhist.h150 bool sample_self);
159 bool sample_self);