Searched refs:__perf_session__new (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | session.h | 108 struct perf_session *__perf_session__new(struct perf_data *data, 116 return __perf_session__new(data, tool, /*trace_event_repipe=*/false, /*host_env=*/NULL); in perf_session__new()
|
| H A D | session.c | 139 struct perf_session *__perf_session__new(struct perf_data *data, in __perf_session__new() function
|
| /linux/tools/perf/bench/ |
| H A D | synthesize.c | 123 session = __perf_session__new(/*data=*/NULL, /*tool=*/NULL, in run_single_threaded() 172 session = __perf_session__new(/*data=*/NULL, /*tool=*/NULL, in do_run_multi_threaded()
|
| /linux/tools/perf/ |
| H A D | builtin-top.c | 1772 top.session = __perf_session__new(/*data=*/NULL, /*tool=*/NULL, in cmd_top()
|
| H A D | builtin-lock.c | 2031 session = __perf_session__new(use_bpf ? NULL : &data, &eops, in __cmd_contention()
|
| H A D | builtin-inject.c | 2531 inject.session = __perf_session__new(&data, &inject.tool, in cmd_inject()
|