/Linux-v4.19/tools/perf/ |
D | builtin-top.c | 279 if (!top->record_opts.overwrite && in perf_top__print_sym_table() 603 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui() 609 !top->record_opts.overwrite, in display_thread_tui() 691 !(top->record_opts.branch_stack & PERF_SAMPLE_BRANCH_ANY)); in hist_iter__top_callback() 805 struct record_opts *opts = &top->record_opts; in perf_top__mmap_read_idx() 882 bool overwrite = top->record_opts.overwrite; in perf_top__mmap_read() 926 struct record_opts *opts = &top->record_opts; in perf_top__overwrite_check() 972 struct record_opts *opts = &top->record_opts; in perf_top_overwrite_fallback() 995 struct record_opts *opts = &top->record_opts; in perf_top__start_counters() 1072 struct record_opts *opts = &top->record_opts; in __cmd_top() [all …]
|
D | builtin-record.c | 68 struct record_opts opts; 324 struct record_opts *opts = &rec->opts; in record__mmap_evlist() 361 struct record_opts *opts = &rec->opts; in record__open() 748 struct record_opts *opts = &rec->opts; in record__synthesize() 861 struct record_opts *opts = &rec->opts; in __cmd_record() 1224 int record_opts__parse_callchain(struct record_opts *record, in record_opts__parse_callchain() 1339 struct record_opts *opts = (struct record_opts *)opt->value; in parse_clockid() 1382 struct record_opts *opts = opt->value; in record__parse_mmap_pages()
|
D | perf.h | 40 struct record_opts { struct
|
/Linux-v4.19/tools/perf/util/ |
D | top.h | 19 struct record_opts record_opts; member
|
D | auxtrace.h | 37 struct record_opts; 311 struct record_opts *opts); 325 struct record_opts *opts, 486 struct record_opts *opts, 490 struct record_opts *opts); 607 struct record_opts *opts __maybe_unused) in auxtrace_record__options() 641 struct record_opts *opts __maybe_unused, in auxtrace_parse_snapshot_options()
|
D | record.c | 135 void perf_evlist__config(struct perf_evlist *evlist, struct record_opts *opts, in perf_evlist__config() 194 static int record_opts__config_freq(struct record_opts *opts) in record_opts__config_freq() 254 int record_opts__config(struct record_opts *opts) in record_opts__config() 309 struct record_opts *opts = opt->value; in record__parse_freq()
|
D | top.c | 29 struct record_opts *opts = &top->record_opts; in perf_top__header_snprintf()
|
D | evlist.h | 22 struct record_opts; 143 void perf_evlist__config(struct perf_evlist *evlist, struct record_opts *opts, 145 int record_opts__config(struct record_opts *opts);
|
D | evsel.h | 173 struct record_opts; 224 struct record_opts *opts, 227 struct record_opts *opts,
|
D | callchain.h | 243 struct record_opts; 245 int record_opts__parse_callchain(struct record_opts *record,
|
D | kvm-stat.h | 75 struct record_opts opts;
|
D | evsel.c | 670 struct record_opts *opts, in __perf_evsel__config_callchain() 718 struct record_opts *opts, in perf_evsel__config_callchain() 744 struct record_opts *opts, bool track) in apply_config_terms() 897 void perf_evsel__config(struct perf_evsel *evsel, struct record_opts *opts, in perf_evsel__config()
|
/Linux-v4.19/tools/perf/arch/s390/util/ |
D | auxtrace.c | 46 struct record_opts *opts) in cpumsf_recording_options() 74 struct record_opts *opts __maybe_unused, in cpumsf_parse_snapshot_options()
|
/Linux-v4.19/tools/perf/tests/ |
D | openat-syscall-tp-fields.c | 23 struct record_opts opts = { in test__syscall_openat_tp_fields()
|
D | keep-tracking.c | 60 struct record_opts opts = { in test__keep_tracking()
|
D | backward-ring-buffer.c | 88 struct record_opts opts = { in test__backward_ring_buffer()
|
D | perf-record.c | 43 struct record_opts opts = { in test__PERF_RECORD()
|
D | bpf.c | 108 struct record_opts opts = { in do_test()
|
D | switch-tracking.c | 320 struct record_opts opts = { in test__switch_tracking()
|
D | code-reading.c | 541 struct record_opts opts = { in do_test_code_reading()
|
/Linux-v4.19/tools/perf/arch/x86/util/ |
D | intel-bts.c | 112 struct record_opts *opts) in intel_bts_recording_options() 251 struct record_opts *opts, in intel_bts_parse_snapshot_options()
|
D | intel-pt.c | 241 struct record_opts *opts, in intel_pt_parse_snapshot_options() 550 struct record_opts *opts) in intel_pt_recording_options()
|
/Linux-v4.19/tools/perf/arch/x86/tests/ |
D | perf-time-to-tsc.c | 43 struct record_opts opts = { in test__perf_time_to_tsc()
|
/Linux-v4.19/tools/perf/arch/arm64/util/ |
D | arm-spe.c | 62 struct record_opts *opts) in arm_spe_recording_options()
|
/Linux-v4.19/tools/perf/arch/arm/util/ |
D | cs-etm.c | 42 struct record_opts *opts, in cs_etm_parse_snapshot_options() 65 struct record_opts *opts) in cs_etm_recording_options()
|