Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
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()
655 he = hist_entry__new(entry, sample_self); in hists__findnew_entry()
659 if (sample_self) in hists__findnew_entry()
666 if (sample_self) in hists__findnew_entry()
708 bool sample_self, in __hists__add_entry() argument
[all …]
Dhist.h157 bool sample_self);
167 bool sample_self);