perf_singlethreaded  470 tools/perf/util/machine.c 	if (perf_singlethreaded)
perf_singlethreaded  485 tools/perf/util/machine.c 	if (perf_singlethreaded)
perf_singlethreaded   17 tools/perf/util/rwsem.c 	return perf_singlethreaded ? 0 : pthread_rwlock_rdlock(&sem->lock);
perf_singlethreaded   22 tools/perf/util/rwsem.c 	return perf_singlethreaded ? 0 : pthread_rwlock_unlock(&sem->lock);
perf_singlethreaded   27 tools/perf/util/rwsem.c 	return perf_singlethreaded ? 0 : pthread_rwlock_wrlock(&sem->lock);
perf_singlethreaded   32 tools/perf/util/rwsem.c 	return perf_singlethreaded ? 0 : pthread_rwlock_unlock(&sem->lock);
perf_singlethreaded   30 tools/perf/util/util.c bool perf_singlethreaded = true;
perf_singlethreaded   34 tools/perf/util/util.c 	perf_singlethreaded = true;
perf_singlethreaded   39 tools/perf/util/util.c 	perf_singlethreaded = false;
perf_singlethreaded   46 tools/perf/util/util.h extern bool perf_singlethreaded;