/kernel/linux/linux-5.10/tools/perf/tests/ |
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/ |
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-5.10/tools/perf/ |
D | builtin-evlist.c | 32 session = perf_session__new(&data, 0, NULL); in __cmd_evlist()
|
D | builtin-buildid-list.c | 68 session = perf_session__new(&data, false, &build_id__mark_dso_hit_ops); in perf_session__list_build_ids()
|
D | builtin-mem.c | 240 struct perf_session *session = perf_session__new(&data, false, in report_raw_events()
|
D | builtin-buildid-cache.c | 424 session = perf_session__new(&data, false, NULL); in cmd_buildid_cache()
|
D | builtin-annotate.c | 593 annotate.session = perf_session__new(&data, false, &annotate.tool); in cmd_annotate()
|
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()
|
D | builtin-lock.c | 871 session = perf_session__new(&data, false, &eops); in __cmd_report()
|
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()
|
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()
|
D | builtin-inject.c | 908 inject.session = perf_session__new(&data, inject.output.is_pipe, &inject.tool); in cmd_inject()
|
D | builtin-report.c | 1395 session = perf_session__new(&data, false, &report.tool); in cmd_report()
|
D | builtin-top.c | 1743 top.session = perf_session__new(NULL, false, NULL); in cmd_top()
|
D | builtin-sched.c | 1807 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()
|
D | builtin-kmem.c | 1956 kmem_session = session = perf_session__new(&data, false, &perf_kmem); in cmd_kmem()
|
D | builtin-script.c | 3116 session = perf_session__new(&data, false, NULL); in find_scripts() 3806 session = perf_session__new(&data, false, &script.tool); in cmd_script()
|
D | builtin-timechart.c | 1601 struct perf_session *session = perf_session__new(&data, false, in __cmd_timechart()
|
D | builtin-record.c | 1649 session = perf_session__new(data, false, tool); in __cmd_record()
|
D | builtin-c2c.c | 2755 session = perf_session__new(&data, 0, &c2c.tool); in perf_c2c__report()
|
D | builtin-trace.c | 4219 session = perf_session__new(&data, false, &trace->tool);
|
/kernel/linux/linux-5.10/tools/perf/util/ |
D | session.h | 57 struct perf_session *perf_session__new(struct perf_data *data,
|
D | data-convert-bt.c | 1637 session = perf_session__new(&data, 0, &c.tool); in bt_convert__perf2ctf()
|
D | session.c | 186 struct perf_session *perf_session__new(struct perf_data *data, in perf_session__new() function
|