Home
last modified time | relevance | path

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

12345678910>>...19

/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_rcar_gen5 __initconst __maybe_unused = { variable
43 static const struct renesas_family fam_rmobile __initconst __maybe_unused = { variable
48 static const struct renesas_family fam_rza1 __initconst __maybe_unused = { variable
52 static const struct renesas_family fam_rza2 __initconst __maybe_unused = { variable
56 static const struct renesas_family fam_rzfive __initconst __maybe_unused = { variable
60 static const struct renesas_family fam_rzg1 __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 Dmmap.c44 int __weak auxtrace_mmap__mmap(struct auxtrace_mmap *mm __maybe_unused, in auxtrace_mmap__mmap()
45 struct auxtrace_mmap_params *mp __maybe_unused, in auxtrace_mmap__mmap()
46 void *userpg __maybe_unused, in auxtrace_mmap__mmap()
47 int fd __maybe_unused) in auxtrace_mmap__mmap()
52 void __weak auxtrace_mmap__munmap(struct auxtrace_mmap *mm __maybe_unused) in auxtrace_mmap__munmap()
56 void __weak auxtrace_mmap_params__init(struct auxtrace_mmap_params *mp __maybe_unused, in auxtrace_mmap_params__init()
57 off_t auxtrace_offset __maybe_unused, in auxtrace_mmap_params__init()
58 unsigned int auxtrace_pages __maybe_unused, in auxtrace_mmap_params__init()
59 bool auxtrace_overwrite __maybe_unused) in auxtrace_mmap_params__init()
63 void __weak auxtrace_mmap_params__set_idx(struct auxtrace_mmap_params *mp __maybe_unused, in auxtrace_mmap_params__set_idx()
[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 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 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 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 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 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()
/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 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 Dpmu.c158 static int test__pmu_format(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__pmu_format()
206 static int test__pmu_events(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__pmu_events()
299 static int test__pmu_event_names(struct test_suite *test __maybe_unused, in test__pmu_event_names()
300 int subtest __maybe_unused) in test__pmu_event_names()
412 static int test__name_len(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__name_len()
430 static int test__name_cmp(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__name_cmp()
460 static int test__pmu_match(struct test_suite *test __maybe_unused, int subtest __maybe_unused) in test__pmu_match()
/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/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()

12345678910>>...19