Searched refs:str_read_file (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/libtracefs/src/ |
H A D | tracefs-events.c | 853 len = str_read_file(available_tracers, &buf, true); in tracefs_tracers() 920 len = str_read_file(format, &buf, true); in load_events() 984 len = str_read_file(header, &buf, true); in read_header() 1012 if (str_read_file("/proc/kallsyms", &buf, false) <= 0) in load_kallsyms() 1030 ret = str_read_file(path, &buf, false); in load_saved_cmdlines() 1052 ret = str_read_file(path, &buf, false); in load_printk_formats()
|
H A D | tracefs-utils.c | 322 __hidden int str_read_file(const char *file, char **buffer, bool warn) in str_read_file() function 383 size = str_read_file(path, &content, false); in tracefs_error_all()
|
H A D | tracefs-instance.c | 551 size = str_read_file(path, &buf, true); in tracefs_instance_file_read()
|
/aosp_15_r20/external/libtracefs/include/ |
H A D | tracefs-local.h | 67 int str_read_file(const char *file, char **buffer, bool warn);
|