Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dannotate.h375 bool ui__has_annotation(void);
Dannotate.c2501 bool ui__has_annotation(void) in ui__has_annotation() function
/Linux-v4.19/tools/perf/
Dbuiltin-report.c132 if (!ui__has_annotation()) in hist_iter__report_callback()
177 if (!ui__has_annotation()) in hist_iter__branch_callback()
1315 if (ui__has_annotation()) { in cmd_report()
Dbuiltin-annotate.c207 return ui__has_annotation() || ann->use_stdio2; in has_annotation()