Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dhist.c315 bool sample_self) in hist_entry__new() argument
335 if (!sample_self) in hist_entry__new()
387 bool sample_self) in hists__findnew_entry() argument
411 if (sample_self) in hists__findnew_entry()
441 he = hist_entry__new(entry, sample_self); in hists__findnew_entry()
450 if (sample_self) in hists__findnew_entry()
463 bool sample_self) in __hists__add_entry() argument
490 return hists__findnew_entry(hists, &entry, al, sample_self); in __hists__add_entry()
Dhist.h119 bool sample_self);