Searched refs:filename__read_str (Results 1 – 6 of 6) sorted by relevance
/Linux-v5.10/tools/lib/api/fs/ |
D | fs.c | 377 int filename__read_str(const char *filename, char **buf, size_t *sizep) in filename__read_str() function 451 return filename__read_str(path, buf, sizep); in procfs__read_str() 501 return filename__read_str(path, buf, sizep); in sysfs__read_str()
|
D | fs.h | 48 int filename__read_str(const char *filename, char **buf, size_t *sizep);
|
/Linux-v5.10/tools/perf/util/ |
D | trace-event.c | 91 err = filename__read_str(path, &data, &size); in tp_format()
|
D | thread_map.c | 327 err = filename__read_str(path, comm, &size); in get_comm()
|
D | cpumap.c | 278 if (filename__read_str(path, &buf, &num)) in get_max_num()
|
D | evsel.c | 2580 if (filename__read_str(path, &data, &size)) in find_process()
|