Searched refs:dfmt (Results 1 – 1 of 1) sorted by relevance
/linux/tools/perf/ |
H A D | builtin-diff.c | 498 struct diff_hpp_fmt *dfmt = container_of(fmt, struct diff_hpp_fmt, fmt); in fmt_to_data_file() local 499 void *ptr = dfmt - dfmt->idx; in fmt_to_data_file() 520 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) in get_pair_fmt() argument 522 struct data__file *d = fmt_to_data_file(&dfmt->fmt); in get_pair_fmt() 1312 struct diff_hpp_fmt *dfmt = in hpp__color_baseline() local 1318 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline() 1323 dfmt->header_width, pfmt); in hpp__color_baseline() 1386 struct diff_hpp_fmt *dfmt = in __hpp__color_compare() local 1388 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__color_compare() 1412 scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1); in __hpp__color_compare() [all …]
|