Home
last modified time | relevance | path

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

/tools/perf/util/
Dhist.c304 bool sample_self) in hist_entry__new() argument
324 if (!sample_self) in hist_entry__new()
379 bool sample_self) in add_hist_entry() argument
403 if (sample_self) in add_hist_entry()
434 he = hist_entry__new(entry, sample_self); in add_hist_entry()
441 if (sample_self) in add_hist_entry()
454 bool sample_self) in __hists__add_entry() argument
480 return add_hist_entry(hists, &entry, al, sample_self); in __hists__add_entry()
Dhist.h112 bool sample_self);