Searched refs:record_opts (Results 1 – 22 of 22) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | top.h | 17 struct record_opts record_opts; member
|
D | auxtrace.h | 36 struct record_opts; 295 struct record_opts *opts); 308 struct record_opts *opts, 427 struct record_opts *opts, 431 struct record_opts *opts); 541 struct record_opts *opts __maybe_unused) in auxtrace_record__options() 575 struct record_opts *opts __maybe_unused, in auxtrace_parse_snapshot_options()
|
D | record.c | 132 void perf_evlist__config(struct perf_evlist *evlist, struct record_opts *opts) in perf_evlist__config() 186 static int record_opts__config_freq(struct record_opts *opts) in record_opts__config_freq() 236 int record_opts__config(struct record_opts *opts) in record_opts__config()
|
D | top.c | 29 struct record_opts *opts = &top->record_opts; in perf_top__header_snprintf()
|
D | evlist.h | 18 struct record_opts; 124 void perf_evlist__config(struct perf_evlist *evlist, struct record_opts *opts); 125 int record_opts__config(struct record_opts *opts);
|
D | kvm-stat.h | 74 struct record_opts opts;
|
D | evsel.h | 137 struct record_opts; 184 struct record_opts *opts);
|
D | auxtrace.c | 535 struct record_opts *opts) in auxtrace_record__options() 550 struct record_opts *opts, const char *str) in auxtrace_parse_snapshot_options()
|
D | evsel.c | 560 struct record_opts *opts, in perf_evsel__config_callgraph() 622 struct record_opts *opts) in apply_config_terms() 731 void perf_evsel__config(struct perf_evsel *evsel, struct record_opts *opts) in perf_evsel__config()
|
/linux-4.4.14/tools/perf/ |
D | builtin-top.c | 587 hists->uid_filter_str = top->record_opts.target.uid_str; in display_thread_tui() 700 !(top->record_opts.branch_stack & PERF_SAMPLE_BRANCH_ANY)); in hist_iter__top_callback() 895 struct record_opts *opts = &top->record_opts; in perf_top__start_counters() 947 struct record_opts *opts = &top->record_opts; in __cmd_top() 1056 struct record_opts *record = (struct record_opts *)opt->value; in parse_callchain_opt() 1105 .record_opts = { in cmd_top() 1118 struct record_opts *opts = &top.record_opts; in cmd_top() 1173 OPT_CALLBACK_NOOPT('g', NULL, &top.record_opts, in cmd_top() 1176 OPT_CALLBACK(0, "call-graph", &top.record_opts, in cmd_top()
|
D | builtin-record.c | 43 struct record_opts opts; 278 struct record_opts *opts = &rec->opts; in record__open() 483 struct record_opts *opts = &rec->opts; in __cmd_record() 803 struct record_opts *record = (struct record_opts *)opt->value; in record_parse_callchain_opt() 826 struct record_opts *record = (struct record_opts *)opt->value; in record_callchain_opt() 891 struct record_opts *opts = (struct record_opts *)opt->value; in parse_clockid() 934 struct record_opts *opts = opt->value; in record__parse_mmap_pages()
|
D | perf.h | 42 struct record_opts { struct
|
D | builtin-trace.c | 1414 struct record_opts opts;
|
/linux-4.4.14/tools/perf/tests/ |
D | openat-syscall-tp-fields.c | 11 struct record_opts opts = { in test__syscall_openat_tp_fields()
|
D | keep-tracking.c | 54 struct record_opts opts = { in test__keep_tracking()
|
D | bpf.c | 45 struct record_opts opts = { in do_test()
|
D | perf-record.c | 37 struct record_opts opts = { in test__PERF_RECORD()
|
D | switch-tracking.c | 312 struct record_opts opts = { in test__switch_tracking()
|
D | code-reading.c | 439 struct record_opts opts = { in do_test_code_reading()
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
D | perf-time-to-tsc.c | 40 struct record_opts opts = { in test__perf_time_to_tsc()
|
/linux-4.4.14/tools/perf/arch/x86/util/ |
D | intel-bts.c | 113 struct record_opts *opts) in intel_bts_recording_options() 252 struct record_opts *opts, in intel_bts_parse_snapshot_options()
|
D | intel-pt.c | 238 struct record_opts *opts, in intel_pt_parse_snapshot_options() 497 struct record_opts *opts) in intel_pt_recording_options()
|