Home
last modified time | relevance | path

Searched refs:read_profile (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/kernel/
H A Dprofile.c388 read_profile(struct file *file, char __user *buf, size_t count, loff_t *ppos) in read_profile() function
447 .proc_read = read_profile,
/openbmc/u-boot/tools/
H A Dproftool.c229 static int read_profile(FILE *fin, int *not_found) in read_profile() function
286 err = read_profile(fprof, &not_found); in read_profile_file()