Searched refs:filename__read_str (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/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-v5.4/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 | 260 if (filename__read_str(path, &buf, &num)) in get_max_num()
|
| D | evsel.c | 2408 if (filename__read_str(path, &data, &size)) in find_process()
|