Home
last modified time | relevance | path

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

12345678910>>...17

/linux/drivers/soc/renesas/ !
H A Drenesas-soc.c20 static const struct renesas_family fam_rcar_gen1 __initconst __maybe_unused = { variable
25 static const struct renesas_family fam_rcar_gen2 __initconst __maybe_unused = { variable
30 static const struct renesas_family fam_rcar_gen3 __initconst __maybe_unused = { variable
35 static const struct renesas_family fam_rcar_gen4 __initconst __maybe_unused = { variable
39 static const struct renesas_family fam_rmobile __initconst __maybe_unused = { variable
44 static const struct renesas_family fam_rza1 __initconst __maybe_unused = { variable
48 static const struct renesas_family fam_rza2 __initconst __maybe_unused = { variable
52 static const struct renesas_family fam_rzfive __initconst __maybe_unused = { variable
56 static const struct renesas_family fam_rzg1 __initconst __maybe_unused = { variable
61 static const struct renesas_family fam_rzg2 __initconst __maybe_unused = { variable
[all …]
/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.h25 int lzma_decompress_stream_to_file(FILE *input __maybe_unused, in lzma_decompress_stream_to_file()
26 int output_fd __maybe_unused) in lzma_decompress_stream_to_file()
31 int lzma_decompress_to_file(const char *input __maybe_unused, in lzma_decompress_to_file()
32 int output_fd __maybe_unused) in lzma_decompress_to_file()
36 static inline int lzma_is_compressed(const char *input __maybe_unused) in lzma_is_compressed()
63 static inline int zstd_init(struct zstd_data *data __maybe_unused, int level __maybe_unused) in zstd_init()
68 static inline int zstd_fini(struct zstd_data *data __maybe_unused) in zstd_fini()
74 ssize_t zstd_compress_stream_to_records(struct zstd_data *data __maybe_unused, in zstd_compress_stream_to_records()
75 void *dst __maybe_unused, size_t dst_size __maybe_unused, in zstd_compress_stream_to_records()
76 void *src __maybe_unused, size_t src_size __maybe_unused, in zstd_compress_stream_to_records()
[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 Dsymbol-minimal.c79 int filename__read_debuglink(const char *filename __maybe_unused, in filename__read_debuglink()
80 char *debuglink __maybe_unused, in filename__read_debuglink()
81 size_t size __maybe_unused) in filename__read_debuglink()
254 bool symsrc__possibly_runtime(struct symsrc *ss __maybe_unused) in symsrc__possibly_runtime()
260 bool symsrc__has_symtab(struct symsrc *ss __maybe_unused) in symsrc__has_symtab()
271 int dso__synthesize_plt_symbols(struct dso *dso __maybe_unused, in dso__synthesize_plt_symbols()
272 struct symsrc *ss __maybe_unused) in dso__synthesize_plt_symbols()
315 int dso__load_sym(struct dso *dso, struct map *map __maybe_unused, in dso__load_sym()
317 struct symsrc *runtime_ss __maybe_unused, in dso__load_sym()
318 int kmodule __maybe_unused) in dso__load_sym()
[all …]
H A Dtrace-event-scripting.c136 static void process_event_unsupported(union perf_event *event __maybe_unused, in process_event_unsupported()
137 struct perf_sample *sample __maybe_unused, in process_event_unsupported()
138 struct evsel *evsel __maybe_unused, in process_event_unsupported()
139 struct addr_location *al __maybe_unused, in process_event_unsupported()
140 struct addr_location *addr_al __maybe_unused) in process_event_unsupported()
153 static int python_start_script_unsupported(const char *script __maybe_unused, in python_start_script_unsupported()
154 int argc __maybe_unused, in python_start_script_unsupported()
155 const char **argv __maybe_unused, in python_start_script_unsupported()
156 struct perf_session *session __maybe_unused) in python_start_script_unsupported()
163 static int python_generate_script_unsupported(struct tep_handle *pevent in python_generate_script_unsupported()
[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 Ddebuginfo.h34 static inline struct debuginfo *debuginfo__new(const char *path __maybe_unused) in debuginfo__new()
39 static inline void debuginfo__delete(struct debuginfo *dbg __maybe_unused) in debuginfo__delete()
45 static inline int debuginfo__get_text_offset(struct debuginfo *dbg __maybe_unused, in debuginfo__get_text_offset()
46 Dwarf_Addr *offs __maybe_unused, in debuginfo__get_text_offset()
47 bool adjust_offset __maybe_unused) in debuginfo__get_text_offset()
58 static inline int get_source_from_debuginfod(const char *raw_path __maybe_unused, in get_source_from_debuginfod()
59 const char *sbuild_id __maybe_unused, in get_source_from_debuginfod()
60 char **new_path __maybe_unused) in get_source_from_debuginfod()
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 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 Dbpf_counter.h52 static inline int bpf_counter__load(struct evsel *evsel __maybe_unused, in bpf_counter__load()
53 struct target *target __maybe_unused) in bpf_counter__load()
58 static inline int bpf_counter__enable(struct evsel *evsel __maybe_unused) in bpf_counter__enable()
63 static inline int bpf_counter__disable(struct evsel *evsel __maybe_unused) in bpf_counter__disable()
68 static inline int bpf_counter__read(struct evsel *evsel __maybe_unused) in bpf_counter__read()
73 static inline void bpf_counter__destroy(struct evsel *evsel __maybe_unused) in bpf_counter__destroy()
77 static inline int bpf_counter__install_pe(struct evsel *evsel __maybe_unused, in bpf_counter__install_pe()
78 int cpu __maybe_unused, in bpf_counter__install_pe()
79 int fd __maybe_unused) in bpf_counter__install_pe()
H A Dannotate-data.h255 find_data_type(struct data_loc_info *dloc __maybe_unused) in find_data_type()
261 annotated_data_type__update_samples(struct annotated_data_type *adt __maybe_unused, in annotated_data_type__update_samples()
262 struct evsel *evsel __maybe_unused, in annotated_data_type__update_samples()
263 int offset __maybe_unused, in annotated_data_type__update_samples()
264 int nr_samples __maybe_unused, in annotated_data_type__update_samples()
265 u64 period __maybe_unused) in annotated_data_type__update_samples()
270 static inline void annotated_data_type__tree_delete(struct rb_root *root __maybe_unused) in annotated_data_type__tree_delete()
274 static inline void global_var_type__tree_delete(struct rb_root *root __maybe_unused) in global_var_type__tree_delete()
278 static inline int hist_entry__annotate_data_tty(struct hist_entry *he __maybe_unused, in hist_entry__annotate_data_tty()
279 struct evsel *evsel __maybe_unused) in hist_entry__annotate_data_tty()
[all …]
/linux/tools/perf/tests/ !
H A Dstat.c24 static int process_stat_config_event(const struct perf_tool *tool __maybe_unused, in process_stat_config_event()
26 struct perf_sample *sample __maybe_unused, in process_stat_config_event()
27 struct machine *machine __maybe_unused) in process_stat_config_event()
50 static int test__synthesize_stat_config(struct test_suite *test __maybe_unused, in test__synthesize_stat_config()
51 int subtest __maybe_unused) in test__synthesize_stat_config()
67 static int process_stat_event(const struct perf_tool *tool __maybe_unused, in process_stat_event()
69 struct perf_sample *sample __maybe_unused, in process_stat_event()
70 struct machine *machine __maybe_unused) in process_stat_event()
83 static int test__synthesize_stat(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__synthesize_stat()
98 static int process_stat_round_event(const struct perf_tool *tool __maybe_unused, in process_stat_round_event()
[all …]
H A Dcpumap.c14 static int process_event_mask(const struct perf_tool *tool __maybe_unused, in process_event_mask()
16 struct perf_sample *sample __maybe_unused, in process_event_mask()
17 struct machine *machine __maybe_unused) in process_event_mask()
50 static int process_event_cpus(const struct perf_tool *tool __maybe_unused, in process_event_cpus()
52 struct perf_sample *sample __maybe_unused, in process_event_cpus()
53 struct machine *machine __maybe_unused) in process_event_cpus()
76 static int process_event_range_cpus(const struct perf_tool *tool __maybe_unused, in process_event_range_cpus()
78 struct perf_sample *sample __maybe_unused, in process_event_range_cpus()
79 struct machine *machine __maybe_unused) in process_event_range_cpus()
103 static int test__cpu_map_synthesize(struct test_suite *test __maybe_unused, int subtest __maybe_unu… in test__cpu_map_synthesize()
[all …]
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 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()
H A Dbp_signal.c70 static void sig_handler_2(int signum __maybe_unused, in sig_handler_2()
71 siginfo_t *oh __maybe_unused, in sig_handler_2()
72 void *uc __maybe_unused) in sig_handler_2()
82 static void sig_handler(int signum __maybe_unused, in sig_handler()
83 siginfo_t *oh __maybe_unused, in sig_handler()
84 void *uc __maybe_unused) in sig_handler()
165 static int test__bp_signal(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__bp_signal()
H A Dmmap-basic.c35 static int test__basic_mmap(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__basic_mmap()
375 static int test__mmap_user_read_instr(struct test_suite *test __maybe_unused, in test__mmap_user_read_instr()
376 int subtest __maybe_unused) in test__mmap_user_read_instr()
381 static int test__mmap_user_read_cycles(struct test_suite *test __maybe_unused, in test__mmap_user_read_cycles()
382 int subtest __maybe_unused) in test__mmap_user_read_cycles()
387 static int test__mmap_user_read_instr_disabled(struct test_suite *test __maybe_unused, in test__mmap_user_read_instr_disabled()
388 int subtest __maybe_unused) in test__mmap_user_read_instr_disabled()
393 static int test__mmap_user_read_cycles_disabled(struct test_suite *test __maybe_unused, in test__mmap_user_read_cycles_disabled()
394 int subtest __maybe_unused) in test__mmap_user_read_cycles_disabled()
/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()
184 static void torture_lock_busted_write_unlock(int tid __maybe_unused) in torture_lock_busted_write_unlock()
242 static int torture_spin_lock_write_lock(int tid __maybe_unused) in torture_spin_lock_write_lock()
268 static void torture_spin_lock_write_unlock(int tid __maybe_unused) in torture_spin_lock_write_unlock()
285 static int torture_spin_lock_write_lock_irq(int tid __maybe_unused) in torture_spin_lock_write_lock_irq()
295 static void torture_lock_spin_write_unlock_irq(int tid __maybe_unused) in torture_lock_spin_write_unlock_irq()
314 static int torture_raw_spin_lock_write_lock(int tid __maybe_unused) in torture_raw_spin_lock_write_lock()
321 static void torture_raw_spin_lock_write_unlock(int tid __maybe_unused) in torture_raw_spin_lock_write_unlock()
338 static int torture_raw_spin_lock_write_lock_irq(int tid __maybe_unused) in torture_raw_spin_lock_write_lock_irq()
348 static void torture_raw_spin_lock_write_unlock_irq(int tid __maybe_unused) in torture_raw_spin_lock_write_unlock_irq()
[all …]
/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>>...17