Symbol: EXCLUSIVE_LOCKS_REQUIRED
tools/perf/builtin-sched.c
750
EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex)
tools/perf/builtin-sched.c
751
EXCLUSIVE_LOCKS_REQUIRED(sched->start_work_mutex)
tools/perf/builtin-sched.c
802
EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex)
tools/perf/builtin-sched.c
803
EXCLUSIVE_LOCKS_REQUIRED(sched->start_work_mutex)
tools/perf/builtin-top.c
203
EXCLUSIVE_LOCKS_REQUIRED(he->hists->lock)
tools/perf/builtin-top.c
732
EXCLUSIVE_LOCKS_REQUIRED(iter->he->hists->lock)
tools/perf/util/dso.c
521
static void dso__list_add(struct dso *dso) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
532
static void dso__list_del(struct dso *dso) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
547
static int do_open(char *name) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
634
EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
666
EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
692
static void close_data_fd(struct dso *dso) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
709
static void close_dso(struct dso *dso) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
714
static void close_first_dso(void) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
759
static bool may_cache_fd(void) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
775
static void check_data_close(void) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
797
EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/intel-tpebs.c
246
static int tpebs_send_record_cmd(const char *msg) EXCLUSIVE_LOCKS_REQUIRED(tpebs_mtx_get())
tools/perf/util/intel-tpebs.c
323
static int tpebs_stop(void) EXCLUSIVE_LOCKS_REQUIRED(tpebs_mtx_get())
tools/perf/util/intel-tpebs.c
72
EXCLUSIVE_LOCKS_REQUIRED(tpebs_mtx_get());
tools/perf/util/mutex.h
125
void cond_wait(struct cond *cnd, struct mutex *mtx) EXCLUSIVE_LOCKS_REQUIRED(mtx);
tools/perf/util/thread.c
253
EXCLUSIVE_LOCKS_REQUIRED(thread__comm_lock(thread))