Home
last modified time | relevance | path

Searched refs:__perf_session__new (Results 1 – 6 of 6) sorted by relevance

/linux/tools/perf/util/
H A Dsession.h108 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 Dsession.c139 struct perf_session *__perf_session__new(struct perf_data *data, in __perf_session__new() function
/linux/tools/perf/bench/
H A Dsynthesize.c123 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 Dbuiltin-top.c1772 top.session = __perf_session__new(/*data=*/NULL, /*tool=*/NULL, in cmd_top()
H A Dbuiltin-lock.c2031 session = __perf_session__new(use_bpf ? NULL : &data, &eops, in __cmd_contention()
H A Dbuiltin-inject.c2531 inject.session = __perf_session__new(&data, &inject.tool, in cmd_inject()