Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/ !
Dbuiltin-annotate.c473 void (*show_annotations)(void); in __cmd_annotate() local
475 show_annotations = dlsym(perf_gtk_handle, in __cmd_annotate()
477 if (show_annotations == NULL) { in __cmd_annotate()
481 show_annotations(); in __cmd_annotate()