Searched refs:filename__read_str (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/tools/lib/api/fs/ |
D | fs.c | 358 int filename__read_str(const char *filename, char **buf, size_t *sizep) in filename__read_str() function 432 return filename__read_str(path, buf, sizep); in procfs__read_str() 482 return filename__read_str(path, buf, sizep); in sysfs__read_str()
|
D | fs.h | 34 int filename__read_str(const char *filename, char **buf, size_t *sizep);
|
/Linux-v4.19/tools/perf/util/ |
D | trace-event.c | 92 err = filename__read_str(path, &data, &size); in tp_format()
|
D | thread_map.c | 387 err = filename__read_str(path, comm, &size); in get_comm()
|
D | cpumap.c | 416 if (filename__read_str(path, &buf, &num)) in get_max_num()
|
D | evsel.c | 2838 if (filename__read_str(path, &data, &size)) in find_process()
|