Home
last modified time | relevance | path

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

1234567891011

/Linux-v4.19/drivers/soc/renesas/
Drenesas-soc.c29 static const struct renesas_family fam_rcar_gen1 __initconst __maybe_unused = { variable
34 static const struct renesas_family fam_rcar_gen2 __initconst __maybe_unused = { variable
39 static const struct renesas_family fam_rcar_gen3 __initconst __maybe_unused = { variable
44 static const struct renesas_family fam_rmobile __initconst __maybe_unused = { variable
49 static const struct renesas_family fam_rza __initconst __maybe_unused = { variable
53 static const struct renesas_family fam_rzg __initconst __maybe_unused = { variable
58 static const struct renesas_family fam_shmobile __initconst __maybe_unused = { variable
69 static const struct renesas_soc soc_rz_a1h __initconst __maybe_unused = { variable
73 static const struct renesas_soc soc_rmobile_ape6 __initconst __maybe_unused = { variable
78 static const struct renesas_soc soc_rmobile_a1 __initconst __maybe_unused = { variable
[all …]
/Linux-v4.19/tools/perf/util/
Dbpf-loader.h92 bpf__prepare_load(const char *filename __maybe_unused, in bpf__prepare_load()
93 bool source __maybe_unused) in bpf__prepare_load()
100 bpf__prepare_load_buffer(void *obj_buf __maybe_unused, in bpf__prepare_load_buffer()
101 size_t obj_buf_sz __maybe_unused) in bpf__prepare_load_buffer()
108 static inline int bpf__probe(struct bpf_object *obj __maybe_unused) { return 0;} in bpf__probe()
109 static inline int bpf__unprobe(struct bpf_object *obj __maybe_unused) { return 0;} in bpf__unprobe()
110 static inline int bpf__load(struct bpf_object *obj __maybe_unused) { return 0; } in bpf__load()
113 bpf__foreach_event(struct bpf_object *obj __maybe_unused, in bpf__foreach_event()
114 bpf_prog_iter_callback_t func __maybe_unused, in bpf__foreach_event()
115 void *arg __maybe_unused) in bpf__foreach_event()
[all …]
Dunwind.h54 static inline int unwind__prepare_access(struct thread *thread __maybe_unused, in unwind__prepare_access()
55 struct map *map __maybe_unused, in unwind__prepare_access()
56 bool *initialized __maybe_unused) in unwind__prepare_access()
61 static inline void unwind__flush_access(struct thread *thread __maybe_unused) {} in unwind__flush_access()
62 static inline void unwind__finish_access(struct thread *thread __maybe_unused) {} in unwind__finish_access()
66 unwind__get_entries(unwind_entry_cb_t cb __maybe_unused, in unwind__get_entries()
67 void *arg __maybe_unused, in unwind__get_entries()
68 struct thread *thread __maybe_unused, in unwind__get_entries()
69 struct perf_sample *data __maybe_unused, in unwind__get_entries()
70 int max_stack __maybe_unused) in unwind__get_entries()
[all …]
Dtrace-event-scripting.c44 static void process_event_unsupported(union perf_event *event __maybe_unused, in process_event_unsupported()
45 struct perf_sample *sample __maybe_unused, in process_event_unsupported()
46 struct perf_evsel *evsel __maybe_unused, in process_event_unsupported()
47 struct addr_location *al __maybe_unused) in process_event_unsupported()
60 static int python_start_script_unsupported(const char *script __maybe_unused, in python_start_script_unsupported()
61 int argc __maybe_unused, in python_start_script_unsupported()
62 const char **argv __maybe_unused) in python_start_script_unsupported()
69 static int python_generate_script_unsupported(struct tep_handle *pevent in python_generate_script_unsupported()
72 __maybe_unused) in python_generate_script_unsupported()
124 static int perl_start_script_unsupported(const char *script __maybe_unused, in perl_start_script_unsupported()
[all …]
Dsymbol-minimal.c74 int filename__read_debuglink(const char *filename __maybe_unused, in filename__read_debuglink()
75 char *debuglink __maybe_unused, in filename__read_debuglink()
76 size_t size __maybe_unused) in filename__read_debuglink()
273 bool symsrc__possibly_runtime(struct symsrc *ss __maybe_unused) in symsrc__possibly_runtime()
279 bool symsrc__has_symtab(struct symsrc *ss __maybe_unused) in symsrc__has_symtab()
290 int dso__synthesize_plt_symbols(struct dso *dso __maybe_unused, in dso__synthesize_plt_symbols()
291 struct symsrc *ss __maybe_unused) in dso__synthesize_plt_symbols()
334 int dso__load_sym(struct dso *dso, struct map *map __maybe_unused, in dso__load_sym()
336 struct symsrc *runtime_ss __maybe_unused, in dso__load_sym()
337 int kmodule __maybe_unused) in dso__load_sym()
[all …]
Dmmap.c130 int __weak auxtrace_mmap__mmap(struct auxtrace_mmap *mm __maybe_unused, in auxtrace_mmap__mmap()
131 struct auxtrace_mmap_params *mp __maybe_unused, in auxtrace_mmap__mmap()
132 void *userpg __maybe_unused, in auxtrace_mmap__mmap()
133 int fd __maybe_unused) in auxtrace_mmap__mmap()
138 void __weak auxtrace_mmap__munmap(struct auxtrace_mmap *mm __maybe_unused) in auxtrace_mmap__munmap()
142 void __weak auxtrace_mmap_params__init(struct auxtrace_mmap_params *mp __maybe_unused, in auxtrace_mmap_params__init()
143 off_t auxtrace_offset __maybe_unused, in auxtrace_mmap_params__init()
144 unsigned int auxtrace_pages __maybe_unused, in auxtrace_mmap_params__init()
145 bool auxtrace_overwrite __maybe_unused) in auxtrace_mmap_params__init()
149 void __weak auxtrace_mmap_params__set_idx(struct auxtrace_mmap_params *mp __maybe_unused, in auxtrace_mmap_params__set_idx()
[all …]
Dsession.c202 static int process_event_synth_tracing_data_stub(struct perf_tool *tool in process_event_synth_tracing_data_stub()
204 union perf_event *event in process_event_synth_tracing_data_stub()
206 struct perf_session *session in process_event_synth_tracing_data_stub()
213 static int process_event_synth_attr_stub(struct perf_tool *tool __maybe_unused, in process_event_synth_attr_stub()
214 union perf_event *event __maybe_unused, in process_event_synth_attr_stub()
215 struct perf_evlist **pevlist in process_event_synth_attr_stub()
222 static int process_event_synth_event_update_stub(struct perf_tool *tool __maybe_unused, in process_event_synth_event_update_stub()
223 union perf_event *event __maybe_unused, in process_event_synth_event_update_stub()
224 struct perf_evlist **pevlist in process_event_synth_event_update_stub()
234 static int process_event_sample_stub(struct perf_tool *tool __maybe_unused, in process_event_sample_stub()
[all …]
Dauxtrace.h583 auxtrace_record__init(struct perf_evlist *evlist __maybe_unused, in auxtrace_record__init()
591 void auxtrace_record__free(struct auxtrace_record *itr __maybe_unused) in auxtrace_record__free()
596 perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr __maybe_unused, in perf_event__synthesize_auxtrace_info()
597 struct perf_tool *tool __maybe_unused, in perf_event__synthesize_auxtrace_info()
598 struct perf_session *session __maybe_unused, in perf_event__synthesize_auxtrace_info()
599 perf_event__handler_t process __maybe_unused) in perf_event__synthesize_auxtrace_info()
605 int auxtrace_record__options(struct auxtrace_record *itr __maybe_unused, in auxtrace_record__options()
606 struct perf_evlist *evlist __maybe_unused, in auxtrace_record__options()
607 struct record_opts *opts __maybe_unused) in auxtrace_record__options()
617 void perf_session__auxtrace_error_inc(struct perf_session *session in perf_session__auxtrace_error_inc()
[all …]
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()
Dbpf-prologue.h25 bpf__gen_prologue(struct probe_trace_arg *args __maybe_unused, in bpf__gen_prologue()
26 int nargs __maybe_unused, in bpf__gen_prologue()
27 struct bpf_insn *new_prog __maybe_unused, in bpf__gen_prologue()
29 size_t cnt_space __maybe_unused) in bpf__gen_prologue()
Darm-spe.c50 static void arm_spe_dump(struct arm_spe *spe __maybe_unused, in arm_spe_dump()
96 static int arm_spe_process_event(struct perf_session *session __maybe_unused, in arm_spe_process_event()
97 union perf_event *event __maybe_unused, in arm_spe_process_event()
98 struct perf_sample *sample __maybe_unused, in arm_spe_process_event()
99 struct perf_tool *tool __maybe_unused) in arm_spe_process_event()
106 struct perf_tool *tool __maybe_unused) in arm_spe_process_auxtrace_event()
140 static int arm_spe_flush(struct perf_session *session __maybe_unused, in arm_spe_flush()
141 struct perf_tool *tool __maybe_unused) in arm_spe_flush()
Dperf_regs.h35 static inline const char *perf_reg_name(int id __maybe_unused) in perf_reg_name()
40 static inline int perf_reg_value(u64 *valp __maybe_unused, in perf_reg_value()
41 struct regs_dump *regs __maybe_unused, in perf_reg_value()
42 int id __maybe_unused) in perf_reg_value()
/Linux-v4.19/tools/perf/tests/
Dstat.c23 static int process_stat_config_event(struct perf_tool *tool __maybe_unused, in process_stat_config_event()
25 struct perf_sample *sample __maybe_unused, in process_stat_config_event()
26 struct machine *machine __maybe_unused) in process_stat_config_event()
49 int test__synthesize_stat_config(struct test *test __maybe_unused, int subtest __maybe_unused) in test__synthesize_stat_config()
63 static int process_stat_event(struct perf_tool *tool __maybe_unused, in process_stat_event()
65 struct perf_sample *sample __maybe_unused, in process_stat_event()
66 struct machine *machine __maybe_unused) in process_stat_event()
79 int test__synthesize_stat(struct test *test __maybe_unused, int subtest __maybe_unused) in test__synthesize_stat()
93 static int process_stat_round_event(struct perf_tool *tool __maybe_unused, in process_stat_round_event()
95 struct perf_sample *sample __maybe_unused, in process_stat_round_event()
[all …]
Devent_update.c9 static int process_event_unit(struct perf_tool *tool __maybe_unused, in process_event_unit()
11 struct perf_sample *sample __maybe_unused, in process_event_unit()
12 struct machine *machine __maybe_unused) in process_event_unit()
22 static int process_event_scale(struct perf_tool *tool __maybe_unused, in process_event_scale()
24 struct perf_sample *sample __maybe_unused, in process_event_scale()
25 struct machine *machine __maybe_unused) in process_event_scale()
45 struct perf_sample *sample __maybe_unused, in process_event_name()
46 struct machine *machine __maybe_unused) in process_event_name()
57 static int process_event_cpus(struct perf_tool *tool __maybe_unused, in process_event_cpus()
59 struct perf_sample *sample __maybe_unused, in process_event_cpus()
[all …]
Dcpumap.c12 static int process_event_mask(struct perf_tool *tool __maybe_unused, in process_event_mask()
14 struct perf_sample *sample __maybe_unused, in process_event_mask()
15 struct machine *machine __maybe_unused) in process_event_mask()
46 static int process_event_cpus(struct perf_tool *tool __maybe_unused, in process_event_cpus()
48 struct perf_sample *sample __maybe_unused, in process_event_cpus()
49 struct machine *machine __maybe_unused) in process_event_cpus()
76 int test__cpu_map_synthesize(struct test *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_synthesize()
110 int test__cpu_map_print(struct test *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_print()
Dthread-map.c13 int test__thread_map(struct test *test __maybe_unused, int subtest __maybe_unused) in test__thread_map()
53 static int process_event(struct perf_tool *tool __maybe_unused, in process_event()
55 struct perf_sample *sample __maybe_unused, in process_event()
56 struct machine *machine __maybe_unused) in process_event()
80 int test__thread_map_synthesize(struct test *test __maybe_unused, int subtest __maybe_unused) in test__thread_map_synthesize()
99 int test__thread_map_remove(struct test *test __maybe_unused, int subtest __maybe_unused) in test__thread_map_remove()
Dtask-exit.c14 static void sig_handler(int sig __maybe_unused) in sig_handler()
23 static void workload_exec_failed_signal(int signo __maybe_unused, in workload_exec_failed_signal()
24 siginfo_t *info __maybe_unused, in workload_exec_failed_signal()
25 void *ucontext __maybe_unused) in workload_exec_failed_signal()
36 int test__task_exit(struct test *test __maybe_unused, int subtest __maybe_unused) in test__task_exit()
Dbp_signal.c73 static void sig_handler_2(int signum __maybe_unused, in sig_handler_2()
74 siginfo_t *oh __maybe_unused, in sig_handler_2()
75 void *uc __maybe_unused) in sig_handler_2()
85 static void sig_handler(int signum __maybe_unused, in sig_handler()
86 siginfo_t *oh __maybe_unused, in sig_handler()
87 void *uc __maybe_unused) in sig_handler()
168 int test__bp_signal(struct test *test __maybe_unused, int subtest __maybe_unused) in test__bp_signal()
Dbp_signal_overflow.c37 static void sig_handler(int signum __maybe_unused, in sig_handler()
38 siginfo_t *oh __maybe_unused, in sig_handler()
39 void *uc __maybe_unused) in sig_handler()
61 int test__bp_signal_overflow(struct test *test __maybe_unused, int subtest __maybe_unused) in test__bp_signal_overflow()
Dsdt.c75 int test__sdt_event(struct test *test __maybe_unused, int subtests __maybe_unused) in test__sdt_event()
113 int test__sdt_event(struct test *test __maybe_unused, int subtests __maybe_unused) in test__sdt_event()
Dperf-hooks.c10 static void sigsegv_handler(int sig __maybe_unused) in sigsegv_handler()
31 int test__perf_hooks(struct test *test __maybe_unused, int subtest __maybe_unused) in test__perf_hooks()
Dfdarray.c30 int test__fdarray__filter(struct test *test __maybe_unused, int subtest __maybe_unused) in test__fdarray__filter()
108 int test__fdarray__add(struct test *test __maybe_unused, int subtest __maybe_unused) in test__fdarray__add()
/Linux-v4.19/tools/perf/arch/s390/util/
Dauxtrace.c21 static size_t cpumsf_info_priv_size(struct auxtrace_record *itr __maybe_unused, in cpumsf_info_priv_size()
22 struct perf_evlist *evlist __maybe_unused) in cpumsf_info_priv_size()
28 cpumsf_info_fill(struct auxtrace_record *itr __maybe_unused, in cpumsf_info_fill()
29 struct perf_session *session __maybe_unused, in cpumsf_info_fill()
30 struct auxtrace_info_event *auxtrace_info __maybe_unused, in cpumsf_info_fill()
31 size_t priv_size __maybe_unused) in cpumsf_info_fill()
38 cpumsf_reference(struct auxtrace_record *itr __maybe_unused) in cpumsf_reference()
44 cpumsf_recording_options(struct auxtrace_record *ar __maybe_unused, in cpumsf_recording_options()
45 struct perf_evlist *evlist __maybe_unused, in cpumsf_recording_options()
73 cpumsf_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, in cpumsf_parse_snapshot_options()
[all …]
/Linux-v4.19/tools/perf/
Dbuiltin-inject.c75 struct ordered_events *oe __maybe_unused) in perf_event__repipe_oe_synth()
81 static int perf_event__drop_oe(struct perf_tool *tool __maybe_unused, in perf_event__drop_oe()
82 union perf_event *event __maybe_unused, in perf_event__drop_oe()
83 struct ordered_events *oe __maybe_unused) in perf_event__drop_oe()
91 struct perf_session *session in perf_event__repipe_op2_synth()
177 perf_event__repipe_auxtrace(struct perf_tool *tool __maybe_unused, in perf_event__repipe_auxtrace()
178 union perf_event *event __maybe_unused, in perf_event__repipe_auxtrace()
179 struct perf_session *session __maybe_unused) in perf_event__repipe_auxtrace()
189 struct perf_sample *sample __maybe_unused, in perf_event__repipe()
190 struct machine *machine __maybe_unused) in perf_event__repipe()
[all …]
/Linux-v4.19/tools/perf/arch/x86/tests/
Drdpmc.c86 static void segfault_handler(int sig __maybe_unused, in segfault_handler()
87 siginfo_t *info __maybe_unused, in segfault_handler()
88 void *uc __maybe_unused) in segfault_handler()
158 int test__rdpmc(struct test *test __maybe_unused, int subtest __maybe_unused) in test__rdpmc()

1234567891011