Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/
Dbuiltin-report.c163 if (!ui__has_annotation() && !rep->symbol_ipc) in hist_iter__report_callback()
208 if (!ui__has_annotation() && !rep->symbol_ipc) in hist_iter__branch_callback()
313 if (ui__has_annotation() || rep->symbol_ipc || rep->total_cycles_mode) { in process_sample_event()
1601 if (ui__has_annotation() || report.symbol_ipc || in cmd_report()
Dbuiltin-annotate.c215 return ui__has_annotation() || ann->use_stdio2; in has_annotation()
/linux-5.19.10/tools/perf/util/
Dannotate.h399 bool ui__has_annotation(void);
Dannotate.c2881 bool ui__has_annotation(void) in ui__has_annotation() function