Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dprobe-file.c219 static struct strlist *__probe_file__get_namelist(int fd, bool include_group) in __probe_file__get_namelist() function
262 return __probe_file__get_namelist(fd, false); in probe_file__get_namelist()
334 namelist = __probe_file__get_namelist(fd, true); in probe_file__get_events()