Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-diff.c482 struct diff_hpp_fmt *dfmt = container_of(fmt, struct diff_hpp_fmt, fmt); in fmt_to_data_file() local
483 void *ptr = dfmt - dfmt->idx; in fmt_to_data_file()
504 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) in get_pair_fmt() argument
506 struct data__file *d = fmt_to_data_file(&dfmt->fmt); in get_pair_fmt()
1303 struct diff_hpp_fmt *dfmt = in hpp__color_baseline() local
1309 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline()
1314 dfmt->header_width, pfmt); in hpp__color_baseline()
1376 struct diff_hpp_fmt *dfmt = in __hpp__color_compare() local
1378 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__color_compare()
1402 scnprintf(pfmt, 20, "%%%+d.2f%%%%", dfmt->header_width - 1); in __hpp__color_compare()
[all …]