Home
last modified time | relevance | path

Searched refs:wops (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/
H A Dannotate.c1385 struct annotation_write_ops wops = { in symbol__annotate_fprintf2()
1404 annotation_line__write(al, notes, &wops, apd); in map_symbol__annotation_dump()
1406 wops.first_line = false; in map_symbol__annotation_dump()
2033 const struct annotation_write_ops *wops, in annotation_line__write()
2036 bool current_entry = wops->current_entry; in annotation_line__write()
2037 bool change_color = wops->change_color; in annotation_line__write()
2039 int width = wops->width; in annotation_line__write()
2045 void *obj = wops->obj; in annotation_line__write()
2046 int (*obj__set_color)(void *obj, int color) = wops->set_color; in annotation_line__write()
2047 void (*obj__set_percent_color)(void *obj, double percent, bool current) = wops in annotation_line__write()
1362 struct annotation_write_ops wops = { symbol__annotate_fprintf2() local
2010 annotation_line__write(struct annotation_line * al,struct annotation * notes,const struct annotation_write_ops * wops,struct annotation_print_data * apd) annotation_line__write() argument
[all...]
/linux/drivers/net/ethernet/rocker/
H A Drocker.h70 struct rocker_world_ops *wops; member