Searched refs:filename__read_str (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | trace-event.c | 86 err = filename__read_str(path, &data, &size); in tp_format()
|
D | util.c | 541 int filename__read_str(const char *filename, char **buf, size_t *sizep) in filename__read_str() function 659 if (filename__read_str(path, &data, &size)) in find_process()
|
D | util.h | 322 int filename__read_str(const char *filename, char **buf, size_t *sizep);
|
D | thread_map.c | 368 err = filename__read_str(path, comm, &size); in get_comm()
|
D | cpumap.c | 357 if (filename__read_str(path, &buf, &num)) in get_max_num()
|