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
374 return ANNOTATION__IPC_WIDTH + ANNOTATION__MINMAX_CYCLES_WIDTH; in annotation__cycles_width()
376 return notes->branch ? ANNOTATION__IPC_WIDTH + ANNOTATION__CYCLES_WIDTH : 0; in annotation__cycles_width()
H A Dannotate.c2073 obj__printf(obj, "%*.2f ", ANNOTATION__IPC_WIDTH - 1, al->cycles->ipc); in annotation_line__write()
2075 obj__printf(obj, "%*s", ANNOTATION__IPC_WIDTH, " "); in annotation_line__write()
2077 obj__printf(obj, "%*s ", ANNOTATION__IPC_WIDTH - 1, "IPC"); in annotation_line__write()