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 | 1162 static struct syscall_fmt *__syscall_fmt__find(struct syscall_fmt *fmts, const int nmemb, const cha… in __syscall_fmt__find() argument 1164 return bsearch(name, fmts, nmemb, sizeof(struct syscall_fmt), syscall_fmt__cmp); in __syscall_fmt__find() 1173 static struct syscall_fmt *__syscall_fmt__find_by_alias(struct syscall_fmt *fmts, const int nmemb, … in __syscall_fmt__find_by_alias() argument 1178 if (fmts[i].alias && strcmp(fmts[i].alias, alias) == 0) in __syscall_fmt__find_by_alias() 1179 return &fmts[i]; in __syscall_fmt__find_by_alias() 1674 __syscall_arg_fmt__find_by_name(struct syscall_arg_fmt *fmts, const int nmemb, const char *name) in __syscall_arg_fmt__find_by_name() argument 1676 return bsearch(name, fmts, nmemb, sizeof(struct syscall_arg_fmt), syscall_arg_fmt__cmp); in __syscall_arg_fmt__find_by_name()
|