Searched refs:dfmt (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-diff.c | 510 struct diff_hpp_fmt *dfmt = container_of(fmt, struct diff_hpp_fmt, fmt); in fmt_to_data_file() local 511 void *ptr = dfmt - dfmt->idx; in fmt_to_data_file() 532 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) in get_pair_fmt() argument 534 struct data__file *d = fmt_to_data_file(&dfmt->fmt); in get_pair_fmt() 1323 struct diff_hpp_fmt *dfmt = in hpp__color_baseline() local 1329 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline() 1334 dfmt->header_width, pfmt); in hpp__color_baseline() 1397 struct diff_hpp_fmt *dfmt = in __hpp__color_compare() local 1399 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__color_compare() 1516 struct diff_hpp_fmt *dfmt = hpp__color_cycles_hist() local 1648 __hpp__entry_global(struct hist_entry *he, struct diff_hpp_fmt *dfmt, char *buf, size_t size) __hpp__entry_global() argument 1668 struct diff_hpp_fmt *dfmt = hpp__entry_global() local 1686 struct diff_hpp_fmt *dfmt = hpp__header() local 1697 struct diff_hpp_fmt *dfmt = hpp__width() local 1704 init_header(struct data__file *d, struct diff_hpp_fmt *dfmt) init_header() argument 1738 struct diff_hpp_fmt *dfmt = &d->fmt[idx]; data__hpp_register() local [all...] |
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-diff.c | 512 struct diff_hpp_fmt *dfmt = container_of(fmt, struct diff_hpp_fmt, fmt); in fmt_to_data_file() local 513 void *ptr = dfmt - dfmt->idx; in fmt_to_data_file() 534 get_pair_fmt(struct hist_entry *he, struct diff_hpp_fmt *dfmt) in get_pair_fmt() argument 536 struct data__file *d = fmt_to_data_file(&dfmt->fmt); in get_pair_fmt() 1326 struct diff_hpp_fmt *dfmt = in hpp__color_baseline() local 1332 scnprintf(pfmt, 20, "%%%d.2f%%%%", dfmt->header_width - 1); in hpp__color_baseline() 1337 dfmt->header_width, pfmt); in hpp__color_baseline() 1400 struct diff_hpp_fmt *dfmt = in __hpp__color_compare() local 1402 struct hist_entry *pair = get_pair_fmt(he, dfmt); in __hpp__color_compare() 1519 struct diff_hpp_fmt *dfmt = hpp__color_cycles_hist() local 1651 __hpp__entry_global(struct hist_entry *he, struct diff_hpp_fmt *dfmt, char *buf, size_t size) __hpp__entry_global() argument 1671 struct diff_hpp_fmt *dfmt = hpp__entry_global() local 1689 struct diff_hpp_fmt *dfmt = hpp__header() local 1700 struct diff_hpp_fmt *dfmt = hpp__width() local 1707 init_header(struct data__file *d, struct diff_hpp_fmt *dfmt) init_header() argument 1741 struct diff_hpp_fmt *dfmt = &d->fmt[idx]; data__hpp_register() local [all...] |
Completed in 5 milliseconds