Symbol: EXCLUSIVE_LOCKS_REQUIRED
tools/perf/builtin-sched.c
711
EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex)
tools/perf/builtin-sched.c
712
EXCLUSIVE_LOCKS_REQUIRED(sched->start_work_mutex)
tools/perf/builtin-sched.c
763
EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex)
tools/perf/builtin-sched.c
764
EXCLUSIVE_LOCKS_REQUIRED(sched->start_work_mutex)
tools/perf/builtin-top.c
202
EXCLUSIVE_LOCKS_REQUIRED(he->hists->lock)
tools/perf/builtin-top.c
731
EXCLUSIVE_LOCKS_REQUIRED(iter->he->hists->lock)
tools/perf/util/dso.c
515
static void dso__list_add(struct dso *dso) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
526
static void dso__list_del(struct dso *dso) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
541
static int do_open(char *name) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
612
EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
644
EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
670
static void close_data_fd(struct dso *dso) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
687
static void close_dso(struct dso *dso) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
692
static void close_first_dso(void) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
737
static bool may_cache_fd(void) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
753
static void check_data_close(void) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/dso.c
775
EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock)
tools/perf/util/intel-tpebs.c
253
static int tpebs_send_record_cmd(const char *msg) EXCLUSIVE_LOCKS_REQUIRED(tpebs_mtx_get())
tools/perf/util/intel-tpebs.c
330
static int tpebs_stop(void) EXCLUSIVE_LOCKS_REQUIRED(tpebs_mtx_get())
tools/perf/util/intel-tpebs.c
70
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
252
EXCLUSIVE_LOCKS_REQUIRED(thread__comm_lock(thread))