/linux-6.1.9/tools/perf/util/ |
D | off_cpu.h | 9 struct record_opts; 22 struct record_opts *opts); 27 struct record_opts *opts __maybe_unused) in off_cpu_prepare()
|
D | auxtrace.h | 30 struct record_opts; 388 struct record_opts *opts); 402 struct record_opts *opts, 571 struct record_opts *opts, 575 struct record_opts *opts, const char *str); 579 struct record_opts *opts); 714 struct record_opts *opts __maybe_unused) in auxtrace_record__options() 773 struct record_opts *opts __maybe_unused, in auxtrace_parse_snapshot_options() 785 struct record_opts *opts __maybe_unused, in auxtrace_parse_sample_options()
|
D | record.c | 95 void evlist__config(struct evlist *evlist, struct record_opts *opts, struct callchain_param *callch… in evlist__config() 157 static int record_opts__config_freq(struct record_opts *opts) in record_opts__config_freq() 223 int record_opts__config(struct record_opts *opts) in record_opts__config() 281 struct record_opts *opts = opt->value; in record__parse_freq()
|
D | top.h | 23 struct record_opts record_opts; member
|
D | record.h | 14 struct record_opts { struct 91 static inline bool record_opts__no_switch_events(const struct record_opts *opts) in record_opts__no_switch_events() argument
|
D | clockid.c | 70 struct record_opts *opts = (struct record_opts *)opt->value; in parse_clockid()
|
D | synthetic-events.h | 26 struct record_opts; 109 struct machine *machine, struct record_opts *opts); 114 struct record_opts *opts __maybe_unused) in perf_event__synthesize_bpf_events()
|
D | callchain.h | 243 struct record_opts; 245 int record_opts__parse_callchain(struct record_opts *record, 283 void arch__add_leaf_frame_record_opts(struct record_opts *opts);
|
D | evlist.h | 21 struct record_opts; 183 void evlist__config(struct evlist *evlist, struct record_opts *opts, struct callchain_param *callch… 184 int record_opts__config(struct record_opts *opts); 433 int evlist__parse_event_enable_time(struct evlist *evlist, struct record_opts *opts,
|
D | top.c | 28 struct record_opts *opts = &top->record_opts; in perf_top__header_snprintf()
|
D | bpf-event.h | 16 struct record_opts;
|
D | evsel.h | 198 struct record_opts; 251 void evsel__config(struct evsel *evsel, struct record_opts *opts, 253 void evsel__config_callchain(struct evsel *evsel, struct record_opts *opts,
|
D | kvm-stat.h | 78 struct record_opts opts;
|
/linux-6.1.9/tools/perf/ |
D | builtin-top.c | 332 if (!top->record_opts.overwrite && in perf_top__print_sym_table() 643 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui() 647 &top->session->header.env, !top->record_opts.overwrite, in display_thread_tui() 737 !(top->record_opts.branch_stack & PERF_SAMPLE_BRANCH_ANY), in hist_iter__top_callback() 874 struct record_opts *opts = &top->record_opts; in perf_top__mmap_read_idx() 909 bool overwrite = top->record_opts.overwrite; in perf_top__mmap_read() 944 struct record_opts *opts = &top->record_opts; in perf_top__overwrite_check() 990 struct record_opts *opts = &top->record_opts; in perf_top_overwrite_fallback() 1013 struct record_opts *opts = &top->record_opts; in perf_top__start_counters() 1227 struct record_opts *opts = &top->record_opts; in __cmd_top() [all …]
|
D | builtin-record.c | 155 struct record_opts opts; 510 struct record_opts *opts = (struct record_opts *)opt->value; in record__aio_parse() 557 struct record_opts *opts = (struct record_opts *)opt->value; in record__mmap_flush_parse() 591 struct record_opts *opts = opt->value; in record__parse_comp_level() 1225 struct record_opts *opts = &rec->opts; in record__mmap_evlist() 1291 struct record_opts *opts = &rec->opts; in record__open() 1972 struct record_opts *opts = &rec->opts; in record__synthesize() 2098 struct record_opts *opts = &rec->opts; in record__setup_sb_evlist() 2332 struct record_opts *opts = &rec->opts; in __cmd_record() 2868 int record_opts__parse_callchain(struct record_opts *record, in record_opts__parse_callchain() [all …]
|
/linux-6.1.9/tools/perf/arch/s390/util/ |
D | auxtrace.c | 49 struct record_opts *opts) in cpumsf_recording_options() 77 struct record_opts *opts __maybe_unused, in cpumsf_parse_snapshot_options()
|
/linux-6.1.9/tools/perf/arch/arm64/util/ |
D | machine.c | 11 void arch__add_leaf_frame_record_opts(struct record_opts *opts) in arch__add_leaf_frame_record_opts()
|
D | hisi-ptt.c | 64 static int hisi_ptt_set_auxtrace_mmap_page(struct record_opts *opts) in hisi_ptt_set_auxtrace_mmap_page() 98 struct record_opts *opts) in hisi_ptt_recording_options()
|
D | arm-spe.c | 91 arm_spe_snapshot_resolve_auxtrace_defaults(struct record_opts *opts, in arm_spe_snapshot_resolve_auxtrace_defaults() 141 struct record_opts *opts) in arm_spe_recording_options() 284 struct record_opts *opts, in arm_spe_parse_snapshot_options()
|
/linux-6.1.9/tools/perf/tests/ |
D | openat-syscall-tp-fields.c | 28 struct record_opts opts = { in test__syscall_openat_tp_fields()
|
D | keep-tracking.c | 66 struct record_opts opts = { in test__keep_tracking()
|
D | backward-ring-buffer.c | 92 struct record_opts opts = { in test__backward_ring_buffer()
|
D | perf-time-to-tsc.c | 69 struct record_opts opts = { in test__perf_time_to_tsc()
|
/linux-6.1.9/tools/perf/arch/x86/util/ |
D | intel-bts.c | 107 struct record_opts *opts) in intel_bts_recording_options() 252 struct record_opts *opts, in intel_bts_parse_snapshot_options()
|
/linux-6.1.9/tools/perf/bench/ |
D | evlist-open-close.c | 33 static struct record_opts opts = {
|