Searched refs:perf_session__new (Results 1 – 23 of 23) sorted by relevance
| /Linux-v5.4/tools/perf/tests/ |
| D | topology.c | 42 session = perf_session__new(&data, false, NULL); in session_write_header() 73 session = perf_session__new(&data, false, NULL); in check_cpu_topology()
|
| /Linux-v5.4/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 | 250 struct perf_session *session = perf_session__new(&data, false, in report_raw_events()
|
| D | builtin-buildid-cache.c | 425 session = perf_session__new(&data, false, NULL); in cmd_buildid_cache()
|
| D | builtin-annotate.c | 587 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-stat.c | 1439 session = perf_session__new(data, false, NULL); in __cmd_record() 1638 session = perf_session__new(&perf_stat.data, false, &perf_stat.tool); in __cmd_report()
|
| D | builtin-lock.c | 875 session = perf_session__new(&data, false, &eops); in __cmd_report()
|
| D | builtin-diff.c | 1156 d->session = perf_session__new(&d->data, false, &pdiff.tool); in check_file_brstack() 1188 d->session = perf_session__new(&d->data, false, &pdiff.tool); in __cmd_diff()
|
| D | builtin-inject.c | 838 inject.session = perf_session__new(&data, true, &inject.tool); in cmd_inject()
|
| D | builtin-report.c | 1271 session = perf_session__new(&data, false, &report.tool); in cmd_report()
|
| D | builtin-top.c | 1677 top.session = perf_session__new(NULL, false, NULL); in cmd_top()
|
| D | builtin-sched.c | 1801 session = perf_session__new(&data, false, &sched->tool); in perf_sched__read_events() 2993 session = perf_session__new(&data, false, &sched->tool); in perf_sched__timehist()
|
| D | builtin-kmem.c | 1960 kmem_session = session = perf_session__new(&data, false, &perf_kmem); in cmd_kmem()
|
| D | builtin-script.c | 3093 session = perf_session__new(&data, false, NULL); in find_scripts() 3764 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 | 1369 session = perf_session__new(data, false, tool); in __cmd_record()
|
| D | builtin-c2c.c | 2788 session = perf_session__new(&data, 0, &c2c.tool); in perf_c2c__report()
|
| D | builtin-trace.c | 3590 session = perf_session__new(&data, false, &trace->tool); in trace__replay()
|
| /Linux-v5.4/tools/perf/util/ |
| D | session.h | 57 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 | 187 struct perf_session *perf_session__new(struct perf_data *data, in perf_session__new() function
|