Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Dhist.c428 bool sample_self, in hist_entry__init() argument
439 if (!sample_self) in hist_entry__init()
537 bool sample_self) in hist_entry__new() argument
552 err = hist_entry__init(he, template, sample_self, callchain_size); in hist_entry__new()
582 bool sample_self) in hists__findnew_entry() argument
607 if (sample_self) { in hists__findnew_entry()
643 he = hist_entry__new(entry, sample_self); in hists__findnew_entry()
647 if (sample_self) in hists__findnew_entry()
654 if (sample_self) in hists__findnew_entry()
695 bool sample_self, in __hists__add_entry() argument
[all …]
Dhist.h144 bool sample_self);
153 bool sample_self);