Lines Matching refs:__maybe_unused

138 static int write_tracing_data(int fd, struct perf_header *h __maybe_unused,  in write_tracing_data()  argument
146 struct perf_evlist *evlist __maybe_unused) in write_build_id() argument
166 static int write_hostname(int fd, struct perf_header *h __maybe_unused, in write_hostname() argument
167 struct perf_evlist *evlist __maybe_unused) in write_hostname() argument
179 static int write_osrelease(int fd, struct perf_header *h __maybe_unused, in write_osrelease() argument
180 struct perf_evlist *evlist __maybe_unused) in write_osrelease() argument
192 static int write_arch(int fd, struct perf_header *h __maybe_unused, in write_arch() argument
193 struct perf_evlist *evlist __maybe_unused) in write_arch() argument
205 static int write_version(int fd, struct perf_header *h __maybe_unused, in write_version() argument
206 struct perf_evlist *evlist __maybe_unused) in write_version() argument
268 static int write_cpudesc(int fd, struct perf_header *h __maybe_unused, in write_cpudesc() argument
269 struct perf_evlist *evlist __maybe_unused) in write_cpudesc() argument
287 static int write_nrcpus(int fd, struct perf_header *h __maybe_unused, in write_nrcpus() argument
288 struct perf_evlist *evlist __maybe_unused) in write_nrcpus() argument
313 static int write_event_desc(int fd, struct perf_header *h __maybe_unused, in write_event_desc() argument
369 static int write_cmdline(int fd, struct perf_header *h __maybe_unused, in write_cmdline() argument
370 struct perf_evlist *evlist __maybe_unused) in write_cmdline() argument
542 static int write_cpu_topology(int fd, struct perf_header *h __maybe_unused, in write_cpu_topology() argument
543 struct perf_evlist *evlist __maybe_unused) in write_cpu_topology() argument
593 static int write_total_mem(int fd, struct perf_header *h __maybe_unused, in write_total_mem() argument
594 struct perf_evlist *evlist __maybe_unused) in write_total_mem() argument
682 static int write_numa_topology(int fd, struct perf_header *h __maybe_unused, in write_numa_topology() argument
683 struct perf_evlist *evlist __maybe_unused) in write_numa_topology() argument
743 static int write_pmu_mappings(int fd, struct perf_header *h __maybe_unused, in write_pmu_mappings() argument
744 struct perf_evlist *evlist __maybe_unused) in write_pmu_mappings() argument
791 static int write_group_desc(int fd, struct perf_header *h __maybe_unused, in write_group_desc() argument
829 int __attribute__ ((weak)) get_cpuid(char *buffer __maybe_unused, in get_cpuid() argument
830 size_t sz __maybe_unused) in get_cpuid() argument
835 static int write_cpuid(int fd, struct perf_header *h __maybe_unused, in write_cpuid() argument
836 struct perf_evlist *evlist __maybe_unused) in write_cpuid() argument
850 static int write_branch_stack(int fd __maybe_unused, in write_branch_stack() argument
851 struct perf_header *h __maybe_unused, in write_branch_stack() argument
852 struct perf_evlist *evlist __maybe_unused) in write_branch_stack() argument
858 struct perf_evlist *evlist __maybe_unused) in write_auxtrace() argument
871 static void print_hostname(struct perf_header *ph, int fd __maybe_unused, in print_hostname() argument
877 static void print_osrelease(struct perf_header *ph, int fd __maybe_unused, in print_osrelease() argument
883 static void print_arch(struct perf_header *ph, int fd __maybe_unused, FILE *fp) in print_arch() argument
888 static void print_cpudesc(struct perf_header *ph, int fd __maybe_unused, in print_cpudesc() argument
894 static void print_nrcpus(struct perf_header *ph, int fd __maybe_unused, in print_nrcpus() argument
901 static void print_version(struct perf_header *ph, int fd __maybe_unused, in print_version() argument
907 static void print_cmdline(struct perf_header *ph, int fd __maybe_unused, in print_cmdline() argument
921 static void print_cpu_topology(struct perf_header *ph, int fd __maybe_unused, in print_cpu_topology() argument
1098 static void print_total_mem(struct perf_header *ph, int fd __maybe_unused, in print_total_mem() argument
1104 static void print_numa_topology(struct perf_header *ph, int fd __maybe_unused, in print_numa_topology() argument
1145 static void print_cpuid(struct perf_header *ph, int fd __maybe_unused, FILE *fp) in print_cpuid() argument
1150 static void print_branch_stack(struct perf_header *ph __maybe_unused, in print_branch_stack() argument
1151 int fd __maybe_unused, FILE *fp) in print_branch_stack() argument
1156 static void print_auxtrace(struct perf_header *ph __maybe_unused, in print_auxtrace() argument
1157 int fd __maybe_unused, FILE *fp) in print_auxtrace() argument
1162 static void print_pmu_mappings(struct perf_header *ph, int fd __maybe_unused, in print_pmu_mappings() argument
1199 static void print_group_desc(struct perf_header *ph, int fd __maybe_unused, in print_group_desc() argument
1371 static int process_tracing_data(struct perf_file_section *section __maybe_unused, in process_tracing_data() argument
1372 struct perf_header *ph __maybe_unused, in process_tracing_data() argument
1381 void *data __maybe_unused) in process_build_id() argument
1388 static int process_hostname(struct perf_file_section *section __maybe_unused, in process_hostname() argument
1390 void *data __maybe_unused) in process_hostname() argument
1396 static int process_osrelease(struct perf_file_section *section __maybe_unused, in process_osrelease() argument
1398 void *data __maybe_unused) in process_osrelease() argument
1404 static int process_version(struct perf_file_section *section __maybe_unused, in process_version() argument
1406 void *data __maybe_unused) in process_version() argument
1412 static int process_arch(struct perf_file_section *section __maybe_unused, in process_arch() argument
1414 void *data __maybe_unused) in process_arch() argument
1420 static int process_nrcpus(struct perf_file_section *section __maybe_unused, in process_nrcpus() argument
1422 void *data __maybe_unused) in process_nrcpus() argument
1447 static int process_cpudesc(struct perf_file_section *section __maybe_unused, in process_cpudesc() argument
1449 void *data __maybe_unused) in process_cpudesc() argument
1455 static int process_cpuid(struct perf_file_section *section __maybe_unused, in process_cpuid() argument
1457 void *data __maybe_unused) in process_cpuid() argument
1463 static int process_total_mem(struct perf_file_section *section __maybe_unused, in process_total_mem() argument
1465 void *data __maybe_unused) in process_total_mem() argument
1514 process_event_desc(struct perf_file_section *section __maybe_unused, in process_event_desc() argument
1516 void *data __maybe_unused) in process_event_desc() argument
1535 void *data __maybe_unused) in process_cmdline() argument
1580 void *data __maybe_unused) in process_cpu_topology() argument
1687 static int process_numa_topology(struct perf_file_section *section __maybe_unused, in process_numa_topology() argument
1689 void *data __maybe_unused) in process_numa_topology() argument
1747 static int process_pmu_mappings(struct perf_file_section *section __maybe_unused, in process_pmu_mappings() argument
1749 void *data __maybe_unused) in process_pmu_mappings() argument
1800 static int process_group_desc(struct perf_file_section *section __maybe_unused, in process_group_desc() argument
1802 void *data __maybe_unused) in process_group_desc() argument
1896 void *data __maybe_unused) in process_auxtrace() argument
2708 int perf_event__process_attr(struct perf_tool *tool __maybe_unused, in perf_event__process_attr() argument
2755 int err __maybe_unused = 0; in perf_event__synthesize_tracing_data() local
2794 int perf_event__process_tracing_data(struct perf_tool *tool __maybe_unused, in perf_event__process_tracing_data() argument
2862 int perf_event__process_build_id(struct perf_tool *tool __maybe_unused, in perf_event__process_build_id() argument