Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dhist.c373 bool sample_self, in hist_entry__init() argument
384 if (!sample_self) in hist_entry__init()
463 bool sample_self) in hist_entry__new() argument
478 err = hist_entry__init(he, template, sample_self, callchain_size); in hist_entry__new()
508 bool sample_self) in hists__findnew_entry() argument
532 if (sample_self) { in hists__findnew_entry()
564 he = hist_entry__new(entry, sample_self); in hists__findnew_entry()
568 if (sample_self) in hists__findnew_entry()
575 if (sample_self) in hists__findnew_entry()
589 bool sample_self, in __hists__add_entry() argument
[all …]
Dhist.h136 bool sample_self);
145 bool sample_self);