Home
last modified time | relevance | path

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

12345678910>>...12

/Linux-v5.4/drivers/soc/renesas/
Drenesas-soc.c21 static const struct renesas_family fam_rcar_gen1 __initconst __maybe_unused = { variable
26 static const struct renesas_family fam_rcar_gen2 __initconst __maybe_unused = { variable
31 static const struct renesas_family fam_rcar_gen3 __initconst __maybe_unused = { variable
36 static const struct renesas_family fam_rmobile __initconst __maybe_unused = { variable
41 static const struct renesas_family fam_rza1 __initconst __maybe_unused = { variable
45 static const struct renesas_family fam_rza2 __initconst __maybe_unused = { variable
49 static const struct renesas_family fam_rzg1 __initconst __maybe_unused = { variable
54 static const struct renesas_family fam_rzg2 __initconst __maybe_unused = { variable
59 static const struct renesas_family fam_shmobile __initconst __maybe_unused = { variable
70 static const struct renesas_soc soc_rz_a1h __initconst __maybe_unused = { variable
[all …]
/Linux-v5.4/tools/perf/util/
Dbpf-loader.h91 bpf__prepare_load(const char *filename __maybe_unused, in bpf__prepare_load()
92 bool source __maybe_unused) in bpf__prepare_load()
99 bpf__prepare_load_buffer(void *obj_buf __maybe_unused, in bpf__prepare_load_buffer()
100 size_t obj_buf_sz __maybe_unused) in bpf__prepare_load_buffer()
107 static inline int bpf__probe(struct bpf_object *obj __maybe_unused) { return 0;} in bpf__probe()
108 static inline int bpf__unprobe(struct bpf_object *obj __maybe_unused) { return 0;} in bpf__unprobe()
109 static inline int bpf__load(struct bpf_object *obj __maybe_unused) { return 0; } in bpf__load()
112 bpf__foreach_event(struct bpf_object *obj __maybe_unused, in bpf__foreach_event()
113 bpf_prog_iter_callback_t func __maybe_unused, in bpf__foreach_event()
114 void *arg __maybe_unused) in bpf__foreach_event()
[all …]
Dcompress.h40 static inline int zstd_init(struct zstd_data *data __maybe_unused, int level __maybe_unused) in zstd_init()
45 static inline int zstd_fini(struct zstd_data *data __maybe_unused) in zstd_fini()
51 size_t zstd_compress_stream_to_records(struct zstd_data *data __maybe_unused, in zstd_compress_stream_to_records()
52 void *dst __maybe_unused, size_t dst_size __maybe_unused, in zstd_compress_stream_to_records()
53 void *src __maybe_unused, size_t src_size __maybe_unused, in zstd_compress_stream_to_records()
54 size_t max_record_size __maybe_unused, in zstd_compress_stream_to_records()
60 static inline size_t zstd_decompress_stream(struct zstd_data *data __maybe_unused, void *src __mayb… in zstd_decompress_stream()
61 size_t src_size __maybe_unused, void *dst __maybe_unused, in zstd_decompress_stream()
62 size_t dst_size __maybe_unused) in zstd_decompress_stream()
Dunwind.h55 static inline int unwind__prepare_access(struct map_groups *mg __maybe_unused, in unwind__prepare_access()
56 struct map *map __maybe_unused, in unwind__prepare_access()
57 bool *initialized __maybe_unused) in unwind__prepare_access()
62 static inline void unwind__flush_access(struct map_groups *mg __maybe_unused) {} in unwind__flush_access()
63 static inline void unwind__finish_access(struct map_groups *mg __maybe_unused) {} in unwind__finish_access()
67 unwind__get_entries(unwind_entry_cb_t cb __maybe_unused, in unwind__get_entries()
68 void *arg __maybe_unused, in unwind__get_entries()
69 struct thread *thread __maybe_unused, in unwind__get_entries()
70 struct perf_sample *data __maybe_unused, in unwind__get_entries()
71 int max_stack __maybe_unused) in unwind__get_entries()
[all …]
Dtrace-event-scripting.c29 static void process_event_unsupported(union perf_event *event __maybe_unused, in process_event_unsupported()
30 struct perf_sample *sample __maybe_unused, in process_event_unsupported()
31 struct evsel *evsel __maybe_unused, in process_event_unsupported()
32 struct addr_location *al __maybe_unused) in process_event_unsupported()
45 static int python_start_script_unsupported(const char *script __maybe_unused, in python_start_script_unsupported()
46 int argc __maybe_unused, in python_start_script_unsupported()
47 const char **argv __maybe_unused) in python_start_script_unsupported()
54 static int python_generate_script_unsupported(struct tep_handle *pevent in python_generate_script_unsupported()
57 __maybe_unused) in python_generate_script_unsupported()
109 static int perl_start_script_unsupported(const char *script __maybe_unused, in perl_start_script_unsupported()
[all …]
Dsymbol-minimal.c77 int filename__read_debuglink(const char *filename __maybe_unused, in filename__read_debuglink()
78 char *debuglink __maybe_unused, in filename__read_debuglink()
79 size_t size __maybe_unused) in filename__read_debuglink()
276 bool symsrc__possibly_runtime(struct symsrc *ss __maybe_unused) in symsrc__possibly_runtime()
282 bool symsrc__has_symtab(struct symsrc *ss __maybe_unused) in symsrc__has_symtab()
293 int dso__synthesize_plt_symbols(struct dso *dso __maybe_unused, in dso__synthesize_plt_symbols()
294 struct symsrc *ss __maybe_unused) in dso__synthesize_plt_symbols()
337 int dso__load_sym(struct dso *dso, struct map *map __maybe_unused, in dso__load_sym()
339 struct symsrc *runtime_ss __maybe_unused, in dso__load_sym()
340 int kmodule __maybe_unused) in dso__load_sym()
[all …]
Dsynthetic-events.h81 perf_event__synthesize_auxtrace_info(struct auxtrace_record *itr __maybe_unused, in perf_event__synthesize_auxtrace_info()
82 struct perf_tool *tool __maybe_unused, in perf_event__synthesize_auxtrace_info()
83 struct perf_session *session __maybe_unused, in perf_event__synthesize_auxtrace_info()
84 perf_event__handler_t process __maybe_unused) in perf_event__synthesize_auxtrace_info()
94 static inline int perf_event__synthesize_bpf_events(struct perf_session *session __maybe_unused, in perf_event__synthesize_bpf_events()
95 perf_event__handler_t process __maybe_unused, in perf_event__synthesize_bpf_events()
96 struct machine *machine __maybe_unused, in perf_event__synthesize_bpf_events()
97 struct record_opts *opts __maybe_unused) in perf_event__synthesize_bpf_events()
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_branch(const unsigned char *buf __maybe_unused, in arch_is_branch()
19 size_t len __maybe_unused, in arch_is_branch()
20 int x86_64 __maybe_unused) in arch_is_branch()
Dmmap.c138 int __weak auxtrace_mmap__mmap(struct auxtrace_mmap *mm __maybe_unused, in auxtrace_mmap__mmap()
139 struct auxtrace_mmap_params *mp __maybe_unused, in auxtrace_mmap__mmap()
140 void *userpg __maybe_unused, in auxtrace_mmap__mmap()
141 int fd __maybe_unused) in auxtrace_mmap__mmap()
146 void __weak auxtrace_mmap__munmap(struct auxtrace_mmap *mm __maybe_unused) in auxtrace_mmap__munmap()
150 void __weak auxtrace_mmap_params__init(struct auxtrace_mmap_params *mp __maybe_unused, in auxtrace_mmap_params__init()
151 off_t auxtrace_offset __maybe_unused, in auxtrace_mmap_params__init()
152 unsigned int auxtrace_pages __maybe_unused, in auxtrace_mmap_params__init()
153 bool auxtrace_overwrite __maybe_unused) in auxtrace_mmap_params__init()
157 void __weak auxtrace_mmap_params__set_idx(struct auxtrace_mmap_params *mp __maybe_unused, in auxtrace_mmap_params__set_idx()
[all …]
Dbpf-event.h42 static inline int machine__process_bpf(struct machine *machine __maybe_unused, in machine__process_bpf()
43 union perf_event *event __maybe_unused, in machine__process_bpf()
44 struct perf_sample *sample __maybe_unused) in machine__process_bpf()
49 static inline int bpf_event__add_sb_event(struct evlist **evlist __maybe_unused, in bpf_event__add_sb_event()
50 struct perf_env *env __maybe_unused) in bpf_event__add_sb_event()
55 static inline void bpf_event__print_bpf_prog_info(struct bpf_prog_info *info __maybe_unused, in bpf_event__print_bpf_prog_info()
56 struct perf_env *env __maybe_unused, in bpf_event__print_bpf_prog_info()
57 FILE *fp __maybe_unused) in bpf_event__print_bpf_prog_info()
Dauxtrace.h592 auxtrace_record__init(struct evlist *evlist __maybe_unused, in auxtrace_record__init()
600 void auxtrace_record__free(struct auxtrace_record *itr __maybe_unused) in auxtrace_record__free()
605 int auxtrace_record__options(struct auxtrace_record *itr __maybe_unused, in auxtrace_record__options()
606 struct 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()
619 union perf_event *event in perf_session__auxtrace_error_inc()
625 void events_stats__auxtrace_error_warn(const struct events_stats *stats in events_stats__auxtrace_error_warn()
631 int itrace_parse_synth_opts(const struct option *opt __maybe_unused, in itrace_parse_synth_opts()
632 const char *str __maybe_unused, in itrace_parse_synth_opts()
[all …]
Dsession.c304 static int process_event_synth_tracing_data_stub(struct perf_session *session in process_event_synth_tracing_data_stub()
306 union perf_event *event in process_event_synth_tracing_data_stub()
313 static int process_event_synth_attr_stub(struct perf_tool *tool __maybe_unused, in process_event_synth_attr_stub()
314 union perf_event *event __maybe_unused, in process_event_synth_attr_stub()
315 struct evlist **pevlist in process_event_synth_attr_stub()
322 static int process_event_synth_event_update_stub(struct perf_tool *tool __maybe_unused, in process_event_synth_event_update_stub()
323 union perf_event *event __maybe_unused, in process_event_synth_event_update_stub()
324 struct evlist **pevlist in process_event_synth_event_update_stub()
334 static int process_event_sample_stub(struct perf_tool *tool __maybe_unused, in process_event_sample_stub()
335 union perf_event *event __maybe_unused, in process_event_sample_stub()
[all …]
Devent.c183 int perf_event__process_comm(struct perf_tool *tool __maybe_unused, in perf_event__process_comm()
191 int perf_event__process_namespaces(struct perf_tool *tool __maybe_unused, in perf_event__process_namespaces()
199 int perf_event__process_lost(struct perf_tool *tool __maybe_unused, in perf_event__process_lost()
207 int perf_event__process_aux(struct perf_tool *tool __maybe_unused, in perf_event__process_aux()
209 struct perf_sample *sample __maybe_unused, in perf_event__process_aux()
215 int perf_event__process_itrace_start(struct perf_tool *tool __maybe_unused, in perf_event__process_itrace_start()
217 struct perf_sample *sample __maybe_unused, in perf_event__process_itrace_start()
223 int perf_event__process_lost_samples(struct perf_tool *tool __maybe_unused, in perf_event__process_lost_samples()
231 int perf_event__process_switch(struct perf_tool *tool __maybe_unused, in perf_event__process_switch()
233 struct perf_sample *sample __maybe_unused, in perf_event__process_switch()
[all …]
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()
Dcs-etm.h188 cs_etm__process_auxtrace_info(union perf_event *event __maybe_unused, in cs_etm__process_auxtrace_info()
189 struct perf_session *session __maybe_unused) in cs_etm__process_auxtrace_info()
194 static inline int cs_etm__get_cpu(u8 trace_chan_id __maybe_unused, in cs_etm__get_cpu()
195 int *cpu __maybe_unused) in cs_etm__get_cpu()
201 struct cs_etm_queue *etmq __maybe_unused, in cs_etm__etmq_set_tid()
202 pid_t tid __maybe_unused, in cs_etm__etmq_set_tid()
203 u8 trace_chan_id __maybe_unused) in cs_etm__etmq_set_tid()
209 struct cs_etm_queue *etmq __maybe_unused) in cs_etm__etmq_is_timeless()
216 struct cs_etm_queue *etmq __maybe_unused, in cs_etm__etmq_set_traceid_queue_timestamp()
217 u8 trace_chan_id __maybe_unused) {} in cs_etm__etmq_set_traceid_queue_timestamp()
[all …]
Dheader.c306 struct evlist *evlist __maybe_unused) in write_build_id()
330 struct evlist *evlist __maybe_unused) in write_hostname()
343 struct evlist *evlist __maybe_unused) in write_osrelease()
356 struct evlist *evlist __maybe_unused) in write_arch()
369 struct evlist *evlist __maybe_unused) in write_version()
430 struct evlist *evlist __maybe_unused) in write_cpudesc()
464 struct evlist *evlist __maybe_unused) in write_nrcpus()
542 struct evlist *evlist __maybe_unused) in write_cmdline()
571 struct evlist *evlist __maybe_unused) in write_cpu_topology()
643 struct evlist *evlist __maybe_unused) in write_total_mem()
[all …]
/Linux-v5.4/tools/perf/tests/
Dstat.c24 static int process_stat_config_event(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 int test__synthesize_stat_config(struct test *test __maybe_unused, int subtest __maybe_unused) in test__synthesize_stat_config()
64 static int process_stat_event(struct perf_tool *tool __maybe_unused, in process_stat_event()
66 struct perf_sample *sample __maybe_unused, in process_stat_event()
67 struct machine *machine __maybe_unused) in process_stat_event()
80 int test__synthesize_stat(struct test *test __maybe_unused, int subtest __maybe_unused) in test__synthesize_stat()
94 static int process_stat_round_event(struct perf_tool *tool __maybe_unused, in process_stat_round_event()
96 struct perf_sample *sample __maybe_unused, in process_stat_round_event()
[all …]
Devent_update.c15 static int process_event_unit(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(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()
51 struct perf_sample *sample __maybe_unused, in process_event_name()
52 struct machine *machine __maybe_unused) in process_event_name()
63 static int process_event_cpus(struct perf_tool *tool __maybe_unused, in process_event_cpus()
65 struct perf_sample *sample __maybe_unused, in process_event_cpus()
[all …]
Dcpumap.c14 static int process_event_mask(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()
48 static int process_event_cpus(struct perf_tool *tool __maybe_unused, in process_event_cpus()
50 struct perf_sample *sample __maybe_unused, in process_event_cpus()
51 struct machine *machine __maybe_unused) in process_event_cpus()
78 int test__cpu_map_synthesize(struct test *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_synthesize()
112 int test__cpu_map_print(struct test *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_print()
Dthread-map.c22 int test__thread_map(struct test *test __maybe_unused, int subtest __maybe_unused) in test__thread_map()
62 static int process_event(struct perf_tool *tool __maybe_unused, in process_event()
64 struct perf_sample *sample __maybe_unused, in process_event()
65 struct machine *machine __maybe_unused) in process_event()
89 int test__thread_map_synthesize(struct test *test __maybe_unused, int subtest __maybe_unused) in test__thread_map_synthesize()
108 int test__thread_map_remove(struct test *test __maybe_unused, int subtest __maybe_unused) in test__thread_map_remove()
Dtask-exit.c19 static void sig_handler(int sig __maybe_unused) in sig_handler()
28 static void workload_exec_failed_signal(int signo __maybe_unused, in workload_exec_failed_signal()
29 siginfo_t *info __maybe_unused, in workload_exec_failed_signal()
30 void *ucontext __maybe_unused) in workload_exec_failed_signal()
41 int test__task_exit(struct test *test __maybe_unused, int subtest __maybe_unused) in test__task_exit()
Dbp_signal.c74 static void sig_handler_2(int signum __maybe_unused, in sig_handler_2()
75 siginfo_t *oh __maybe_unused, in sig_handler_2()
76 void *uc __maybe_unused) in sig_handler_2()
86 static void sig_handler(int signum __maybe_unused, in sig_handler()
87 siginfo_t *oh __maybe_unused, in sig_handler()
88 void *uc __maybe_unused) in sig_handler()
169 int test__bp_signal(struct test *test __maybe_unused, int subtest __maybe_unused) in test__bp_signal()
Dbp_signal_overflow.c38 static void sig_handler(int signum __maybe_unused, in sig_handler()
39 siginfo_t *oh __maybe_unused, in sig_handler()
40 void *uc __maybe_unused) in sig_handler()
62 int test__bp_signal_overflow(struct test *test __maybe_unused, int subtest __maybe_unused) in test__bp_signal_overflow()
/Linux-v5.4/tools/perf/arch/s390/util/
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-v5.4/tools/perf/
Dbuiltin-inject.c79 struct ordered_events *oe __maybe_unused) in perf_event__repipe_oe_synth()
85 static int perf_event__drop_oe(struct perf_tool *tool __maybe_unused, in perf_event__drop_oe()
86 union perf_event *event __maybe_unused, in perf_event__drop_oe()
87 struct ordered_events *oe __maybe_unused) in perf_event__drop_oe()
179 perf_event__repipe_auxtrace(struct perf_session *session __maybe_unused, in perf_event__repipe_auxtrace()
180 union perf_event *event __maybe_unused) in perf_event__repipe_auxtrace()
190 struct perf_sample *sample __maybe_unused, in perf_event__repipe()
191 struct machine *machine __maybe_unused) in perf_event__repipe()
196 static int perf_event__drop(struct perf_tool *tool __maybe_unused, in perf_event__drop()
197 union perf_event *event __maybe_unused, in perf_event__drop()
[all …]

12345678910>>...12