Symbol: feat_fd
tools/perf/util/build-id.c
289
pid_t pid, u16 misc, struct feat_fd *fd)
tools/perf/util/build-id.c
315
struct feat_fd *fd;
tools/perf/util/build-id.c
348
static int machine__write_buildid_table(struct machine *machine, struct feat_fd *fd)
tools/perf/util/build-id.c
366
struct feat_fd *fd)
tools/perf/util/build-id.h
20
struct feat_fd;
tools/perf/util/build-id.h
46
struct feat_fd *fd);
tools/perf/util/header.c
1014
static int write_dir_format(struct feat_fd *ff,
tools/perf/util/header.c
103
static int __do_write_fd(struct feat_fd *ff, const void *buf, size_t size)
tools/perf/util/header.c
1030
static int write_bpf_prog_info(struct feat_fd *ff,
tools/perf/util/header.c
1072
static int write_bpf_btf(struct feat_fd *ff,
tools/perf/util/header.c
112
static int __do_write_buf(struct feat_fd *ff, const void *buf, size_t size)
tools/perf/util/header.c
1254
static int write_cache(struct feat_fd *ff,
tools/perf/util/header.c
1307
static int write_stat(struct feat_fd *ff __maybe_unused,
tools/perf/util/header.c
1313
static int write_sample_time(struct feat_fd *ff,
tools/perf/util/header.c
141
int do_write(struct feat_fd *ff, const void *buf, size_t size)
tools/perf/util/header.c
1466
static int write_mem_topology(struct feat_fd *ff __maybe_unused,
tools/perf/util/header.c
149
static int do_write_bitmap(struct feat_fd *ff, unsigned long *set, u64 size)
tools/perf/util/header.c
1517
static int write_compressed(struct feat_fd *ff __maybe_unused,
tools/perf/util/header.c
1541
static int __write_pmu_caps(struct feat_fd *ff, struct perf_pmu *pmu,
tools/perf/util/header.c
1570
static int write_cpu_pmu_caps(struct feat_fd *ff,
tools/perf/util/header.c
1586
static int write_pmu_caps(struct feat_fd *ff,
tools/perf/util/header.c
168
int write_padded(struct feat_fd *ff, const void *bf,
tools/perf/util/header.c
1729
static int write_cpu_domain_info(struct feat_fd *ff,
tools/perf/util/header.c
1788
static void print_hostname(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1793
static void print_osrelease(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1798
static void print_arch(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1803
static void print_e_machine(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1809
static void print_cpudesc(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1814
static void print_nrcpus(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1820
static void print_version(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1825
static void print_cmdline(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
184
static int do_write_string(struct feat_fd *ff, const char *str)
tools/perf/util/header.c
1854
static void print_cpu_topology(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1911
static void print_clockid(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1917
static void print_clock_data(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1960
static void print_hybrid_topology(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1972
static void print_dir_format(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1984
static void print_bpf_prog_info(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
200
static int __do_read_fd(struct feat_fd *ff, void *addr, ssize_t size)
tools/perf/util/header.c
2011
static void print_bpf_btf(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2086
static struct evsel *read_event_desc(struct feat_fd *ff)
tools/perf/util/header.c
209
static int __do_read_buf(struct feat_fd *ff, void *addr, ssize_t size)
tools/perf/util/header.c
2173
static void print_event_desc(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
221
static int __do_read(struct feat_fd *ff, void *addr, ssize_t size)
tools/perf/util/header.c
2211
static void print_total_mem(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2216
static void print_numa_topology(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2233
static void print_cpuid(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2238
static void print_branch_stack(struct feat_fd *ff __maybe_unused, FILE *fp)
tools/perf/util/header.c
2243
static void print_auxtrace(struct feat_fd *ff __maybe_unused, FILE *fp)
tools/perf/util/header.c
2248
static void print_stat(struct feat_fd *ff __maybe_unused, FILE *fp)
tools/perf/util/header.c
2253
static void print_cache(struct feat_fd *ff, FILE *fp __maybe_unused)
tools/perf/util/header.c
2264
static void print_compressed(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
228
static int do_read_u32(struct feat_fd *ff, u32 *addr)
tools/perf/util/header.c
2290
static void print_cpu_pmu_caps(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2296
static void print_pmu_caps(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2316
static void print_pmu_mappings(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2353
static void print_group_desc(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2375
static void print_sample_time(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
241
static int do_read_u64(struct feat_fd *ff, u64 *addr)
tools/perf/util/header.c
2410
static void print_mem_topology(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2427
static void print_cpu_domain_info(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
254
static char *do_read_string(struct feat_fd *ff)
tools/perf/util/header.c
2622
static int process_##__feat(struct feat_fd *ff, void *data __maybe_unused) \
tools/perf/util/header.c
2636
static int process_e_machine(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
2648
static int process_tracing_data(struct feat_fd *ff, void *data)
tools/perf/util/header.c
2656
static int process_build_id(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
2663
static int process_nrcpus(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
2681
static int process_total_mem(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
2724
process_event_desc(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
2749
static int process_cmdline(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
2788
static int process_cpu_topology(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
280
static int do_read_bitmap(struct feat_fd *ff, unsigned long **pset, u64 *psize)
tools/perf/util/header.c
2907
static int process_numa_topology(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
2953
static int process_pmu_mappings(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
3003
static int process_group_desc(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
3087
static int process_auxtrace(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
310
static int write_tracing_data(struct feat_fd *ff,
tools/perf/util/header.c
3101
static int process_cache(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
3157
static int process_sample_time(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
3178
static int process_mem_topology(struct feat_fd *ff,
tools/perf/util/header.c
320
static int write_build_id(struct feat_fd *ff,
tools/perf/util/header.c
3231
static int process_clockid(struct feat_fd *ff,
tools/perf/util/header.c
3242
static int process_clock_data(struct feat_fd *ff,
tools/perf/util/header.c
3277
static int process_hybrid_topology(struct feat_fd *ff,
tools/perf/util/header.c
3318
static int process_dir_format(struct feat_fd *ff,
tools/perf/util/header.c
3334
static int process_bpf_prog_info(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
3407
static int process_bpf_btf(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
343
static int write_hostname(struct feat_fd *ff,
tools/perf/util/header.c
3455
static int process_compressed(struct feat_fd *ff,
tools/perf/util/header.c
3478
static int __process_pmu_caps(struct feat_fd *ff, int *nr_caps,
tools/perf/util/header.c
3541
static int process_cpu_pmu_caps(struct feat_fd *ff,
tools/perf/util/header.c
3556
static int process_pmu_caps(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
356
static int write_osrelease(struct feat_fd *ff,
tools/perf/util/header.c
3612
static int process_cpu_domain_info(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
369
static int write_arch(struct feat_fd *ff,
tools/perf/util/header.c
3778
struct feat_fd ff;
tools/perf/util/header.c
3792
ff = (struct feat_fd) {
tools/perf/util/header.c
382
static int write_e_machine(struct feat_fd *ff,
tools/perf/util/header.c
3848
struct feat_fd *ff;
tools/perf/util/header.c
3858
static int do_write_feat(struct feat_fd *ff, int type,
tools/perf/util/header.c
3911
struct feat_fd ff = {
tools/perf/util/header.c
3955
struct feat_fd ff = {
tools/perf/util/header.c
397
static int write_version(struct feat_fd *ff,
tools/perf/util/header.c
3983
struct feat_fd ff = {
tools/perf/util/header.c
403
static int __write_cpudesc(struct feat_fd *ff, const char *cpuinfo_proc)
tools/perf/util/header.c
4389
struct feat_fd fdd = {
tools/perf/util/header.c
458
static int write_cpudesc(struct feat_fd *ff,
tools/perf/util/header.c
4666
struct feat_fd ff = { .fd = 0 };
tools/perf/util/header.c
494
static int write_nrcpus(struct feat_fd *ff,
tools/perf/util/header.c
516
static int write_event_desc(struct feat_fd *ff,
tools/perf/util/header.c
572
static int write_cmdline(struct feat_fd *ff,
tools/perf/util/header.c
602
static int write_cpu_topology(struct feat_fd *ff,
tools/perf/util/header.c
675
static int write_total_mem(struct feat_fd *ff,
tools/perf/util/header.c
704
static int write_numa_topology(struct feat_fd *ff,
tools/perf/util/header.c
758
static int write_pmu_mappings(struct feat_fd *ff,
tools/perf/util/header.c
801
static int write_group_desc(struct feat_fd *ff,
tools/perf/util/header.c
903
static int write_cpuid(struct feat_fd *ff, struct evlist *evlist)
tools/perf/util/header.c
916
static int write_branch_stack(struct feat_fd *ff __maybe_unused,
tools/perf/util/header.c
922
static int write_auxtrace(struct feat_fd *ff,
tools/perf/util/header.c
939
static int write_clockid(struct feat_fd *ff,
tools/perf/util/header.c
946
static int write_clock_data(struct feat_fd *ff,
tools/perf/util/header.c
980
static int write_hybrid_topology(struct feat_fd *ff,
tools/perf/util/header.h
125
int (*write)(struct feat_fd *ff, struct evlist *evlist);
tools/perf/util/header.h
126
void (*print)(struct feat_fd *ff, FILE *fp);
tools/perf/util/header.h
127
int (*process)(struct feat_fd *ff, void *data);
tools/perf/util/header.h
194
struct feat_fd;
tools/perf/util/header.h
196
int do_write(struct feat_fd *fd, const void *buf, size_t size);
tools/perf/util/header.h
198
int write_padded(struct feat_fd *fd, const void *bf,
tools/perf/util/synthetic-events.c
2209
struct feat_fd ff;
tools/perf/util/synthetic-events.c
2243
ff = (struct feat_fd){ .fd = fd };
tools/perf/util/synthetic-events.c
2398
struct feat_fd ff;