Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.h30 #define ANNOTATION__IPC_WIDTH 6 macro
362 return ANNOTATION__IPC_WIDTH + ANNOTATION__MINMAX_CYCLES_WIDTH; in annotation__cycles_width()
364 return notes->branch ? ANNOTATION__IPC_WIDTH + ANNOTATION__CYCLES_WIDTH : 0; in annotation__cycles_width()
H A Dannotate.c1995 obj__printf(obj, "%*.2f ", ANNOTATION__IPC_WIDTH - 1, al->cycles->ipc); in __annotation_line__write()
1997 obj__printf(obj, "%*s", ANNOTATION__IPC_WIDTH, " "); in __annotation_line__write()
1999 obj__printf(obj, "%*s ", ANNOTATION__IPC_WIDTH - 1, "IPC"); in __annotation_line__write()