/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | topology.c | 40 session = perf_session__new(&data, false, NULL); in session_write_header() 70 session = perf_session__new(&data, false, NULL); in check_cpu_topology()
|
/kernel/linux/linux-5.10/tools/perf/bench/ |
H A D | synthesize.c | 120 session = perf_session__new(NULL, false, NULL); in run_single_threaded() 164 session = perf_session__new(NULL, false, NULL); in do_run_multi_threaded()
|
/kernel/linux/linux-6.6/tools/perf/bench/ |
H A D | synthesize.c | 120 session = perf_session__new(NULL, NULL); in run_single_threaded() 164 session = perf_session__new(NULL, NULL); in do_run_multi_threaded()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | topology.c | 41 session = perf_session__new(&data, NULL); in session_write_header() 72 session = perf_session__new(&data, NULL); in check_cpu_topology()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-evlist.c | 32 session = perf_session__new(&data, 0, NULL); in __cmd_evlist()
|
H A D | builtin-buildid-list.c | 68 session = perf_session__new(&data, false, &build_id__mark_dso_hit_ops); in perf_session__list_build_ids()
|
H A D | builtin-mem.c | 240 struct perf_session *session = perf_session__new(&data, false, in report_raw_events()
|
H A D | builtin-annotate.c | 593 annotate.session = perf_session__new(&data, false, &annotate.tool); in cmd_annotate()
|
H A D | builtin-buildid-cache.c | 424 session = perf_session__new(&data, false, NULL); in cmd_buildid_cache()
|
H A D | builtin-kvm.c | 1096 kvm->session = perf_session__new(&file, false, &kvm->tool); in read_events() 1451 kvm->session = perf_session__new(&data, false, &kvm->tool); in kvm_events_live()
|
H A D | builtin-lock.c | 871 session = perf_session__new(&data, false, &eops); in __cmd_report()
|
H A D | builtin-inject.c | 908 inject.session = perf_session__new(&data, inject.output.is_pipe, &inject.tool); in cmd_inject()
|
H A D | builtin-diff.c | 1159 d->session = perf_session__new(&d->data, false, &pdiff.tool); in check_file_brstack() 1191 d->session = perf_session__new(&d->data, false, &pdiff.tool); in __cmd_diff()
|
H A D | builtin-stat.c | 1832 session = perf_session__new(data, false, NULL); in __cmd_record() 2004 session = perf_session__new(&perf_stat.data, false, &perf_stat.tool); in __cmd_report()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-evlist.c | 45 session = perf_session__new(&data, &tool); in __cmd_evlist()
|
H A D | builtin-buildid-list.c | 98 session = perf_session__new(&data, &build_id__mark_dso_hit_ops); in perf_session__list_build_ids()
|
H A D | builtin-buildid-cache.c | 449 session = perf_session__new(&data, NULL); in cmd_buildid_cache()
|
H A D | builtin-mem.c | 288 struct perf_session *session = perf_session__new(&data, &mem->tool); in report_raw_events()
|
H A D | builtin-annotate.c | 672 annotate.session = perf_session__new(&data, &annotate.tool); in cmd_annotate()
|
H A D | builtin-diff.c | 1161 d->session = perf_session__new(&d->data, &pdiff.tool); in check_file_brstack() 1193 d->session = perf_session__new(&d->data, &pdiff.tool); in __cmd_diff()
|
H A D | builtin-lock.c | 1937 session = perf_session__new(&data, &eops); in __cmd_report() 2066 session = perf_session__new(use_bpf ? NULL : &data, &eops); in __cmd_contention()
|
H A D | builtin-kvm.c | 1619 kvm->session = perf_session__new(&file, &kvm->tool); in read_events() 1987 kvm->session = perf_session__new(&data, &kvm->tool); in kvm_events_live()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | session.h | 57 struct perf_session *perf_session__new(struct perf_data *data,
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | session.h | 70 static inline struct perf_session *perf_session__new(struct perf_data *data, in perf_session__new() function
|
H A D | data-convert-json.c | 375 session = perf_session__new(&data, &c.tool); in bt_convert__perf2json()
|