Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/api/fs/
H A Dfs.h52 int procfs__read_str(const char *entry, char **buf, size_t *sizep);
H A Dfs.c413 int procfs__read_str(const char *entry, char **buf, size_t *sizep) in procfs__read_str() function
/openbmc/linux/tools/perf/util/
H A Dthread.c275 procfs__read_str(path, &comm, &sz) == 0) { in thread__set_comm_from_proc()