Searched refs:perf_session__new (Results 1 – 23 of 23) sorted by relevance
/Linux-v4.19/tools/perf/tests/ |
D | topology.c | 40 session = perf_session__new(&data, false, NULL); in session_write_header() 71 session = perf_session__new(&data, false, NULL); in check_cpu_topology()
|
/Linux-v4.19/tools/perf/ |
D | builtin-evlist.c | 34 session = perf_session__new(&data, 0, NULL); in __cmd_evlist()
|
D | builtin-buildid-list.c | 69 session = perf_session__new(&data, false, &build_id__mark_dso_hit_ops); in perf_session__list_build_ids()
|
D | builtin-mem.c | 248 struct perf_session *session = perf_session__new(&data, false, in report_raw_events()
|
D | builtin-buildid-cache.c | 422 session = perf_session__new(&data, false, NULL); in cmd_buildid_cache()
|
D | builtin-annotate.c | 583 annotate.session = perf_session__new(&data, false, &annotate.tool); in cmd_annotate()
|
D | builtin-kvm.c | 1091 kvm->session = perf_session__new(&file, false, &kvm->tool); in read_events() 1447 kvm->session = perf_session__new(&data, false, &kvm->tool); in kvm_events_live()
|
D | builtin-inject.c | 840 inject.session = perf_session__new(&data, true, &inject.tool); in cmd_inject()
|
D | builtin-lock.c | 876 session = perf_session__new(&data, false, &eops); in __cmd_report()
|
D | builtin-diff.c | 780 d->session = perf_session__new(&d->data, false, &tool); in __cmd_diff()
|
D | builtin-stat.c | 2588 session = perf_session__new(data, false, NULL); in __cmd_record() 2786 session = perf_session__new(&perf_stat.data, false, &perf_stat.tool); in __cmd_report()
|
D | builtin-report.c | 1194 session = perf_session__new(&data, false, &report.tool); in cmd_report()
|
D | builtin-top.c | 1076 top->session = perf_session__new(NULL, false, NULL); in __cmd_top()
|
D | builtin-record.c | 886 session = perf_session__new(data, false, tool); in __cmd_record()
|
D | builtin-sched.c | 1793 session = perf_session__new(&data, false, &sched->tool); in perf_sched__read_events() 2987 session = perf_session__new(&data, false, &sched->tool); in perf_sched__timehist()
|
D | builtin-script.c | 2808 session = perf_session__new(&data, false, NULL); in find_scripts() 3395 session = perf_session__new(&data, false, &script.tool); in cmd_script()
|
D | builtin-kmem.c | 1953 kmem_session = session = perf_session__new(&data, false, &perf_kmem); in cmd_kmem()
|
D | builtin-timechart.c | 1608 struct perf_session *session = perf_session__new(&data, false, in __cmd_timechart()
|
D | builtin-c2c.c | 2771 session = perf_session__new(&data, 0, &c2c.tool); in perf_c2c__report()
|
D | builtin-trace.c | 2738 session = perf_session__new(&data, false, &trace->tool); in trace__replay()
|
/Linux-v4.19/tools/perf/util/ |
D | session.h | 42 struct perf_session *perf_session__new(struct perf_data *data,
|
D | data-convert-bt.c | 1622 session = perf_session__new(&data, 0, &c.tool); in bt_convert__perf2ctf()
|
D | session.c | 116 struct perf_session *perf_session__new(struct perf_data *data, in perf_session__new() function
|