Home
last modified time | relevance | path

Searched defs:__maybe_unused (Results 1 – 25 of 386) sorted by relevance

12345678910>>...16

/linux/tools/perf/util/
H A Dtool.c82 static int process_event_synth_tracing_data_stub(struct perf_session *session in process_event_synth_tracing_data_stub()
84 union perf_event *event in process_event_synth_tracing_data_stub()
91 static int process_event_synth_attr_stub(const struct perf_tool *tool __maybe_unused, in process_event_synth_attr_stub()
92 union perf_event *event __maybe_unused, in process_event_synth_attr_stub()
93 struct evlist **pevlist in process_event_synth_attr_stub()
100 static int process_event_synth_event_update_stub(const struct perf_tool *tool __maybe_unused, in process_event_synth_event_update_stub()
101 union perf_event *event __maybe_unused, in process_event_synth_event_update_stub()
102 struct evlist **pevlist in process_event_synth_event_update_stub()
112 int process_event_sample_stub(const struct perf_tool *tool __maybe_unused, in process_event_sample_stub()
113 union perf_event *event __maybe_unused, in process_event_sample_stub()
[all …]
H A Diostat.c7 __weak int iostat_prepare(struct evlist *evlist __maybe_unused, in iostat_prepare()
8 struct perf_stat_config *config __maybe_unused) in iostat_prepare()
13 __weak int iostat_parse(const struct option *opt __maybe_unused, in iostat_parse()
14 const char *str __maybe_unused, in iostat_parse()
15 int unset __maybe_unused) in iostat_parse()
21 __weak void iostat_list(struct evlist *evlist __maybe_unused, in iostat_list()
22 struct perf_stat_config *config __maybe_unused) in iostat_list()
26 __weak void iostat_release(struct evlist *evlist __maybe_unused) in iostat_release()
30 __weak void iostat_print_header_prefix(struct perf_stat_config *config __maybe_unused) in iostat_print_header_prefix()
34 __weak void iostat_print_metric(struct perf_stat_config *config __maybe_unused, in iostat_print_metric()
[all …]
H A Dcompress.h63 static inline int zstd_init(struct zstd_data *data __maybe_unused, int level __maybe_unused) in zstd_decompress_stream() argument
43 zstd_init(struct zstd_data * data __maybe_unused,int level __maybe_unused) zstd_init() argument
48 zstd_fini(struct zstd_data * data __maybe_unused) zstd_fini() argument
54 zstd_compress_stream_to_records(struct zstd_data * data __maybe_unused,void * dst __maybe_unused,size_t dst_size __maybe_unused,void * src __maybe_unused,size_t src_size __maybe_unused,size_t max_record_size __maybe_unused,size_t process_header (void * record,size_t increment)__maybe_unused) zstd_compress_stream_to_records() argument
55 zstd_compress_stream_to_records(struct zstd_data * data __maybe_unused,void * dst __maybe_unused,size_t dst_size __maybe_unused,void * src __maybe_unused,size_t src_size __maybe_unused,size_t max_record_size __maybe_unused,size_t process_header (void * record,size_t increment)__maybe_unused) zstd_compress_stream_to_records() argument
56 zstd_compress_stream_to_records(struct zstd_data * data __maybe_unused,void * dst __maybe_unused,size_t dst_size __maybe_unused,void * src __maybe_unused,size_t src_size __maybe_unused,size_t max_record_size __maybe_unused,size_t process_header (void * record,size_t increment)__maybe_unused) zstd_compress_stream_to_records() argument
57 zstd_compress_stream_to_records(struct zstd_data * data __maybe_unused,void * dst __maybe_unused,size_t dst_size __maybe_unused,void * src __maybe_unused,size_t src_size __maybe_unused,size_t max_record_size __maybe_unused,size_t process_header (void * record,size_t increment)__maybe_unused) zstd_compress_stream_to_records() argument
64 zstd_decompress_stream(struct zstd_data * data __maybe_unused,void * src __maybe_unused,size_t src_size __maybe_unused,void * dst __maybe_unused,size_t dst_size __maybe_unused) zstd_decompress_stream() argument
65 zstd_decompress_stream(struct zstd_data * data __maybe_unused,void * src __maybe_unused,size_t src_size __maybe_unused,void * dst __maybe_unused,size_t dst_size __maybe_unused) zstd_decompress_stream() argument
[all...]
H A Dunwind.h50 static inline int unwind__prepare_access(struct maps *maps __maybe_unused, in unwind__prepare_access()
51 struct map *map __maybe_unused, in unwind__prepare_access()
52 bool *initialized __maybe_unused) in unwind__prepare_access()
57 static inline void unwind__flush_access(struct maps *maps __maybe_unused) {} in unwind__flush_access()
58 static inline void unwind__finish_access(struct maps *maps __maybe_unused) {} in unwind__finish_access()
62 unwind__get_entries(unwind_entry_cb_t cb __maybe_unused, in unwind__get_entries()
63 void *arg __maybe_unused, in unwind__get_entries()
64 struct thread *thread __maybe_unused, in unwind__get_entries()
65 struct perf_sample *data __maybe_unused, in unwind__get_entries()
66 int max_stack __maybe_unused, in unwind__get_entries()
[all …]
H A Dmmap.c44 int __weak auxtrace_mmap__mmap(struct auxtrace_mmap *mm __maybe_unused, in auxtrace_mmap__mmap() argument
45 struct auxtrace_mmap_params *mp __maybe_unused, in auxtrace_mmap__mmap() argument
46 void *userpg __maybe_unused, in auxtrace_mmap__mmap() argument
47 int fd __maybe_unused) in auxtrace_mmap__mmap() argument
52 void __weak auxtrace_mmap__munmap(struct auxtrace_mmap *mm __maybe_unused) in auxtrace_mmap__munmap() argument
56 void __weak auxtrace_mmap_params__init(struct auxtrace_mmap_params *mp __maybe_unused, in auxtrace_mmap_params__init() argument
57 off_t auxtrace_offset __maybe_unused, in auxtrace_mmap_params__init() argument
58 unsigned int auxtrace_pages __maybe_unused, in auxtrace_mmap_params__init() argument
59 bool auxtrace_overwrite __maybe_unused) in auxtrace_mmap_params__init() argument
63 void __weak auxtrace_mmap_params__set_idx(struct auxtrace_mmap_params *mp __maybe_unused, in auxtrace_mmap_params__set_idx() argument
64 auxtrace_mmap_params__set_idx(struct auxtrace_mmap_params * mp __maybe_unused,struct evlist * evlist __maybe_unused,struct evsel * evsel __maybe_unused,int idx __maybe_unused) auxtrace_mmap_params__set_idx() argument
65 auxtrace_mmap_params__set_idx(struct auxtrace_mmap_params * mp __maybe_unused,struct evlist * evlist __maybe_unused,struct evsel * evsel __maybe_unused,int idx __maybe_unused) auxtrace_mmap_params__set_idx() argument
66 auxtrace_mmap_params__set_idx(struct auxtrace_mmap_params * mp __maybe_unused,struct evlist * evlist __maybe_unused,struct evsel * evsel __maybe_unused,int idx __maybe_unused) auxtrace_mmap_params__set_idx() argument
140 perf_mmap__aio_bind(struct mmap * map __maybe_unused,int idx __maybe_unused,struct perf_cpu cpu __maybe_unused,int affinity __maybe_unused) perf_mmap__aio_bind() argument
141 perf_mmap__aio_bind(struct mmap * map __maybe_unused,int idx __maybe_unused,struct perf_cpu cpu __maybe_unused,int affinity __maybe_unused) perf_mmap__aio_bind() argument
213 perf_mmap__aio_enabled(struct mmap * map __maybe_unused) perf_mmap__aio_enabled() argument
218 perf_mmap__aio_mmap(struct mmap * map __maybe_unused,struct mmap_params * mp __maybe_unused) perf_mmap__aio_mmap() argument
219 perf_mmap__aio_mmap(struct mmap * map __maybe_unused,struct mmap_params * mp __maybe_unused) perf_mmap__aio_mmap() argument
224 perf_mmap__aio_munmap(struct mmap * map __maybe_unused) perf_mmap__aio_munmap() argument
[all...]
H A Dsymbol-minimal.c78 int filename__read_debuglink(const char *filename __maybe_unused, in filename__read_debuglink()
79 char *debuglink __maybe_unused, in filename__read_debuglink()
80 size_t size __maybe_unused) in filename__read_debuglink()
253 bool symsrc__possibly_runtime(struct symsrc *ss __maybe_unused) in symsrc__possibly_runtime()
259 bool symsrc__has_symtab(struct symsrc *ss __maybe_unused) in symsrc__has_symtab()
270 int dso__synthesize_plt_symbols(struct dso *dso __maybe_unused, in dso__synthesize_plt_symbols()
271 struct symsrc *ss __maybe_unused) in dso__synthesize_plt_symbols()
314 int dso__load_sym(struct dso *dso, struct map *map __maybe_unused, in dso__load_sym()
316 struct symsrc *runtime_ss __maybe_unused, in dso__load_sym()
317 int kmodule __maybe_unused) in dso__load_sym()
[all …]
H A Dauxtrace.h468 int kernel_is_64_bit __maybe_unused) in auxtrace_mmap__read_head()
485 int kernel_is_64_bit __maybe_unused) in auxtrace_mmap__write_tail()
709 auxtrace_record__init(struct evlist *evlist __maybe_unused, in auxtrace_record__init()
717 void auxtrace_record__free(struct auxtrace_record *itr __maybe_unused) in auxtrace_record__free()
722 int auxtrace_record__options(struct auxtrace_record *itr __maybe_unused, in auxtrace_record__options()
723 struct evlist *evlist __maybe_unused, in auxtrace_record__options()
724 struct record_opts *opts __maybe_unused) in auxtrace_record__options()
730 int perf_event__process_auxtrace_info(struct perf_session *session __maybe_unused, in perf_event__process_auxtrace_info()
731 union perf_event *event __maybe_unused) in perf_event__process_auxtrace_info()
737 s64 perf_event__process_auxtrace(struct perf_session *session __maybe_unused, in perf_event__process_auxtrace()
[all …]
H A Dsynthetic-events.h119 perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr __maybe_unused, in perf_event__synthesize_auxtrace_info()
120 const struct perf_tool *tool __maybe_unused, in perf_event__synthesize_auxtrace_info()
121 struct perf_session *session __maybe_unused, in perf_event__synthesize_auxtrace_info()
122 perf_event__handler_t process __maybe_unused) in perf_event__synthesize_auxtrace_info()
132 static inline int perf_event__synthesize_bpf_events(struct perf_session *session __maybe_unused, in perf_event__synthesize_bpf_events()
133 perf_event__handler_t process __maybe_unused, in perf_event__synthesize_bpf_events()
134 struct machine *machine __maybe_unused, in perf_event__synthesize_bpf_events()
135 struct record_opts *opts __maybe_unused) in perf_event__synthesize_bpf_events()
H A Ddump-insn.c8 const char *dump_insn(struct perf_insn *x __maybe_unused, in dump_insn()
9 u64 ip __maybe_unused, u8 *inbuf __maybe_unused, in dump_insn()
10 int inlen __maybe_unused, int *lenp) in dump_insn()
18 int arch_is_uncond_branch(const unsigned char *buf __maybe_unused, in arch_is_uncond_branch()
19 size_t len __maybe_unused, in arch_is_uncond_branch()
20 int x86_64 __maybe_unused) in arch_is_uncond_branch()
H A Dcapstone.c101 ssize_t capstone__fprintf_insn_asm(struct machine *machine __maybe_unused, in capstone__fprintf_insn_asm()
102 struct thread *thread __maybe_unused, in capstone__fprintf_insn_asm()
103 u8 cpumode __maybe_unused, bool is64bit __maybe_unused, in capstone__fprintf_insn_asm()
104 const uint8_t *code __maybe_unused, in capstone__fprintf_insn_asm()
105 size_t code_size __maybe_unused, in capstone__fprintf_insn_asm()
106 uint64_t ip __maybe_unused, int *lenp __maybe_unused, in capstone__fprintf_insn_asm()
107 int print_opts __maybe_unused, FILE *fp __maybe_unused) in capstone__fprintf_insn_asm()
219 int symbol__disassemble_capstone(const char *filename __maybe_unused, in symbol__disassemble_capstone()
220 struct symbol *sym __maybe_unused, in symbol__disassemble_capstone()
221 struct annotate_args *args __maybe_unused) in symbol__disassemble_capstone()
[all …]
H A Dbpf_counter.h41 static inline int bpf_counter__load(struct evsel *evsel __maybe_unused, in bpf_counter__load()
42 struct target *target __maybe_unused) in bpf_counter__load()
47 static inline int bpf_counter__enable(struct evsel *evsel __maybe_unused) in bpf_counter__enable()
52 static inline int bpf_counter__disable(struct evsel *evsel __maybe_unused) in bpf_counter__disable()
57 static inline int bpf_counter__read(struct evsel *evsel __maybe_unused) in bpf_counter__read()
62 static inline void bpf_counter__destroy(struct evsel *evsel __maybe_unused) in bpf_counter__destroy()
66 static inline int bpf_counter__install_pe(struct evsel *evsel __maybe_unused, in bpf_counter__install_pe()
67 int cpu __maybe_unused, in bpf_counter__install_pe()
68 int fd __maybe_unused) in bpf_counter__install_pe()
H A Dbpf-event.h48 static inline int machine__process_bpf(struct machine *machine __maybe_unused, in machine__process_bpf()
49 union perf_event *event __maybe_unused, in machine__process_bpf()
50 struct perf_sample *sample __maybe_unused) in machine__process_bpf()
55 static inline int evlist__add_bpf_sb_event(struct evlist *evlist __maybe_unused, in evlist__add_bpf_sb_event()
56 struct perf_env *env __maybe_unused) in evlist__add_bpf_sb_event()
61 static inline void __bpf_event__print_bpf_prog_info(struct bpf_prog_info *info __maybe_unused, in __bpf_event__print_bpf_prog_info()
62 struct perf_env *env __maybe_unused, in __bpf_event__print_bpf_prog_info()
63 FILE *fp __maybe_unused) in __bpf_event__print_bpf_prog_info()
68 static inline void bpf_metadata_free(struct bpf_metadata *metadata __maybe_unused) in bpf_metadata_free()
H A Dllvm.c35 int llvm__addr2line(const char *dso_name __maybe_unused, u64 addr __maybe_unused, in llvm__addr2line()
36 char **file __maybe_unused, unsigned int *line __maybe_unused, in llvm__addr2line()
37 struct dso *dso __maybe_unused, bool unwind_inlines __maybe_unused, in llvm__addr2line()
38 struct inline_node *node __maybe_unused, struct symbol *sym __maybe_unused) in llvm__addr2line()
102 uint64_t address __maybe_unused, in symbol_lookup_callback()
103 const char **ref __maybe_unused) in symbol_lookup_callback()
117 struct annotate_args *args __maybe_unused) in symbol__disassemble_llvm()
H A Dtrace_augment.h27 static inline int augmented_syscalls__create_bpf_output(struct evlist *evlist __maybe_unused) in augmented_syscalls__create_bpf_output()
36 static inline int augmented_syscalls__set_filter_pids(unsigned int nr __maybe_unused, in augmented_syscalls__set_filter_pids()
37 pid_t *pids __maybe_unused) in augmented_syscalls__set_filter_pids()
42 static inline int augmented_syscalls__get_map_fds(int *enter_fd __maybe_unused, in augmented_syscalls__get_map_fds()
43 int *exit_fd __maybe_unused, in augmented_syscalls__get_map_fds()
44 int *beauty_fd __maybe_unused) in augmented_syscalls__get_map_fds()
50 augmented_syscalls__find_by_title(const char *name __maybe_unused) in augmented_syscalls__find_by_title()
H A Devent.c119 char type __maybe_unused, u64 start) in find_any_symbol_cb()
224 int perf_event__process_comm(const struct perf_tool *tool __maybe_unused, in perf_event__process_comm()
232 int perf_event__process_namespaces(const struct perf_tool *tool __maybe_unused, in perf_event__process_namespaces()
240 int perf_event__process_cgroup(const struct perf_tool *tool __maybe_unused, in perf_event__process_cgroup()
248 int perf_event__process_lost(const struct perf_tool *tool __maybe_unused, in perf_event__process_lost()
256 int perf_event__process_aux(const struct perf_tool *tool __maybe_unused, in perf_event__process_aux()
258 struct perf_sample *sample __maybe_unused, in perf_event__process_aux()
264 int perf_event__process_itrace_start(const struct perf_tool *tool __maybe_unused, in perf_event__process_itrace_start()
266 struct perf_sample *sample __maybe_unused, in perf_event__process_itrace_start()
272 int perf_event__process_aux_output_hw_id(const struct perf_tool *tool __maybe_unused, in perf_event__process_aux_output_hw_id()
[all …]
H A Dannotate-data.h258 find_data_type(struct data_loc_info *dloc __maybe_unused) in find_data_type()
264 annotated_data_type__update_samples(struct annotated_data_type *adt __maybe_unused, in annotated_data_type__update_samples()
265 struct evsel *evsel __maybe_unused, in annotated_data_type__update_samples()
266 int offset __maybe_unused, in annotated_data_type__update_samples()
267 int nr_samples __maybe_unused, in annotated_data_type__update_samples()
268 u64 period __maybe_unused) in annotated_data_type__update_samples()
273 static inline void annotated_data_type__tree_delete(struct rb_root *root __maybe_unused) in annotated_data_type__tree_delete()
277 static inline void global_var_type__tree_delete(struct rb_root *root __maybe_unused) in global_var_type__tree_delete()
281 static inline int hist_entry__annotate_data_tty(struct hist_entry *he __maybe_unused, in hist_entry__annotate_data_tty()
282 struct evsel *evsel __maybe_unused) in hist_entry__annotate_data_tty()
[all …]
/linux/tools/perf/tests/
H A Devent_update.c15 static int process_event_unit(const struct perf_tool *tool __maybe_unused, in process_event_unit()
17 struct perf_sample *sample __maybe_unused, in process_event_unit()
18 struct machine *machine __maybe_unused) in process_event_unit()
28 static int process_event_scale(const struct perf_tool *tool __maybe_unused, in process_event_scale()
30 struct perf_sample *sample __maybe_unused, in process_event_scale()
31 struct machine *machine __maybe_unused) in process_event_scale()
48 struct perf_sample *sample __maybe_unused, in process_event_name()
49 struct machine *machine __maybe_unused) in process_event_name()
60 static int process_event_cpus(const struct perf_tool *tool __maybe_unused, in process_event_cpus()
62 struct perf_sample *sample __maybe_unused, in process_event_cpus()
[all …]
H A Dthread-map.c23 static int test__thread_map(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__thread_map()
63 static int process_event(const struct perf_tool *tool __maybe_unused, in process_event()
65 struct perf_sample *sample __maybe_unused, in process_event()
66 struct machine *machine __maybe_unused) in process_event()
90 static int test__thread_map_synthesize(struct test_suite *test __maybe_unused, int subtest __maybe_… in test__thread_map_synthesize()
110 static int test__thread_map_remove(struct test_suite *test __maybe_unused, int subtest __maybe_unus… in test__thread_map_remove()
H A Dwp.c76 static int test__wp_ro(struct test_suite *test __maybe_unused, in test__wp_ro()
77 int subtest __maybe_unused) in test__wp_ro()
100 static int test__wp_wo(struct test_suite *test __maybe_unused, in test__wp_wo()
101 int subtest __maybe_unused) in test__wp_wo()
124 static int test__wp_rw(struct test_suite *test __maybe_unused, in test__wp_rw()
125 int subtest __maybe_unused) in test__wp_rw()
149 static int test__wp_modify(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__wp_modify()
H A Dpfm.c26 static int test__pfm_events(struct test_suite *test __maybe_unused, in test__pfm_events()
27 int subtest __maybe_unused) in test__pfm_events()
87 static int test__pfm_group(struct test_suite *test __maybe_unused, in test__pfm_group()
88 int subtest __maybe_unused) in test__pfm_group()
172 static int test__pfm_events(struct test_suite *test __maybe_unused, in test__pfm_events()
173 int subtest __maybe_unused) in test__pfm_events()
178 static int test__pfm_group(struct test_suite *test __maybe_unused, in test__pfm_group()
179 int subtest __maybe_unused) in test__pfm_group()
H A Dsubcmd-help.c6 static int test__load_cmdnames(struct test_suite *test __maybe_unused, in test__load_cmdnames()
7 int subtest __maybe_unused) in test__load_cmdnames()
23 static int test__uniq_cmdnames(struct test_suite *test __maybe_unused, in test__uniq_cmdnames()
24 int subtest __maybe_unused) in test__uniq_cmdnames()
46 static int test__exclude_cmdnames(struct test_suite *test __maybe_unused, in test__exclude_cmdnames()
47 int subtest __maybe_unused) in test__exclude_cmdnames()
/linux/tools/perf/arch/s390/util/
H A Dauxtrace.c24 static size_t cpumsf_info_priv_size(struct auxtrace_record *itr __maybe_unused, in cpumsf_info_priv_size()
25 struct evlist *evlist __maybe_unused) in cpumsf_info_priv_size()
31 cpumsf_info_fill(struct auxtrace_record *itr __maybe_unused, in cpumsf_info_fill()
32 struct perf_session *session __maybe_unused, in cpumsf_info_fill()
33 struct perf_record_auxtrace_info *auxtrace_info __maybe_unused, in cpumsf_info_fill()
34 size_t priv_size __maybe_unused) in cpumsf_info_fill()
41 cpumsf_reference(struct auxtrace_record *itr __maybe_unused) in cpumsf_reference()
47 cpumsf_recording_options(struct auxtrace_record *ar __maybe_unused, in cpumsf_recording_options()
48 struct evlist *evlist __maybe_unused, in cpumsf_recording_options()
76 cpumsf_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, in cpumsf_parse_snapshot_options()
[all …]
/linux/kernel/locking/
H A Dlocktorture.c170 static int torture_lock_busted_write_lock(int tid __maybe_unused) in torture_lock_busted_write_lock() argument
184 static void torture_lock_busted_write_unlock(int tid __maybe_unused) in torture_lock_busted_write_unlock() argument
242 static int torture_spin_lock_write_lock(int tid __maybe_unused) in torture_spin_lock_write_lock() argument
268 static void torture_spin_lock_write_unlock(int tid __maybe_unused) in torture_spin_lock_write_unlock() argument
285 static int torture_spin_lock_write_lock_irq(int tid __maybe_unused) in torture_spin_lock_write_lock_irq() argument
295 static void torture_lock_spin_write_unlock_irq(int tid __maybe_unused) in torture_lock_spin_write_unlock_irq() argument
314 static int torture_raw_spin_lock_write_lock(int tid __maybe_unused) in torture_raw_spin_lock_write_lock() argument
321 static void torture_raw_spin_lock_write_unlock(int tid __maybe_unused) in torture_raw_spin_lock_write_unlock() argument
338 static int torture_raw_spin_lock_write_lock_irq(int tid __maybe_unused) in torture_raw_spin_lock_write_lock_irq() argument
348 static void torture_raw_spin_lock_write_unlock_irq(int tid __maybe_unused) in torture_raw_spin_lock_write_unlock_irq() argument
367 torture_rwlock_write_lock(int tid __maybe_unused) torture_rwlock_write_lock() argument
387 torture_rwlock_write_unlock(int tid __maybe_unused) torture_rwlock_write_unlock() argument
393 torture_rwlock_read_lock(int tid __maybe_unused) torture_rwlock_read_lock() argument
413 torture_rwlock_read_unlock(int tid __maybe_unused) torture_rwlock_read_unlock() argument
430 torture_rwlock_write_lock_irq(int tid __maybe_unused) torture_rwlock_write_lock_irq() argument
440 torture_rwlock_write_unlock_irq(int tid __maybe_unused) torture_rwlock_write_unlock_irq() argument
446 torture_rwlock_read_lock_irq(int tid __maybe_unused) torture_rwlock_read_lock_irq() argument
456 torture_rwlock_read_unlock_irq(int tid __maybe_unused) torture_rwlock_read_unlock_irq() argument
486 torture_mutex_nested_lock(int tid __maybe_unused,u32 lockset) torture_mutex_nested_lock() argument
497 torture_mutex_lock(int tid __maybe_unused) torture_mutex_lock() argument
513 torture_mutex_unlock(int tid __maybe_unused) torture_mutex_unlock() argument
519 torture_mutex_nested_unlock(int tid __maybe_unused,u32 lockset) torture_mutex_nested_unlock() argument
655 torture_rtmutex_nested_lock(int tid __maybe_unused,u32 lockset) torture_rtmutex_nested_lock() argument
666 torture_rtmutex_lock(int tid __maybe_unused) torture_rtmutex_lock() argument
690 torture_rtmutex_unlock(int tid __maybe_unused) torture_rtmutex_unlock() argument
704 torture_rtmutex_nested_unlock(int tid __maybe_unused,u32 lockset) torture_rtmutex_nested_unlock() argument
730 torture_rwsem_down_write(int tid __maybe_unused) torture_rwsem_down_write() argument
746 torture_rwsem_up_write(int tid __maybe_unused) torture_rwsem_up_write() argument
752 torture_rwsem_down_read(int tid __maybe_unused) torture_rwsem_down_read() argument
770 torture_rwsem_up_read(int tid __maybe_unused) torture_rwsem_up_read() argument
800 torture_percpu_rwsem_down_write(int tid __maybe_unused) torture_percpu_rwsem_down_write() argument
807 torture_percpu_rwsem_up_write(int tid __maybe_unused) torture_percpu_rwsem_up_write() argument
813 torture_percpu_rwsem_down_read(int tid __maybe_unused) torture_percpu_rwsem_down_read() argument
820 torture_percpu_rwsem_up_read(int tid __maybe_unused) torture_percpu_rwsem_up_read() argument
[all...]
/linux/tools/perf/arch/powerpc/util/
H A Dauxtrace.c20 powerpc_vpadtl_recording_options(struct auxtrace_record *ar __maybe_unused, in powerpc_vpadtl_recording_options()
21 struct evlist *evlist __maybe_unused, in powerpc_vpadtl_recording_options()
39 static size_t powerpc_vpadtl_info_priv_size(struct auxtrace_record *itr __maybe_unused, in powerpc_vpadtl_info_priv_size()
40 struct evlist *evlist __maybe_unused) in powerpc_vpadtl_info_priv_size()
46 powerpc_vpadtl_info_fill(struct auxtrace_record *itr __maybe_unused, in powerpc_vpadtl_info_fill()
47 struct perf_session *session __maybe_unused, in powerpc_vpadtl_info_fill()
49 size_t priv_size __maybe_unused) in powerpc_vpadtl_info_fill()
61 static u64 powerpc_vpadtl_reference(struct auxtrace_record *itr __maybe_unused) in powerpc_vpadtl_reference()
/linux/lib/crc/riscv/
H A Dcrc-clmul-consts.h21 static const struct crc_clmul_consts crc16_msb_0x8bb7_consts __maybe_unused = { variable
40 static const struct crc_clmul_consts crc32_msb_0x04c11db7_consts __maybe_unused = { variable
59 static const struct crc_clmul_consts crc32_lsb_0xedb88320_consts __maybe_unused = { variable
78 static const struct crc_clmul_consts crc32_lsb_0x82f63b78_consts __maybe_unused = { variable
100 static const struct crc_clmul_consts crc64_msb_0x42f0e1eba9ea3693_consts __maybe_unused = { variable
116 static const struct crc_clmul_consts crc64_lsb_0x9a6c9329ac4bc9b5_consts __maybe_unused = { variable

12345678910>>...16