Searched refs:procfs__read_str (Results 1 – 4 of 4) sorted by relevance
52 int procfs__read_str(const char *entry, char **buf, size_t *sizep);
385 int procfs__read_str(const char *entry, char **buf, size_t *sizep) in procfs__read_str() function
275 procfs__read_str(path, &comm, &sz) == 0) { in thread__set_comm_from_proc()
211 if (procfs__read_str(path, &buf, &len) < 0) in convert_to_tgid()
Completed in 13 milliseconds