Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddlfilter.c583 const char *(*desc_fn)(const char **long_description); in get_filter_desc() local
589 desc_fn = dlsym(handle, "filter_description"); in get_filter_desc()
590 if (desc_fn) { in get_filter_desc()
594 dsc = desc_fn(&long_dsc); in get_filter_desc()