Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/ui/browsers/
Dannotate.c893 size_t sizeof_bdl = sizeof(struct browser_disasm_line); in symbol__tui_annotate() local
911 sizeof_bdl += sizeof(double) * (nr_pcnt - 1); in symbol__tui_annotate()
914 if (symbol__annotate(sym, map, sizeof_bdl) < 0) { in symbol__tui_annotate()