Home
last modified time | relevance | path

Searched refs:FILE (Results 1 – 25 of 364) sorted by relevance

12345678910>>...15

/tools/perf/util/
A Devsel_fprintf.h18 int evsel__fprintf(struct evsel *evsel, struct perf_attr_details *details, FILE *fp);
39 struct strlist *bt_stop_list, FILE *fp);
44 struct strlist *bt_stop_list, FILE *fp);
46 typedef int (*attr__fprintf_f)(FILE *, const char *, const char *, void *);
48 int perf_event_attr__fprintf(FILE *fp, struct perf_event_attr *attr,
A Devent.h359 size_t perf_event__fprintf_comm(union perf_event *event, FILE *fp);
360 size_t perf_event__fprintf_mmap(union perf_event *event, FILE *fp);
361 size_t perf_event__fprintf_mmap2(union perf_event *event, FILE *fp);
362 size_t perf_event__fprintf_task(union perf_event *event, FILE *fp);
363 size_t perf_event__fprintf_aux(union perf_event *event, FILE *fp);
366 size_t perf_event__fprintf_switch(union perf_event *event, FILE *fp);
367 size_t perf_event__fprintf_thread_map(union perf_event *event, FILE *fp);
368 size_t perf_event__fprintf_cpu_map(union perf_event *event, FILE *fp);
370 size_t perf_event__fprintf_cgroup(union perf_event *event, FILE *fp);
371 size_t perf_event__fprintf_ksymbol(union perf_event *event, FILE *fp);
[all …]
A Dsymbol_fprintf.c10 size_t symbol__fprintf(struct symbol *sym, FILE *fp) in symbol__fprintf()
22 bool print_offsets, FILE *fp) in __symbol__fprintf_symname_offs()
45 FILE *fp) in symbol__fprintf_symname_offs()
52 bool unknown_as_addr, FILE *fp) in __symbol__fprintf_symname()
57 size_t symbol__fprintf_symname(const struct symbol *sym, FILE *fp) in symbol__fprintf_symname()
63 FILE *fp) in dso__fprintf_symbols_by_name()
A Dprint_insn.h16 struct machine *machine, FILE *fp, struct addr_location *al);
17 size_t sample__fprintf_insn_raw(struct perf_sample *sample, FILE *fp);
20 uint64_t ip, int *lenp, int print_opts, FILE *fp);
A DPERF-VERSION-GEN8 GVF=${OUTPUT}PERF-VERSION-FILE
23 elif test -f ../../PERF-VERSION-FILE
25 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
A Dcolor.h36 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args);
37 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...) __printf(3, 4);
42 int percent_color_fprintf(FILE *fp, const char *fmt, double percent);
A Dbpf_map.h10 int bpf_map__fprintf(struct bpf_map *map, FILE *fp);
16 static inline int bpf_map__fprintf(struct bpf_map *map __maybe_unused, FILE *fp __maybe_unused) in bpf_map__fprintf()
A Dtrace.h19 int trace_print_bpf_summary(FILE *fp);
30 static inline int trace_print_bpf_summary(FILE *fp __maybe_unused) in trace_print_bpf_summary()
A Dsession.h168 size_t perf_session__fprintf(struct perf_session *session, FILE *fp);
170 size_t perf_session__fprintf_dsos(struct perf_session *session, FILE *fp);
172 size_t perf_session__fprintf_dsos_buildid(struct perf_session *session, FILE *fp,
175 size_t perf_session__fprintf_nr_events(struct perf_session *session, FILE *fp);
185 void perf_session__fprintf_info(struct perf_session *s, FILE *fp, bool full);
A Dprint_insn.c20 size_t sample__fprintf_insn_raw(struct perf_sample *sample, FILE *fp) in sample__fprintf_insn_raw()
85 int print_opts, FILE *fp) in print_insn_x86()
124 uint64_t ip, int *lenp, int print_opts, FILE *fp) in fprintf_insn_asm()
155 struct machine *machine, FILE *fp, in sample__fprintf_insn_asm()
173 FILE *fp __maybe_unused, in sample__fprintf_insn_asm()
A Dprint_binary.h22 unsigned int val, void *extra, FILE *fp);
26 void *extra, FILE *fp);
A Ddata-convert-json.c36 FILE *out;
42 static void output_json_string(FILE *out, const char *s) in output_json_string()
73 static void output_json_delimiters(FILE *out, bool comma, int depth) in output_json_delimiters()
86 static void output_json_format(FILE *out, bool comma, int depth, const char *format, ...) in output_json_format()
97 static void output_json_key_string(FILE *out, bool comma, int depth, in output_json_key_string()
108 static void output_json_key_format(FILE *out, bool comma, int depth, in output_json_key_format()
125 FILE *out = c->out; in output_sample_callchain_entry()
156 FILE *out = c->out; in process_sample_event()
265 FILE *out = c->out; in output_headers()
/tools/include/nolibc/
A Dstdio.h40 typedef struct FILE { struct
42 } FILE; typedef
44 static __attribute__((unused)) FILE* const stdin = (FILE*)(intptr_t)~STDIN_FILENO;
45 static __attribute__((unused)) FILE* const stdout = (FILE*)(intptr_t)~STDOUT_FILENO;
46 static __attribute__((unused)) FILE* const stderr = (FILE*)(intptr_t)~STDERR_FILENO;
56 return (FILE*)(intptr_t)~fd; in fdopen()
87 int fileno(FILE *stream) in fileno()
100 int fflush(FILE *stream) in fflush()
116 int fclose(FILE *stream) in fclose()
136 int fgetc(FILE* stream) in fgetc()
[all …]
A Dgetopt.h14 struct FILE;
15 static struct FILE *const stderr;
16 static int fprintf(struct FILE *stream, const char *fmt, ...);
/tools/power/x86/intel-speed-select/
A Disst.h224 FILE *get_output_file(void);
258 extern void isst_ctdp_display_information(struct isst_id *id, FILE *outf, int tdp_level,
260 extern void isst_ctdp_display_core_info(struct isst_id *id, FILE *outf, char *prefix,
262 extern void isst_ctdp_display_information_start(FILE *outf);
263 extern void isst_ctdp_display_information_end(FILE *outf);
264 extern void isst_pbf_display_information(struct isst_id *id, FILE *outf, int level,
272 extern void isst_fact_display_information(struct isst_id *id, FILE *outf, int level,
287 extern void isst_clos_display_information(struct isst_id *id, FILE *outf, int clos,
289 extern void isst_clos_display_assoc_information(struct isst_id *id, FILE *outf, int clos);
291 extern void isst_display_result(struct isst_id *id, FILE *outf, char *feature, char *cmd,
[all …]
/tools/testing/selftests/bpf/prog_tests/
A Duprobe.c7 static FILE *urand_spawn(int *pid) in urand_spawn()
9 FILE *f; in urand_spawn()
25 static int urand_trigger(FILE **urand_pipe) in urand_trigger()
40 FILE *urand_pipe = NULL; in test_uprobe()
/tools/bpf/
A Dbpf_asm.c26 extern void bpf_asm_compile(FILE *fp, bool cstyle);
30 FILE *fp = stdin; in main()
/tools/power/cpupower/bench/
A Dparse.h29 FILE *output; /* logfile */
36 FILE *prepare_output(const char *dir);
/tools/testing/selftests/mseal_system_mappings/
A Dsysmap_is_sealed.c21 bool has_mapping(char *name, FILE *maps) in has_mapping()
33 bool mapping_is_sealed(char *name, FILE *maps) in mapping_is_sealed()
50 FILE *maps; in FIXTURE()
/tools/perf/ui/stdio/
A Dhist.c387 FILE *fp) in hist_entry_callchain__fprintf()
464 FILE *fp) in hist_entry__hierarchy_fprintf()
544 FILE *fp) in hist_entry__block_fprintf()
568 FILE *fp) in hist_entry__individual_block_fprintf()
586 char *bf, size_t bfsz, FILE *fp, in hist_entry__fprintf()
624 const char *line, FILE *fp) in print_hierarchy_indent()
637 struct perf_hpp *hpp, FILE *fp) in hists__fprintf_hierarchy_headers()
746 int line, FILE *fp) in fprintf_line()
772 FILE *fp) in hists__fprintf_standard_headers()
817 int hists__fprintf_headers(struct hists *hists, FILE *fp) in hists__fprintf_headers()
[all …]
/tools/testing/selftests/resctrl/
A Dresctrlfs.c20 FILE *mounts; in find_resctrl_mount()
136 FILE *fp; in get_domain_id()
166 FILE *fp = fopen(name, "r"); in count_sys_bitmap_bits()
198 FILE *fp; in cpus_offline_empty()
265 FILE *fp; in get_cache_size()
333 FILE *fp; in get_bit_mask()
372 FILE *fp; in resource_info_unsigned_get()
606 FILE *fp; in write_pid_to_tasks()
792 char *fgrep(FILE *inf, const char *str) in fgrep()
849 FILE *inf; in resctrl_mon_feature_exists()
[all …]
/tools/perf/util/intel-pt-decoder/
A Dintel-pt-log.c32 FILE *backend;
35 static FILE *f;
128 static FILE *log_buf__open(struct log_buf *b, FILE *backend, unsigned int sz) in log_buf__open()
134 FILE *file; in log_buf__open()
158 static void write_lines(const char *p, size_t n, FILE *fp, bool *remove_first) in write_lines()
/tools/bpf/bpftool/Documentation/
A Dbpftool-prog.rst33 | **bpftool** **prog pin** *PROG* *FILE*
39 …*prog run** *PROG* **data_in** *FILE* [**data_out** *FILE* [**data_size_out** *L*]] [**ctx_in** *F…
43 | *MAP* := { **id** *MAP_ID* | **pinned** *FILE* | **name** *MAP_NAME* }
102 *FILE*.
112 bpftool prog dump jited *PROG* [{ file *FILE* | [opcodes] [linum] }]
125 bpftool prog pin *PROG* *FILE*
126 Pin program *PROG* as *FILE*.
128 Note: *FILE* must be located in *bpffs* mount. It must not contain a dot
189 bpftool prog run *PROG* data_in *FILE* [data_out *FILE* [data_size_out *L*]] [ctx_in *FILE* [ctx_ou…
195 Input data is read from the *FILE* passed with **data_in**. If this *FILE*
[all …]
A Dbpftool-link.rst27 | **bpftool** **link pin** *LINK* *FILE*
31 | *LINK* := { **id** *LINK_ID* | **pinned** *FILE* }
48 bpftool link pin *LINK* *FILE*
49 Pin link *LINK* as *FILE*.
51 Note: *FILE* must be located in *bpffs* mount. It must not contain a dot
/tools/testing/selftests/mm/
A Dmlock2.h18 static FILE *seek_to_smaps_entry(unsigned long addr) in seek_to_smaps_entry()
20 FILE *file; in seek_to_smaps_entry()

Completed in 35 milliseconds

12345678910>>...15