Searched refs:wops (Results 1 – 1 of 1) sorted by relevance
/tools/perf/util/ |
D | annotate.c | 2413 struct annotation_write_ops wops = { in symbol__annotate_fprintf2() local 2427 annotation_line__write(al, notes, &wops, opts); in symbol__annotate_fprintf2() 2429 wops.first_line = false; in symbol__annotate_fprintf2() 2975 struct annotation_write_ops *wops, in annotation_line__write() argument 2978 __annotation_line__write(al, notes, wops->first_line, wops->current_entry, in annotation_line__write() 2979 wops->change_color, wops->width, wops->obj, in annotation_line__write() 2981 wops->set_color, wops->set_percent_color, in annotation_line__write() 2982 wops->set_jumps_percent_color, wops->printf, in annotation_line__write() 2983 wops->write_graph); in annotation_line__write()
|