Home
last modified time | relevance | path

Searched refs:__maybe_unused (Results 1 – 25 of 1632) sorted by relevance

12345678910>>...66

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dbpf-loader.h91 bpf__prepare_load(const char *filename __maybe_unused, in bpf__prepare_load() argument
92 bool source __maybe_unused) in bpf__prepare_load() argument
99 bpf__prepare_load_buffer(void *obj_buf __maybe_unused, in bpf__prepare_load_buffer() argument
100 size_t obj_buf_sz __maybe_unused) in bpf__prepare_load_buffer() argument
107 static inline int bpf__probe(struct bpf_object *obj __maybe_unused) { return 0;} in bpf__probe() argument
108 static inline int bpf__unprobe(struct bpf_object *obj __maybe_unused) { return 0;} in bpf__unprobe() argument
109 static inline int bpf__load(struct bpf_object *obj __maybe_unused) { return 0; } in bpf__load() argument
112 bpf__foreach_event(struct bpf_object *obj __maybe_unused, in bpf__foreach_event() argument
113 bpf_prog_iter_callback_t func __maybe_unused, in bpf__foreach_event() argument
114 void *arg __maybe_unused) in bpf__foreach_event() argument
[all …]
H A Dcompress.h40 static inline int zstd_init(struct zstd_data *data __maybe_unused, int level __maybe_unused) in zstd_init() argument
45 static inline int zstd_fini(struct zstd_data *data __maybe_unused) in zstd_fini() argument
51 size_t zstd_compress_stream_to_records(struct zstd_data *data __maybe_unused, in zstd_compress_stream_to_records() argument
52 void *dst __maybe_unused, size_t dst_size __maybe_unused, in zstd_compress_stream_to_records() argument
53 void *src __maybe_unused, size_t src_size __maybe_unused, in zstd_compress_stream_to_records() argument
54 size_t max_record_size __maybe_unused, in zstd_compress_stream_to_records() argument
55 size_t process_header(void *record, size_t increment) __maybe_unused) in zstd_compress_stream_to_records()
60 …line size_t zstd_decompress_stream(struct zstd_data *data __maybe_unused, void *src __maybe_unused, in zstd_decompress_stream() argument
61 size_t src_size __maybe_unused, void *dst __maybe_unused, in zstd_decompress_stream() argument
62 size_t dst_size __maybe_unused) in zstd_decompress_stream() argument
H A Dunwind.h52 static inline int unwind__prepare_access(struct maps *maps __maybe_unused, in unwind__prepare_access() argument
53 struct map *map __maybe_unused, in unwind__prepare_access() argument
54 bool *initialized __maybe_unused) in unwind__prepare_access() argument
59 static inline void unwind__flush_access(struct maps *maps __maybe_unused) {} in unwind__flush_access() argument
60 static inline void unwind__finish_access(struct maps *maps __maybe_unused) {} in unwind__finish_access() argument
64 unwind__get_entries(unwind_entry_cb_t cb __maybe_unused, in unwind__get_entries() argument
65 void *arg __maybe_unused, in unwind__get_entries() argument
66 struct thread *thread __maybe_unused, in unwind__get_entries() argument
67 struct perf_sample *data __maybe_unused, in unwind__get_entries() argument
68 int max_stack __maybe_unused) in unwind__get_entries() argument
[all …]
H A Dauxtrace.h671 auxtrace_record__init(struct evlist *evlist __maybe_unused, in auxtrace_record__init() argument
679 void auxtrace_record__free(struct auxtrace_record *itr __maybe_unused) in auxtrace_record__free() argument
684 int auxtrace_record__options(struct auxtrace_record *itr __maybe_unused, in auxtrace_record__options() argument
685 struct evlist *evlist __maybe_unused, in auxtrace_record__options() argument
686 struct record_opts *opts __maybe_unused) in auxtrace_record__options() argument
697 __maybe_unused, in perf_session__auxtrace_error_inc()
699 __maybe_unused) in perf_session__auxtrace_error_inc()
705 __maybe_unused) in events_stats__auxtrace_error_warn()
710 int itrace_parse_synth_opts(const struct option *opt __maybe_unused, in itrace_parse_synth_opts() argument
711 const char *str __maybe_unused, in itrace_parse_synth_opts() argument
[all …]
H A Dtrace-event-scripting.c29 static void process_event_unsupported(union perf_event *event __maybe_unused, in process_event_unsupported() argument
30 struct perf_sample *sample __maybe_unused, in process_event_unsupported() argument
31 struct evsel *evsel __maybe_unused, in process_event_unsupported() argument
32 struct addr_location *al __maybe_unused) in process_event_unsupported() argument
45 static int python_start_script_unsupported(const char *script __maybe_unused, in python_start_script_unsupported() argument
46 int argc __maybe_unused, in python_start_script_unsupported() argument
47 const char **argv __maybe_unused) in python_start_script_unsupported() argument
55 __maybe_unused, in python_generate_script_unsupported()
57 __maybe_unused) in python_generate_script_unsupported() argument
109 static int perl_start_script_unsupported(const char *script __maybe_unused, in perl_start_script_unsupported() argument
[all …]
H A Dsymbol-minimal.c79 int filename__read_debuglink(const char *filename __maybe_unused, in filename__read_debuglink() argument
80 char *debuglink __maybe_unused, in filename__read_debuglink() argument
81 size_t size __maybe_unused) in filename__read_debuglink() argument
278 bool symsrc__possibly_runtime(struct symsrc *ss __maybe_unused) in symsrc__possibly_runtime() argument
284 bool symsrc__has_symtab(struct symsrc *ss __maybe_unused) in symsrc__has_symtab() argument
295 int dso__synthesize_plt_symbols(struct dso *dso __maybe_unused, in dso__synthesize_plt_symbols() argument
296 struct symsrc *ss __maybe_unused) in dso__synthesize_plt_symbols() argument
339 int dso__load_sym(struct dso *dso, struct map *map __maybe_unused, in dso__load_sym() argument
341 struct symsrc *runtime_ss __maybe_unused, in dso__load_sym() argument
342 int kmodule __maybe_unused) in dso__load_sym() argument
[all …]
H A Dcs-etm.h185 cs_etm__process_auxtrace_info(union perf_event *event __maybe_unused, in cs_etm__process_auxtrace_info() argument
186 struct perf_session *session __maybe_unused) in cs_etm__process_auxtrace_info() argument
191 static inline int cs_etm__get_cpu(u8 trace_chan_id __maybe_unused, in cs_etm__get_cpu() argument
192 int *cpu __maybe_unused) in cs_etm__get_cpu() argument
198 struct cs_etm_queue *etmq __maybe_unused, in cs_etm__etmq_set_tid() argument
199 pid_t tid __maybe_unused, in cs_etm__etmq_set_tid() argument
200 u8 trace_chan_id __maybe_unused) in cs_etm__etmq_set_tid() argument
206 struct cs_etm_queue *etmq __maybe_unused) in cs_etm__etmq_is_timeless() argument
213 struct cs_etm_queue *etmq __maybe_unused, in cs_etm__etmq_set_traceid_queue_timestamp() argument
214 u8 trace_chan_id __maybe_unused) {} in cs_etm__etmq_set_traceid_queue_timestamp() argument
[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
[all …]
H A Dbpf-event.h41 static inline int machine__process_bpf(struct machine *machine __maybe_unused, in machine__process_bpf() argument
42 union perf_event *event __maybe_unused, in machine__process_bpf() argument
43 struct perf_sample *sample __maybe_unused) in machine__process_bpf() argument
48 static inline int evlist__add_bpf_sb_event(struct evlist *evlist __maybe_unused, in evlist__add_bpf_sb_event() argument
49 struct perf_env *env __maybe_unused) in evlist__add_bpf_sb_event() argument
54 static inline void bpf_event__print_bpf_prog_info(struct bpf_prog_info *info __maybe_unused, in bpf_event__print_bpf_prog_info() argument
55 struct perf_env *env __maybe_unused, in bpf_event__print_bpf_prog_info() argument
56 FILE *fp __maybe_unused) in bpf_event__print_bpf_prog_info() argument
H A Ddump-insn.c8 const char *dump_insn(struct perf_insn *x __maybe_unused, in dump_insn() argument
9 u64 ip __maybe_unused, u8 *inbuf __maybe_unused, in dump_insn() argument
10 int inlen __maybe_unused, int *lenp) in dump_insn() argument
18 int arch_is_branch(const unsigned char *buf __maybe_unused, in arch_is_branch() argument
19 size_t len __maybe_unused, in arch_is_branch() argument
20 int x86_64 __maybe_unused) in arch_is_branch() argument
H A Dhist.h485 int perf_evlist__tui_browse_hists(struct evlist *evlist __maybe_unused, in perf_evlist__tui_browse_hists() argument
486 const char *help __maybe_unused, in perf_evlist__tui_browse_hists() argument
487 struct hist_browser_timer *hbt __maybe_unused, in perf_evlist__tui_browse_hists() argument
488 float min_pcnt __maybe_unused, in perf_evlist__tui_browse_hists() argument
489 struct perf_env *env __maybe_unused, in perf_evlist__tui_browse_hists() argument
490 bool warn_lost_event __maybe_unused, in perf_evlist__tui_browse_hists() argument
491 struct annotation_options *annotation_options __maybe_unused) in perf_evlist__tui_browse_hists() argument
495 static inline int map_symbol__tui_annotate(struct map_symbol *ms __maybe_unused, in map_symbol__tui_annotate() argument
496 struct evsel *evsel __maybe_unused, in map_symbol__tui_annotate() argument
497 struct hist_browser_timer *hbt __maybe_unused, in map_symbol__tui_annotate() argument
[all …]
H A Dunwind-libunwind-local.c429 static int access_fpreg(unw_addr_space_t __maybe_unused as, in access_fpreg()
430 unw_regnum_t __maybe_unused num, in access_fpreg()
431 unw_fpreg_t __maybe_unused *val, in access_fpreg()
432 int __maybe_unused __write, in access_fpreg()
433 void __maybe_unused *arg) in access_fpreg()
439 static int get_dyn_info_list_addr(unw_addr_space_t __maybe_unused as, in get_dyn_info_list_addr()
440 unw_word_t __maybe_unused *dil_addr, in get_dyn_info_list_addr()
441 void __maybe_unused *arg) in get_dyn_info_list_addr()
446 static int resume(unw_addr_space_t __maybe_unused as, in resume()
447 unw_cursor_t __maybe_unused *cu, in resume()
[all …]
H A Dpfm.h22 const struct option *opt __maybe_unused, in parse_libpfm_events_option() argument
23 const char *str __maybe_unused, in parse_libpfm_events_option() argument
24 int unset __maybe_unused) in parse_libpfm_events_option() argument
29 static inline void print_libpfm_events(bool name_only __maybe_unused, in print_libpfm_events() argument
30 bool long_desc __maybe_unused) in print_libpfm_events() argument
/OK3568_Linux_fs/kernel/drivers/soc/renesas/
H A 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 …]
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dstat.c24 static int process_stat_config_event(struct perf_tool *tool __maybe_unused, in process_stat_config_event() argument
26 struct perf_sample *sample __maybe_unused, in process_stat_config_event() argument
27 struct machine *machine __maybe_unused) in process_stat_config_event() argument
50 int test__synthesize_stat_config(struct test *test __maybe_unused, int subtest __maybe_unused) in test__synthesize_stat_config() argument
64 static int process_stat_event(struct perf_tool *tool __maybe_unused, in process_stat_event() argument
66 struct perf_sample *sample __maybe_unused, in process_stat_event() argument
67 struct machine *machine __maybe_unused) in process_stat_event() argument
80 int test__synthesize_stat(struct test *test __maybe_unused, int subtest __maybe_unused) in test__synthesize_stat() argument
94 static int process_stat_round_event(struct perf_tool *tool __maybe_unused, in process_stat_round_event() argument
96 struct perf_sample *sample __maybe_unused, in process_stat_round_event() argument
[all …]
H A Devent_update.c15 static int process_event_unit(struct perf_tool *tool __maybe_unused, in process_event_unit() argument
17 struct perf_sample *sample __maybe_unused, in process_event_unit() argument
18 struct machine *machine __maybe_unused) in process_event_unit() argument
28 static int process_event_scale(struct perf_tool *tool __maybe_unused, in process_event_scale() argument
30 struct perf_sample *sample __maybe_unused, in process_event_scale() argument
31 struct machine *machine __maybe_unused) in process_event_scale() argument
51 struct perf_sample *sample __maybe_unused, in process_event_name() argument
52 struct machine *machine __maybe_unused) in process_event_name() argument
63 static int process_event_cpus(struct perf_tool *tool __maybe_unused, in process_event_cpus() argument
65 struct perf_sample *sample __maybe_unused, in process_event_cpus() argument
[all …]
H A Dcpumap.c14 static int process_event_mask(struct perf_tool *tool __maybe_unused, in process_event_mask() argument
16 struct perf_sample *sample __maybe_unused, in process_event_mask() argument
17 struct machine *machine __maybe_unused) in process_event_mask() argument
48 static int process_event_cpus(struct perf_tool *tool __maybe_unused, in process_event_cpus() argument
50 struct perf_sample *sample __maybe_unused, in process_event_cpus() argument
51 struct machine *machine __maybe_unused) in process_event_cpus() argument
78 int test__cpu_map_synthesize(struct test *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_synthesize() argument
112 int test__cpu_map_print(struct test *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_print() argument
124 int test__cpu_map_merge(struct test *test __maybe_unused, int subtest __maybe_unused) in test__cpu_map_merge() argument
H A Dthread-map.c22 int test__thread_map(struct test *test __maybe_unused, int subtest __maybe_unused) in test__thread_map() argument
62 static int process_event(struct perf_tool *tool __maybe_unused, in process_event() argument
64 struct perf_sample *sample __maybe_unused, in process_event() argument
65 struct machine *machine __maybe_unused) in process_event() argument
89 int test__thread_map_synthesize(struct test *test __maybe_unused, int subtest __maybe_unused) in test__thread_map_synthesize() argument
108 int test__thread_map_remove(struct test *test __maybe_unused, int subtest __maybe_unused) in test__thread_map_remove() argument
/OK3568_Linux_fs/kernel/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() argument
25 struct evlist *evlist __maybe_unused) in cpumsf_info_priv_size() argument
31 cpumsf_info_fill(struct auxtrace_record *itr __maybe_unused, in cpumsf_info_fill() argument
32 struct perf_session *session __maybe_unused, in cpumsf_info_fill() argument
33 struct perf_record_auxtrace_info *auxtrace_info __maybe_unused, in cpumsf_info_fill() argument
34 size_t priv_size __maybe_unused) in cpumsf_info_fill() argument
41 cpumsf_reference(struct auxtrace_record *itr __maybe_unused) in cpumsf_reference() argument
47 cpumsf_recording_options(struct auxtrace_record *ar __maybe_unused, in cpumsf_recording_options() argument
48 struct evlist *evlist __maybe_unused, in cpumsf_recording_options() argument
76 cpumsf_parse_snapshot_options(struct auxtrace_record *itr __maybe_unused, in cpumsf_parse_snapshot_options() argument
[all …]
/OK3568_Linux_fs/u-boot/drivers/ddr/fsl/
H A Doptions.c40 static __maybe_unused const struct dynamic_odt single_Q[4] = {
67 static __maybe_unused const struct dynamic_odt single_D[4] = {
84 static __maybe_unused const struct dynamic_odt single_S[4] = {
96 static __maybe_unused const struct dynamic_odt dual_DD[4] = {
123 static __maybe_unused const struct dynamic_odt dual_DS[4] = {
144 static __maybe_unused const struct dynamic_odt dual_SD[4] = {
166 static __maybe_unused const struct dynamic_odt dual_SS[4] = {
183 static __maybe_unused const struct dynamic_odt dual_D0[4] = {
200 static __maybe_unused const struct dynamic_odt dual_0D[4] = {
217 static __maybe_unused const struct dynamic_odt dual_S0[4] = {
[all …]
/OK3568_Linux_fs/u-boot/board/ti/common/
H A Dboard_detect.c29 int __maybe_unused ti_i2c_set_alen(int bus_addr, int dev_addr, int alen) in ti_i2c_set_alen()
48 int __maybe_unused ti_i2c_set_alen(int bus_addr, int dev_addr, int alen) in ti_i2c_set_alen()
61 static int __maybe_unused ti_i2c_eeprom_init(int i2c_bus, int dev_addr) in ti_i2c_eeprom_init()
83 static int __maybe_unused ti_i2c_eeprom_read(int dev_addr, int offset, in ti_i2c_eeprom_read()
107 static void __maybe_unused ti_eeprom_string_cleanup(char *s) in ti_eeprom_string_cleanup()
123 static int __maybe_unused ti_i2c_eeprom_get(int bus_addr, int dev_addr, in ti_i2c_eeprom_get()
176 int __maybe_unused ti_i2c_eeprom_am_set(const char *name, const char *rev) in ti_i2c_eeprom_am_set()
200 int __maybe_unused ti_i2c_eeprom_am_get(int bus_addr, int dev_addr) in ti_i2c_eeprom_am_get()
246 int __maybe_unused ti_i2c_eeprom_dra7_get(int bus_addr, int dev_addr) in ti_i2c_eeprom_dra7_get()
292 bool __maybe_unused board_ti_is(char *name_tag) in board_ti_is()
[all …]
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dmach-smdk6410.c211 static struct regulator_init_data __maybe_unused smdk6410_b_pwr_5v_data = {
294 static struct regulator_init_data __maybe_unused smdk6410_vddarm = {
307 static struct regulator_init_data __maybe_unused smdk6410_vddint = {
318 static struct regulator_init_data __maybe_unused smdk6410_vddhi = {
326 static struct regulator_init_data __maybe_unused smdk6410_vddpll = {
334 static struct regulator_init_data __maybe_unused smdk6410_vdduh_mmc = {
342 static struct regulator_init_data __maybe_unused smdk6410_vccmc3bt = {
350 static struct regulator_init_data __maybe_unused smdk6410_vccm2mtv = {
358 static struct regulator_init_data __maybe_unused smdk6410_vddlcd = {
366 static struct regulator_init_data __maybe_unused smdk6410_vddotgi = {
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/ddbridge/
H A Dddbridge-i2c.h33 static int __maybe_unused i2c_io(struct i2c_adapter *adapter, u8 adr, in i2c_io()
44 static int __maybe_unused i2c_write(struct i2c_adapter *adap, u8 adr, in i2c_write()
53 static int __maybe_unused i2c_read(struct i2c_adapter *adapter, u8 adr, u8 *val) in i2c_read()
61 static int __maybe_unused i2c_read_regs(struct i2c_adapter *adapter, in i2c_read_regs()
72 static int __maybe_unused i2c_read_regs16(struct i2c_adapter *adapter, in i2c_read_regs16()
84 static int __maybe_unused i2c_write_reg16(struct i2c_adapter *adap, in i2c_write_reg16()
92 static int __maybe_unused i2c_write_reg(struct i2c_adapter *adap, in i2c_write_reg()
100 static int __maybe_unused i2c_read_reg16(struct i2c_adapter *adapter, in i2c_read_reg16()
106 static int __maybe_unused i2c_read_reg(struct i2c_adapter *adapter, in i2c_read_reg()
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Dpsock_lib.h23 #ifndef __maybe_unused
24 # define __maybe_unused __attribute__ ((__unused__)) macro
27 static __maybe_unused void pair_udp_setfilter(int fd) in pair_udp_setfilter()
75 static __maybe_unused void pair_udp_open(int fds[], uint16_t port) in pair_udp_open()
111 static __maybe_unused void pair_udp_send_char(int fds[], int num, char payload) in pair_udp_send_char()
133 static __maybe_unused void pair_udp_send(int fds[], int num) in pair_udp_send()
138 static __maybe_unused void pair_udp_close(int fds[]) in pair_udp_close()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-inject.c87 struct ordered_events *oe __maybe_unused) in perf_event__repipe_oe_synth() argument
93 static int perf_event__drop_oe(struct perf_tool *tool __maybe_unused, in perf_event__drop_oe() argument
94 union perf_event *event __maybe_unused, in perf_event__drop_oe() argument
95 struct ordered_events *oe __maybe_unused) in perf_event__drop_oe() argument
109 u64 data __maybe_unused) in perf_event__repipe_op4_synth() argument
134 struct evlist **pevlist __maybe_unused) in perf_event__repipe_event_update() argument
201 perf_event__repipe_auxtrace(struct perf_session *session __maybe_unused, in perf_event__repipe_auxtrace() argument
202 union perf_event *event __maybe_unused) in perf_event__repipe_auxtrace() argument
212 struct perf_sample *sample __maybe_unused, in perf_event__repipe() argument
213 struct machine *machine __maybe_unused) in perf_event__repipe() argument
[all …]

12345678910>>...66