Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dmutex.h56 #define EXCLUSIVE_LOCKS_REQUIRED(...) __attribute__((exclusive_locks_required(__VA_ARGS__))) macro
71 #define EXCLUSIVE_LOCKS_REQUIRED(...) macro
112 void cond_wait(struct cond *cnd, struct mutex *mtx) EXCLUSIVE_LOCKS_REQUIRED(mtx);
H A Ddso.c514 static void dso__list_add(struct dso *dso) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in dso__list_add()
525 static void dso__list_del(struct dso *dso) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in dso__list_del()
540 static int do_open(char *name) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in do_open()
567 EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in __open_dso()
633 EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in open_dso()
659 static void close_data_fd(struct dso *dso) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in close_data_fd()
676 static void close_dso(struct dso *dso) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in close_dso()
681 static void close_first_dso(void) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in close_first_dso()
726 static bool may_cache_fd(void) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in may_cache_fd()
742 static void check_data_close(void) EXCLUSIVE_LOCKS_REQUIRED(_dso__data_open_lock) in check_data_close()
[all …]
/linux-6.15/tools/perf/
H A Dbuiltin-top.c201 EXCLUSIVE_LOCKS_REQUIRED(he->hists->lock) in perf_top__record_precise_ip()
729 EXCLUSIVE_LOCKS_REQUIRED(iter->he->hists->lock) in hist_iter__top_callback()
H A Dbuiltin-sched.c704 EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex) in wait_for_tasks()
705 EXCLUSIVE_LOCKS_REQUIRED(sched->start_work_mutex) in wait_for_tasks()
756 EXCLUSIVE_LOCKS_REQUIRED(sched->work_done_wait_mutex) in run_one_test()
757 EXCLUSIVE_LOCKS_REQUIRED(sched->start_work_mutex) in run_one_test()