show_annotations  453 tools/perf/builtin-annotate.c 		void (*show_annotations)(void);
show_annotations  455 tools/perf/builtin-annotate.c 		show_annotations = dlsym(perf_gtk_handle,
show_annotations  457 tools/perf/builtin-annotate.c 		if (show_annotations == NULL) {
show_annotations  461 tools/perf/builtin-annotate.c 		show_annotations();