Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Dhist.c413 bool sample_self, in hist_entry__init() argument
424 if (!sample_self) in hist_entry__init()
522 bool sample_self) in hist_entry__new() argument
537 err = hist_entry__init(he, template, sample_self, callchain_size); in hist_entry__new()
567 bool sample_self) in hists__findnew_entry() argument
592 if (sample_self) { in hists__findnew_entry()
628 he = hist_entry__new(entry, sample_self); in hists__findnew_entry()
632 if (sample_self) in hists__findnew_entry()
639 if (sample_self) in hists__findnew_entry()
680 bool sample_self, in __hists__add_entry() argument
[all …]
Dhist.h143 bool sample_self);
152 bool sample_self);