Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-report.c178 if (!ui__has_annotation() && !rep->symbol_ipc) in hist_iter__report_callback()
223 if (!ui__has_annotation() && !rep->symbol_ipc) in hist_iter__branch_callback()
326 if (ui__has_annotation() || rep->symbol_ipc || rep->total_cycles_mode) { in process_sample_event()
1832 if (ui__has_annotation() || report.symbol_ipc || report.data_type || in cmd_report()
H A Dbuiltin-annotate.c235 return ui__has_annotation() || ann->use_stdio2; in has_annotation()
/linux/tools/perf/util/
H A Dannotate.h481 bool ui__has_annotation(void);
H A Dannotate.c1737 bool ui__has_annotation(void) in ui__has_annotation() function