Home
last modified time | relevance | path

Searched refs:perf_session__new (Results 1 - 25 of 49) sorted by relevance

12

/kernel/linux/linux-5.10/tools/perf/tests/
H A Dtopology.c40 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 Dsynthesize.c120 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 Dsynthesize.c120 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 Dtopology.c41 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 Dbuiltin-evlist.c32 session = perf_session__new(&data, 0, NULL); in __cmd_evlist()
H A Dbuiltin-buildid-list.c68 session = perf_session__new(&data, false, &build_id__mark_dso_hit_ops); in perf_session__list_build_ids()
H A Dbuiltin-mem.c240 struct perf_session *session = perf_session__new(&data, false, in report_raw_events()
H A Dbuiltin-annotate.c593 annotate.session = perf_session__new(&data, false, &annotate.tool); in cmd_annotate()
H A Dbuiltin-buildid-cache.c424 session = perf_session__new(&data, false, NULL); in cmd_buildid_cache()
H A Dbuiltin-kvm.c1096 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 Dbuiltin-lock.c871 session = perf_session__new(&data, false, &eops); in __cmd_report()
H A Dbuiltin-inject.c908 inject.session = perf_session__new(&data, inject.output.is_pipe, &inject.tool); in cmd_inject()
H A Dbuiltin-diff.c1159 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 Dbuiltin-stat.c1832 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 Dbuiltin-evlist.c45 session = perf_session__new(&data, &tool); in __cmd_evlist()
H A Dbuiltin-buildid-list.c98 session = perf_session__new(&data, &build_id__mark_dso_hit_ops); in perf_session__list_build_ids()
H A Dbuiltin-buildid-cache.c449 session = perf_session__new(&data, NULL); in cmd_buildid_cache()
H A Dbuiltin-mem.c288 struct perf_session *session = perf_session__new(&data, &mem->tool); in report_raw_events()
H A Dbuiltin-annotate.c672 annotate.session = perf_session__new(&data, &annotate.tool); in cmd_annotate()
H A Dbuiltin-diff.c1161 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 Dbuiltin-lock.c1937 session = perf_session__new(&data, &eops); in __cmd_report()
2066 session = perf_session__new(use_bpf ? NULL : &data, &eops); in __cmd_contention()
H A Dbuiltin-kvm.c1619 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 Dsession.h57 struct perf_session *perf_session__new(struct perf_data *data,
/kernel/linux/linux-6.6/tools/perf/util/
H A Dsession.h70 static inline struct perf_session *perf_session__new(struct perf_data *data, in perf_session__new() function
H A Ddata-convert-json.c375 session = perf_session__new(&data, &c.tool); in bt_convert__perf2json()

Completed in 26 milliseconds

12