Symbol: feat_fd
tools/perf/util/build-id.c
292
pid_t pid, u16 misc, struct feat_fd *fd)
tools/perf/util/build-id.c
318
struct feat_fd *fd;
tools/perf/util/build-id.c
351
static int machine__write_buildid_table(struct machine *machine, struct feat_fd *fd)
tools/perf/util/build-id.c
369
struct feat_fd *fd)
tools/perf/util/build-id.h
20
struct feat_fd;
tools/perf/util/build-id.h
41
struct feat_fd *fd);
tools/perf/util/header.c
1001
static int write_branch_stack(struct feat_fd *ff __maybe_unused,
tools/perf/util/header.c
1007
static int write_auxtrace(struct feat_fd *ff,
tools/perf/util/header.c
1024
static int write_clockid(struct feat_fd *ff,
tools/perf/util/header.c
1031
static int write_clock_data(struct feat_fd *ff,
tools/perf/util/header.c
1065
static int write_hybrid_topology(struct feat_fd *ff,
tools/perf/util/header.c
1099
static int write_dir_format(struct feat_fd *ff,
tools/perf/util/header.c
1114
static int write_bpf_prog_info(struct feat_fd *ff __maybe_unused,
tools/perf/util/header.c
1161
static int write_bpf_btf(struct feat_fd *ff __maybe_unused,
tools/perf/util/header.c
134
static int __do_write_fd(struct feat_fd *ff, const void *buf, size_t size)
tools/perf/util/header.c
1347
static int write_cache(struct feat_fd *ff,
tools/perf/util/header.c
1400
static int write_cln_size(struct feat_fd *ff,
tools/perf/util/header.c
1413
static int write_stat(struct feat_fd *ff __maybe_unused,
tools/perf/util/header.c
1419
static int write_sample_time(struct feat_fd *ff,
tools/perf/util/header.c
143
static int __do_write_buf(struct feat_fd *ff, const void *buf, size_t size)
tools/perf/util/header.c
1572
static int write_mem_topology(struct feat_fd *ff __maybe_unused,
tools/perf/util/header.c
1623
static int write_compressed(struct feat_fd *ff __maybe_unused,
tools/perf/util/header.c
1647
static int __write_pmu_caps(struct feat_fd *ff, struct perf_pmu *pmu,
tools/perf/util/header.c
1676
static int write_cpu_pmu_caps(struct feat_fd *ff,
tools/perf/util/header.c
1692
static int write_pmu_caps(struct feat_fd *ff,
tools/perf/util/header.c
172
int do_write(struct feat_fd *ff, const void *buf, size_t size)
tools/perf/util/header.c
180
static int do_write_bitmap(struct feat_fd *ff, unsigned long *set, u64 size)
tools/perf/util/header.c
1835
static int write_cpu_domain_info(struct feat_fd *ff,
tools/perf/util/header.c
1894
static void print_hostname(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1899
static void print_osrelease(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1904
static void print_arch(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1909
static void print_e_machine(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1915
static void print_cpudesc(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1920
static void print_nrcpus(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1926
static void print_version(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1931
static void print_cmdline(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
1960
static void print_cpu_topology(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2017
static void print_clockid(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2023
static void print_clock_data(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2066
static void print_hybrid_topology(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2078
static void print_dir_format(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2089
static void print_bpf_prog_info(struct feat_fd *ff __maybe_unused, FILE *fp)
tools/perf/util/header.c
209
int write_padded(struct feat_fd *ff, const void *bf,
tools/perf/util/header.c
2119
static void print_bpf_btf(struct feat_fd *ff __maybe_unused, FILE *fp)
tools/perf/util/header.c
2197
static struct evsel *read_event_desc(struct feat_fd *ff)
tools/perf/util/header.c
225
static int do_write_string(struct feat_fd *ff, const char *str)
tools/perf/util/header.c
2338
static void print_event_desc(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2376
static void print_total_mem(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2381
static void print_numa_topology(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2398
static void print_cpuid(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2403
static void print_branch_stack(struct feat_fd *ff __maybe_unused, FILE *fp)
tools/perf/util/header.c
2408
static void print_auxtrace(struct feat_fd *ff __maybe_unused, FILE *fp)
tools/perf/util/header.c
241
static int __do_read_fd(struct feat_fd *ff, void *addr, ssize_t size)
tools/perf/util/header.c
2413
static void print_stat(struct feat_fd *ff __maybe_unused, FILE *fp)
tools/perf/util/header.c
2418
static void print_cache(struct feat_fd *ff, FILE *fp __maybe_unused)
tools/perf/util/header.c
2429
static void print_cln_size(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2434
static void print_compressed(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2460
static void print_cpu_pmu_caps(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2466
static void print_pmu_caps(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2487
static void print_pmu_mappings(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
251
static int __do_read_buf(struct feat_fd *ff, void *addr, ssize_t size)
tools/perf/util/header.c
2524
static void print_group_desc(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2546
static void print_sample_time(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
2581
static void print_mem_topology(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
259
static int __do_read(struct feat_fd *ff, void *addr, ssize_t size)
tools/perf/util/header.c
2598
static void print_cpu_domain_info(struct feat_fd *ff, FILE *fp)
tools/perf/util/header.c
278
static int do_read_u32(struct feat_fd *ff, u32 *addr)
tools/perf/util/header.c
2844
static int process_##__feat(struct feat_fd *ff, void *data __maybe_unused) \
tools/perf/util/header.c
2857
static int process_arch(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
2866
static int process_e_machine(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
2877
static int process_tracing_data(struct feat_fd *ff __maybe_unused, void *data __maybe_unused)
tools/perf/util/header.c
2890
static int process_build_id(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
2903
static int process_nrcpus(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
291
static int do_read_u64(struct feat_fd *ff, u64 *addr)
tools/perf/util/header.c
2939
static int process_total_mem(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
2982
process_event_desc(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
3013
static int process_cmdline(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
304
static char *do_read_string(struct feat_fd *ff)
tools/perf/util/header.c
3055
static int process_cpu_topology(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
3197
static int process_numa_topology(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
3255
static int process_pmu_mappings(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
3317
static int process_group_desc(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
339
static int do_read_bitmap(struct feat_fd *ff, unsigned long **pset, u64 *psize)
tools/perf/util/header.c
3414
static int process_auxtrace(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
3428
static int process_cache(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
3496
static int process_cln_size(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
3506
static int process_sample_time(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
3527
static int process_mem_topology(struct feat_fd *ff,
tools/perf/util/header.c
3593
static int process_clockid(struct feat_fd *ff,
tools/perf/util/header.c
3604
static int process_clock_data(struct feat_fd *ff,
tools/perf/util/header.c
3639
static int process_hybrid_topology(struct feat_fd *ff,
tools/perf/util/header.c
3692
static int process_dir_format(struct feat_fd *ff,
tools/perf/util/header.c
3707
static int process_bpf_prog_info(struct feat_fd *ff __maybe_unused, void *data __maybe_unused)
tools/perf/util/header.c
3804
static int process_bpf_btf(struct feat_fd *ff __maybe_unused, void *data __maybe_unused)
tools/perf/util/header.c
381
static int write_tracing_data(struct feat_fd *ff,
tools/perf/util/header.c
3874
static int process_compressed(struct feat_fd *ff,
tools/perf/util/header.c
3914
static int __process_pmu_caps(struct feat_fd *ff, int *nr_caps,
tools/perf/util/header.c
395
static int write_build_id(struct feat_fd *ff,
tools/perf/util/header.c
3983
static int process_cpu_pmu_caps(struct feat_fd *ff,
tools/perf/util/header.c
3998
static int process_pmu_caps(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
4066
static int process_cpu_domain_info(struct feat_fd *ff, void *data __maybe_unused)
tools/perf/util/header.c
418
static int write_hostname(struct feat_fd *ff,
tools/perf/util/header.c
4287
struct feat_fd ff;
tools/perf/util/header.c
4301
ff = (struct feat_fd) {
tools/perf/util/header.c
431
static int write_osrelease(struct feat_fd *ff,
tools/perf/util/header.c
4358
struct feat_fd *ff;
tools/perf/util/header.c
4368
static int do_write_feat(struct feat_fd *ff, int type,
tools/perf/util/header.c
4421
struct feat_fd ff = {
tools/perf/util/header.c
4465
struct feat_fd ff = {
tools/perf/util/header.c
4493
struct feat_fd ff = {
tools/perf/util/header.c
450
static int write_arch(struct feat_fd *ff, struct evlist *evlist)
tools/perf/util/header.c
468
static int write_e_machine(struct feat_fd *ff, struct evlist *evlist)
tools/perf/util/header.c
482
static int write_version(struct feat_fd *ff,
tools/perf/util/header.c
488
static int __write_cpudesc(struct feat_fd *ff, const char *cpuinfo_proc)
tools/perf/util/header.c
4928
struct feat_fd fdd = {
tools/perf/util/header.c
5315
struct feat_fd ff = { .fd = 0 };
tools/perf/util/header.c
543
static int write_cpudesc(struct feat_fd *ff,
tools/perf/util/header.c
579
static int write_nrcpus(struct feat_fd *ff,
tools/perf/util/header.c
601
static int write_event_desc(struct feat_fd *ff,
tools/perf/util/header.c
657
static int write_cmdline(struct feat_fd *ff,
tools/perf/util/header.c
687
static int write_cpu_topology(struct feat_fd *ff,
tools/perf/util/header.c
760
static int write_total_mem(struct feat_fd *ff,
tools/perf/util/header.c
789
static int write_numa_topology(struct feat_fd *ff,
tools/perf/util/header.c
843
static int write_pmu_mappings(struct feat_fd *ff,
tools/perf/util/header.c
886
static int write_group_desc(struct feat_fd *ff,
tools/perf/util/header.c
988
static int write_cpuid(struct feat_fd *ff, struct evlist *evlist)
tools/perf/util/header.h
127
int (*write)(struct feat_fd *ff, struct evlist *evlist);
tools/perf/util/header.h
128
void (*print)(struct feat_fd *ff, FILE *fp);
tools/perf/util/header.h
129
int (*process)(struct feat_fd *ff, void *data);
tools/perf/util/header.h
199
struct feat_fd;
tools/perf/util/header.h
201
int do_write(struct feat_fd *fd, const void *buf, size_t size);
tools/perf/util/header.h
203
int write_padded(struct feat_fd *fd, const void *bf,
tools/perf/util/synthetic-events.c
2237
struct feat_fd ff;
tools/perf/util/synthetic-events.c
2271
ff = (struct feat_fd){ .fd = fd };
tools/perf/util/synthetic-events.c
2435
struct feat_fd ff;