Home
last modified time | relevance | path

Searched refs:EXCLUSIVE_LOCKS_REQUIRED (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/
H A Dmutex.h62 #define EXCLUSIVE_LOCKS_REQUIRED(...) __attribute__((exclusive_locks_required(__VA_ARGS__))) macro
81 #define EXCLUSIVE_LOCKS_REQUIRED(...) macro
125 void cond_wait(struct cond *cnd, struct mutex *mtx) EXCLUSIVE_LOCKS_REQUIRED(mtx);
H A Ddso.c515 static void dso__list_add(struct dso *dso) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in dso__list_add()
526 static void dso__list_del(struct dso *dso) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in dso__list_del()
541 static int do_open(char *name) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in do_open()
612 EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in __open_dso()
644 EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in open_dso()
670 static void close_data_fd(struct dso *dso) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in close_data_fd()
687 static void close_dso(struct dso *dso) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in close_dso()
692 static void close_first_dso(void) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in close_first_dso()
737 static bool may_cache_fd(void) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in may_cache_fd()
753 static void check_data_close(void) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in check_data_close()
[all …]
H A Dintel-tpebs.c70 EXCLUSIVE_LOCKS_REQUIRED(tpebs_mtx_get());
253 static int tpebs_send_record_cmd(const char *msg) EXCLUSIVE_LOCKS_REQUIRED(tpebs_mtx_get()) in tpebs_send_record_cmd()
330 static int tpebs_stop(void) EXCLUSIVE_LOCKS_REQUIRED(tpebs_mtx_get()) in tpebs_stop()
H A Dthread.c252 EXCLUSIVE_LOCKS_REQUIRED(thread__comm_lock(thread)) in ____thread__set_comm()
/linux/tools/perf/
H A Dbuiltin-top.c202 EXCLUSIVE_LOCKS_REQUIRED(he->hists->lock) in perf_top__record_precise_ip()
731 EXCLUSIVE_LOCKS_REQUIRED(iter->he->hists->lock) in hist_iter__top_callback()
H A Dbuiltin-sched.c711 EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex) in wait_for_tasks()
712 EXCLUSIVE_LOCKS_REQUIRED(sched->start_work_mutex) in wait_for_tasks()
763 EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex) in run_one_test()
764 EXCLUSIVE_LOCKS_REQUIRED(sched->start_work_mutex) in run_one_test()