Home
last modified time | relevance | path

Searched refs:perf_data__make_kcore_dir (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/tools/perf/util/
Ddata.h101 int perf_data__make_kcore_dir(struct perf_data *data, char *buf, size_t buf_sz);
Ddata.c468 int perf_data__make_kcore_dir(struct perf_data *data, char *buf, size_t buf_sz) in perf_data__make_kcore_dir() function
/linux-5.19.10/tools/perf/
Dbuiltin-record.c922 ret = perf_data__make_kcore_dir(data, kcore_dir, sizeof(kcore_dir)); in record__kcore_copy()