Searched refs:fmts (Results 1 – 3 of 3) sorted by relevance
/tools/perf/util/ |
D | block-info.h | 47 struct block_fmt fmts[PERF_HPP_REPORT__BLOCK_MAX_INDEX]; member
|
D | block-info.c | 415 init_block_hist(bh, block_report->fmts, block_hpps, nr_hpps); in process_block_report() 425 block_report->fmts[i].total_cycles = total_cycles; in process_block_report() 426 block_report->fmts[i].block_cycles = block_report->cycles; in process_block_report()
|
/tools/perf/ |
D | builtin-trace.c | 1177 static const struct syscall_fmt *__syscall_fmt__find(const struct syscall_fmt *fmts, in __syscall_fmt__find() argument 1181 return bsearch(name, fmts, nmemb, sizeof(struct syscall_fmt), syscall_fmt__cmp); in __syscall_fmt__find() 1190 static const struct syscall_fmt *__syscall_fmt__find_by_alias(const struct syscall_fmt *fmts, in __syscall_fmt__find_by_alias() argument 1196 if (fmts[i].alias && strcmp(fmts[i].alias, alias) == 0) in __syscall_fmt__find_by_alias() 1197 return &fmts[i]; in __syscall_fmt__find_by_alias() 1719 __syscall_arg_fmt__find_by_name(const struct syscall_arg_fmt *fmts, const int nmemb, in __syscall_arg_fmt__find_by_name() argument 1722 return bsearch(name, fmts, nmemb, sizeof(struct syscall_arg_fmt), syscall_arg_fmt__cmp); in __syscall_arg_fmt__find_by_name()
|