Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dhist.c524 bool sample_self, in hist_entry__init() argument
535 if (!sample_self) in hist_entry__init()
635 bool sample_self) in hist_entry__new() argument
650 err = hist_entry__init(he, template, sample_self, callchain_size); in hist_entry__new()
682 bool sample_self) in hists__findnew_entry() argument
706 if (sample_self) { in hists__findnew_entry()
743 he = hist_entry__new(entry, sample_self); in hists__findnew_entry()
747 if (sample_self) in hists__findnew_entry()
754 if (sample_self) in hists__findnew_entry()
800 bool sample_self, in __hists__add_entry() argument
[all …]
H A Dhist.h351 bool sample_self);
361 bool sample_self);