Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dhist.c295 bool sample_self) in hist_entry__new() argument
315 if (!sample_self) in hist_entry__new()
371 bool sample_self) in add_hist_entry() argument
395 if (sample_self) in add_hist_entry()
426 he = hist_entry__new(entry, sample_self); in add_hist_entry()
435 if (sample_self) in add_hist_entry()
448 bool sample_self) in __hists__add_entry() argument
474 return add_hist_entry(hists, &entry, al, sample_self); in __hists__add_entry()
Dhist.h112 bool sample_self);