Home
last modified time | relevance | path

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

/Linux-v5.10/tools/lib/api/fs/
Dfs.h52 int procfs__read_str(const char *entry, char **buf, size_t *sizep);
Dfs.c441 int procfs__read_str(const char *entry, char **buf, size_t *sizep) in procfs__read_str() function
/Linux-v5.10/tools/perf/util/
Dthread.c284 procfs__read_str(path, &comm, &sz) == 0) { in thread__set_comm_from_proc()