Home
last modified time | relevance | path

Searched refs:perf_session__new (Results 1 – 24 of 24) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/tests/
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/
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-5.10/tools/perf/
Dbuiltin-evlist.c32 session = perf_session__new(&data, 0, NULL); in __cmd_evlist()
Dbuiltin-buildid-list.c68 session = perf_session__new(&data, false, &build_id__mark_dso_hit_ops); in perf_session__list_build_ids()
Dbuiltin-mem.c240 struct perf_session *session = perf_session__new(&data, false, in report_raw_events()
Dbuiltin-buildid-cache.c424 session = perf_session__new(&data, false, NULL); in cmd_buildid_cache()
Dbuiltin-annotate.c593 annotate.session = perf_session__new(&data, false, &annotate.tool); in cmd_annotate()
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()
Dbuiltin-lock.c871 session = perf_session__new(&data, false, &eops); in __cmd_report()
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()
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()
Dbuiltin-inject.c908 inject.session = perf_session__new(&data, inject.output.is_pipe, &inject.tool); in cmd_inject()
Dbuiltin-report.c1395 session = perf_session__new(&data, false, &report.tool); in cmd_report()
Dbuiltin-top.c1743 top.session = perf_session__new(NULL, false, NULL); in cmd_top()
Dbuiltin-sched.c1807 session = perf_session__new(&data, false, &sched->tool); in perf_sched__read_events()
3014 session = perf_session__new(&data, false, &sched->tool); in perf_sched__timehist()
Dbuiltin-kmem.c1956 kmem_session = session = perf_session__new(&data, false, &perf_kmem); in cmd_kmem()
Dbuiltin-script.c3116 session = perf_session__new(&data, false, NULL); in find_scripts()
3806 session = perf_session__new(&data, false, &script.tool); in cmd_script()
Dbuiltin-timechart.c1601 struct perf_session *session = perf_session__new(&data, false, in __cmd_timechart()
Dbuiltin-record.c1649 session = perf_session__new(data, false, tool); in __cmd_record()
Dbuiltin-c2c.c2755 session = perf_session__new(&data, 0, &c2c.tool); in perf_c2c__report()
Dbuiltin-trace.c4219 session = perf_session__new(&data, false, &trace->tool);
/kernel/linux/linux-5.10/tools/perf/util/
Dsession.h57 struct perf_session *perf_session__new(struct perf_data *data,
Ddata-convert-bt.c1637 session = perf_session__new(&data, 0, &c.tool); in bt_convert__perf2ctf()
Dsession.c186 struct perf_session *perf_session__new(struct perf_data *data, in perf_session__new() function