Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/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-buildid-cache.c424 session = perf_session__new(&data, false, NULL); in cmd_buildid_cache()
H A Dbuiltin-annotate.c593 annotate.session = perf_session__new(&data, false, &annotate.tool); in cmd_annotate()
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-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-lock.c871 session = perf_session__new(&data, false, &eops); in __cmd_report()
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()
H A Dbuiltin-inject.c908 inject.session = perf_session__new(&data, inject.output.is_pipe, &inject.tool); in cmd_inject()
H A Dbuiltin-top.c1743 top.session = perf_session__new(NULL, false, NULL); in cmd_top()
H A Dbuiltin-report.c1395 session = perf_session__new(&data, false, &report.tool); in cmd_report()
H A 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()
H A Dbuiltin-kmem.c1956 kmem_session = session = perf_session__new(&data, false, &perf_kmem); in cmd_kmem()
H A 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()
H A Dbuiltin-timechart.c1601 struct perf_session *session = perf_session__new(&data, false, in __cmd_timechart()
H A Dbuiltin-record.c1649 session = perf_session__new(data, false, tool); in __cmd_record()
H A Dbuiltin-c2c.c2755 session = perf_session__new(&data, 0, &c2c.tool); in perf_c2c__report()
H A Dbuiltin-trace.c4213 session = perf_session__new(&data, false, &trace->tool);
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsession.h57 struct perf_session *perf_session__new(struct perf_data *data,
H A Ddata-convert-bt.c1637 session = perf_session__new(&data, 0, &c.tool); in bt_convert__perf2ctf()
H A Dsession.c186 struct perf_session *perf_session__new(struct perf_data *data, in perf_session__new() function