feat_fd           297 tools/perf/util/build-id.c 			 pid_t pid, u16 misc, struct feat_fd *fd)
feat_fd           320 tools/perf/util/build-id.c 					struct feat_fd *fd)
feat_fd           364 tools/perf/util/build-id.c 				      struct feat_fd *fd)
feat_fd            15 tools/perf/util/build-id.h struct feat_fd;
feat_fd            34 tools/perf/util/build-id.h 				      struct feat_fd *fd);
feat_fd            90 tools/perf/util/header.c static int __do_write_fd(struct feat_fd *ff, const void *buf, size_t size)
feat_fd            99 tools/perf/util/header.c static int __do_write_buf(struct feat_fd *ff,  const void *buf, size_t size)
feat_fd           128 tools/perf/util/header.c int do_write(struct feat_fd *ff, const void *buf, size_t size)
feat_fd           136 tools/perf/util/header.c static int do_write_bitmap(struct feat_fd *ff, unsigned long *set, u64 size)
feat_fd           155 tools/perf/util/header.c int write_padded(struct feat_fd *ff, const void *bf,
feat_fd           171 tools/perf/util/header.c static int do_write_string(struct feat_fd *ff, const char *str)
feat_fd           187 tools/perf/util/header.c static int __do_read_fd(struct feat_fd *ff, void *addr, ssize_t size)
feat_fd           196 tools/perf/util/header.c static int __do_read_buf(struct feat_fd *ff, void *addr, ssize_t size)
feat_fd           208 tools/perf/util/header.c static int __do_read(struct feat_fd *ff, void *addr, ssize_t size)
feat_fd           215 tools/perf/util/header.c static int do_read_u32(struct feat_fd *ff, u32 *addr)
feat_fd           228 tools/perf/util/header.c static int do_read_u64(struct feat_fd *ff, u64 *addr)
feat_fd           241 tools/perf/util/header.c static char *do_read_string(struct feat_fd *ff)
feat_fd           267 tools/perf/util/header.c static int do_read_bitmap(struct feat_fd *ff, unsigned long **pset, u64 *psize)
feat_fd           296 tools/perf/util/header.c static int write_tracing_data(struct feat_fd *ff,
feat_fd           305 tools/perf/util/header.c static int write_build_id(struct feat_fd *ff,
feat_fd           329 tools/perf/util/header.c static int write_hostname(struct feat_fd *ff,
feat_fd           342 tools/perf/util/header.c static int write_osrelease(struct feat_fd *ff,
feat_fd           355 tools/perf/util/header.c static int write_arch(struct feat_fd *ff,
feat_fd           368 tools/perf/util/header.c static int write_version(struct feat_fd *ff,
feat_fd           374 tools/perf/util/header.c static int __write_cpudesc(struct feat_fd *ff, const char *cpuinfo_proc)
feat_fd           429 tools/perf/util/header.c static int write_cpudesc(struct feat_fd *ff,
feat_fd           463 tools/perf/util/header.c static int write_nrcpus(struct feat_fd *ff,
feat_fd           485 tools/perf/util/header.c static int write_event_desc(struct feat_fd *ff,
feat_fd           541 tools/perf/util/header.c static int write_cmdline(struct feat_fd *ff,
feat_fd           570 tools/perf/util/header.c static int write_cpu_topology(struct feat_fd *ff,
feat_fd           642 tools/perf/util/header.c static int write_total_mem(struct feat_fd *ff,
feat_fd           671 tools/perf/util/header.c static int write_numa_topology(struct feat_fd *ff,
feat_fd           725 tools/perf/util/header.c static int write_pmu_mappings(struct feat_fd *ff,
feat_fd           774 tools/perf/util/header.c static int write_group_desc(struct feat_fd *ff,
feat_fd           856 tools/perf/util/header.c static int write_cpuid(struct feat_fd *ff,
feat_fd           869 tools/perf/util/header.c static int write_branch_stack(struct feat_fd *ff __maybe_unused,
feat_fd           875 tools/perf/util/header.c static int write_auxtrace(struct feat_fd *ff,
feat_fd           892 tools/perf/util/header.c static int write_clockid(struct feat_fd *ff,
feat_fd           899 tools/perf/util/header.c static int write_dir_format(struct feat_fd *ff,
feat_fd           915 tools/perf/util/header.c static int write_bpf_prog_info(struct feat_fd *ff,
feat_fd           957 tools/perf/util/header.c static int write_bpf_prog_info(struct feat_fd *ff __maybe_unused,
feat_fd           964 tools/perf/util/header.c static int write_bpf_btf(struct feat_fd *ff,
feat_fd          1129 tools/perf/util/header.c static int write_cache(struct feat_fd *ff,
feat_fd          1182 tools/perf/util/header.c static int write_stat(struct feat_fd *ff __maybe_unused,
feat_fd          1188 tools/perf/util/header.c static int write_sample_time(struct feat_fd *ff,
feat_fd          1324 tools/perf/util/header.c static int write_mem_topology(struct feat_fd *ff __maybe_unused,
feat_fd          1374 tools/perf/util/header.c static int write_compressed(struct feat_fd *ff __maybe_unused,
feat_fd          1398 tools/perf/util/header.c static void print_hostname(struct feat_fd *ff, FILE *fp)
feat_fd          1403 tools/perf/util/header.c static void print_osrelease(struct feat_fd *ff, FILE *fp)
feat_fd          1408 tools/perf/util/header.c static void print_arch(struct feat_fd *ff, FILE *fp)
feat_fd          1413 tools/perf/util/header.c static void print_cpudesc(struct feat_fd *ff, FILE *fp)
feat_fd          1418 tools/perf/util/header.c static void print_nrcpus(struct feat_fd *ff, FILE *fp)
feat_fd          1424 tools/perf/util/header.c static void print_version(struct feat_fd *ff, FILE *fp)
feat_fd          1429 tools/perf/util/header.c static void print_cmdline(struct feat_fd *ff, FILE *fp)
feat_fd          1458 tools/perf/util/header.c static void print_cpu_topology(struct feat_fd *ff, FILE *fp)
feat_fd          1515 tools/perf/util/header.c static void print_clockid(struct feat_fd *ff, FILE *fp)
feat_fd          1521 tools/perf/util/header.c static void print_dir_format(struct feat_fd *ff, FILE *fp)
feat_fd          1532 tools/perf/util/header.c static void print_bpf_prog_info(struct feat_fd *ff, FILE *fp)
feat_fd          1556 tools/perf/util/header.c static void print_bpf_btf(struct feat_fd *ff, FILE *fp)
feat_fd          1593 tools/perf/util/header.c static struct evsel *read_event_desc(struct feat_fd *ff)
feat_fd          1677 tools/perf/util/header.c static void print_event_desc(struct feat_fd *ff, FILE *fp)
feat_fd          1715 tools/perf/util/header.c static void print_total_mem(struct feat_fd *ff, FILE *fp)
feat_fd          1720 tools/perf/util/header.c static void print_numa_topology(struct feat_fd *ff, FILE *fp)
feat_fd          1737 tools/perf/util/header.c static void print_cpuid(struct feat_fd *ff, FILE *fp)
feat_fd          1742 tools/perf/util/header.c static void print_branch_stack(struct feat_fd *ff __maybe_unused, FILE *fp)
feat_fd          1747 tools/perf/util/header.c static void print_auxtrace(struct feat_fd *ff __maybe_unused, FILE *fp)
feat_fd          1752 tools/perf/util/header.c static void print_stat(struct feat_fd *ff __maybe_unused, FILE *fp)
feat_fd          1757 tools/perf/util/header.c static void print_cache(struct feat_fd *ff, FILE *fp __maybe_unused)
feat_fd          1768 tools/perf/util/header.c static void print_compressed(struct feat_fd *ff, FILE *fp)
feat_fd          1775 tools/perf/util/header.c static void print_pmu_mappings(struct feat_fd *ff, FILE *fp)
feat_fd          1811 tools/perf/util/header.c static void print_group_desc(struct feat_fd *ff, FILE *fp)
feat_fd          1835 tools/perf/util/header.c static void print_sample_time(struct feat_fd *ff, FILE *fp)
feat_fd          1870 tools/perf/util/header.c static void print_mem_topology(struct feat_fd *ff, FILE *fp)
feat_fd          2043 tools/perf/util/header.c static int process_##__feat(struct feat_fd *ff, void *data __maybe_unused) \
feat_fd          2056 tools/perf/util/header.c static int process_tracing_data(struct feat_fd *ff, void *data)
feat_fd          2063 tools/perf/util/header.c static int process_build_id(struct feat_fd *ff, void *data __maybe_unused)
feat_fd          2070 tools/perf/util/header.c static int process_nrcpus(struct feat_fd *ff, void *data __maybe_unused)
feat_fd          2087 tools/perf/util/header.c static int process_total_mem(struct feat_fd *ff, void *data __maybe_unused)
feat_fd          2132 tools/perf/util/header.c process_event_desc(struct feat_fd *ff, void *data __maybe_unused)
feat_fd          2157 tools/perf/util/header.c static int process_cmdline(struct feat_fd *ff, void *data __maybe_unused)
feat_fd          2195 tools/perf/util/header.c static int process_cpu_topology(struct feat_fd *ff, void *data __maybe_unused)
feat_fd          2329 tools/perf/util/header.c static int process_numa_topology(struct feat_fd *ff, void *data __maybe_unused)
feat_fd          2375 tools/perf/util/header.c static int process_pmu_mappings(struct feat_fd *ff, void *data __maybe_unused)
feat_fd          2422 tools/perf/util/header.c static int process_group_desc(struct feat_fd *ff, void *data __maybe_unused)
feat_fd          2506 tools/perf/util/header.c static int process_auxtrace(struct feat_fd *ff, void *data __maybe_unused)
feat_fd          2520 tools/perf/util/header.c static int process_cache(struct feat_fd *ff, void *data __maybe_unused)
feat_fd          2572 tools/perf/util/header.c static int process_sample_time(struct feat_fd *ff, void *data __maybe_unused)
feat_fd          2593 tools/perf/util/header.c static int process_mem_topology(struct feat_fd *ff,
feat_fd          2645 tools/perf/util/header.c static int process_clockid(struct feat_fd *ff,
feat_fd          2654 tools/perf/util/header.c static int process_dir_format(struct feat_fd *ff,
feat_fd          2670 tools/perf/util/header.c static int process_bpf_prog_info(struct feat_fd *ff, void *data __maybe_unused)
feat_fd          2739 tools/perf/util/header.c static int process_bpf_prog_info(struct feat_fd *ff __maybe_unused, void *data __maybe_unused)
feat_fd          2745 tools/perf/util/header.c static int process_bpf_btf(struct feat_fd *ff, void *data __maybe_unused)
feat_fd          2791 tools/perf/util/header.c static int process_compressed(struct feat_fd *ff,
feat_fd          2881 tools/perf/util/header.c 	struct feat_fd ff;
feat_fd          2895 tools/perf/util/header.c 	ff = (struct  feat_fd) {
feat_fd          2949 tools/perf/util/header.c static int do_write_feat(struct feat_fd *ff, int type,
feat_fd          2984 tools/perf/util/header.c 	struct feat_fd ff;
feat_fd          2991 tools/perf/util/header.c 	ff = (struct feat_fd){
feat_fd          3029 tools/perf/util/header.c 	struct feat_fd ff;
feat_fd          3032 tools/perf/util/header.c 	ff = (struct feat_fd){ .fd = fd };
feat_fd          3056 tools/perf/util/header.c 	struct feat_fd ff;
feat_fd          3060 tools/perf/util/header.c 	ff = (struct feat_fd){ .fd = fd};
feat_fd          3371 tools/perf/util/header.c 	struct feat_fd fdd = {
feat_fd          3399 tools/perf/util/header.c 	struct feat_fd ff = {
feat_fd          3642 tools/perf/util/header.c 	struct feat_fd ff = { .fd = 0 };
feat_fd           105 tools/perf/util/header.h 	int	   (*write)(struct feat_fd *ff, struct evlist *evlist);
feat_fd           106 tools/perf/util/header.h 	void	   (*print)(struct feat_fd *ff, FILE *fp);
feat_fd           107 tools/perf/util/header.h 	int	   (*process)(struct feat_fd *ff, void *data);
feat_fd           154 tools/perf/util/header.h struct feat_fd;
feat_fd           156 tools/perf/util/header.h int do_write(struct feat_fd *fd, const void *buf, size_t size);
feat_fd           158 tools/perf/util/header.h int write_padded(struct feat_fd *fd, const void *bf,
feat_fd          1714 tools/perf/util/synthetic-events.c 	struct feat_fd ff;
feat_fd          1748 tools/perf/util/synthetic-events.c 	ff = (struct feat_fd){ .fd = fd };
feat_fd          1828 tools/perf/util/synthetic-events.c 	struct feat_fd ff;