Searched refs:dfmt (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-diff.c | 499 struct diff_hpp_fmt *dfmt = container_of(fmt, struct diff_hpp_fmt, fmt); in fmt_to_data_file() local 500 void *ptr = dfmt - dfmt->idx; in fmt_to_data_file() 521 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) in get_pair_fmt() argument 523 struct data__file *d = fmt_to_data_file(&dfmt->fmt); in get_pair_fmt() 1313 struct diff_hpp_fmt *dfmt = in hpp__color_baseline() local 1319 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline() 1324 dfmt->header_width, pfmt); in hpp__color_baseline() 1387 struct diff_hpp_fmt *dfmt = in __hpp__color_compare() local 1389 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__color_compare() 1413 scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1); in __hpp__color_compare() [all …]
|