Searched refs:filename__read_str (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | trace-event.c | 53 if (filename__read_str(path, &data, &size)) in tp_format()
|
D | util.c | 490 int filename__read_str(const char *filename, char **buf, size_t *sizep) in filename__read_str() function 608 if (filename__read_str(path, &data, &size)) in find_process()
|
D | util.h | 319 int filename__read_str(const char *filename, char **buf, size_t *sizep);
|
D | cpumap.c | 328 if (filename__read_str(path, &buf, &num)) in get_max_num()
|