Home | History | Annotate | Download | only in util

Lines Matching refs:force

22 static int perf_session__open(struct perf_session *self, bool force)
50 if (!force && input_stat.st_uid && (input_stat.st_uid != geteuid())) {
137 bool force, bool repipe,
167 if (perf_session__open(self, force) < 0)