Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dhist.h184 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel);
H A Dhist.c375 void hists__decay_entries(struct hists *hists, bool zap_user, bool zap_kernel) in hists__decay_entries() argument
383 if (((zap_user && n->level == '.') || in hists__decay_entries()