/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | evsel_fprintf.c | 167 if (print_dso && (!sym || !sym->inlined)) { in sample__fprintf_callchain() 176 if (sym && sym->inlined) in sample__fprintf_callchain() 177 printed += fprintf(fp, " (inlined)"); in sample__fprintf_callchain()
|
H A D | srcline.c | 102 /* ensure that we don't alias an inlined symbol, which could in new_inline_sym() 105 assert(!base_sym->inlined); in new_inline_sym() 114 inline_sym->inlined = 1; in new_inline_sym() 479 /* addr2line -f generates two lines for each inlined functions */ in addr2inlines() 497 if (inline_sym && inline_sym->inlined) in addr2inlines() 696 /* only the inlined symbols are owned by the list */ in inline_node__delete() 697 if (ilist->symbol && ilist->symbol->inlined) in inline_node__delete()
|
H A D | callchain.c | 725 * Compare inlined frames based on their symbol name in match_chain() 726 * because different inlined frames will have the same in match_chain() 730 if (cnode->ms.sym->inlined || node->ms.sym->inlined) { in match_chain() 1155 const char *inlined = cl->ms.sym->inlined ? " (inlined)" : ""; in callchain_list__sym_name() local 1160 inlined); in callchain_list__sym_name() 1163 cl->ms.sym->name, inlined); in callchain_list__sym_name()
|
H A D | symbol.h | 56 u8 inlined:1; member
|
H A D | sort.c | 248 if (sym_l->inlined || sym_r->inlined) { in _sort__sym_cmp() 323 if (sym->inlined) in _hist_entry__sym_snprintf() 325 " (inlined)"); in _hist_entry__sym_snprintf()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | evsel_fprintf.c | 181 if (print_dso && (!sym || !sym->inlined)) in sample__fprintf_callchain() 187 if (sym && sym->inlined) in sample__fprintf_callchain() 188 printed += fprintf(fp, " (inlined)"); in sample__fprintf_callchain()
|
H A D | srcline.c | 111 /* ensure that we don't alias an inlined symbol, which could in new_inline_sym() 114 assert(!base_sym->inlined); in new_inline_sym() 123 inline_sym->inlined = 1; in new_inline_sym() 536 * - the function name line for an inlined function. in read_addr2line_record() 699 * sake of detected the last inlined function. Treat this as the in addr2line() 999 /* only the inlined symbols are owned by the list */ in inline_node__delete() 1000 if (ilist->symbol && ilist->symbol->inlined) in inline_node__delete()
|
H A D | callchain.c | 734 * Compare inlined frames based on their symbol name in match_chain() 735 * because different inlined frames will have the same in match_chain() 739 if (cnode->ms.sym->inlined || node->ms.sym->inlined) { in match_chain() 1178 const char *inlined = cl->ms.sym->inlined ? " (inlined)" : ""; in callchain_list__sym_name() local 1183 inlined); in callchain_list__sym_name() 1186 cl->ms.sym->name, inlined); in callchain_list__sym_name()
|
H A D | symbol.h | 63 /** Symbol for an inlined function. */ 64 u8 inlined:1; member
|
H A D | sort.c | 308 if (sym_l->inlined || sym_r->inlined) { in _sort__sym_cmp() 383 if (sym->inlined) in _hist_entry__sym_snprintf() 385 " (inlined)"); in _hist_entry__sym_snprintf()
|
/kernel/linux/linux-5.10/fs/ext4/ |
H A D | namei.c | 1496 int *inlined) in __ext4_find_entry() 1520 if (inlined) in __ext4_find_entry() 1521 *inlined = has_inline_data; in __ext4_find_entry() 1640 int *inlined) in ext4_find_entry() 1652 bh = __ext4_find_entry(dir, &fname, res_dir, inlined); in ext4_find_entry() 3623 * It should be the inode block if it is inlined or the 1st block 3630 int *inlined) in ext4_get_first_dir_block() 3670 *inlined = 1; in ext4_get_first_dir_block() 3684 int inlined; member 3750 if (!ent->inlined) { in ext4_setent() 1493 __ext4_find_entry(struct inode *dir, struct ext4_filename *fname, struct ext4_dir_entry_2 **res_dir, int *inlined) __ext4_find_entry() argument 1637 ext4_find_entry(struct inode *dir, const struct qstr *d_name, struct ext4_dir_entry_2 **res_dir, int *inlined) ext4_find_entry() argument 3626 ext4_get_first_dir_block(handle_t *handle, struct inode *inode, int *retval, struct ext4_dir_entry_2 **parent_de, int *inlined) ext4_get_first_dir_block() argument [all...] |
/kernel/linux/linux-6.6/fs/ext4/ |
H A D | namei.c | 1594 int *inlined) in __ext4_find_entry() 1618 if (inlined) in __ext4_find_entry() 1619 *inlined = has_inline_data; in __ext4_find_entry() 1738 int *inlined) in ext4_find_entry() 1750 bh = __ext4_find_entry(dir, &fname, res_dir, inlined); in ext4_find_entry() 3523 * It should be the inode block if it is inlined or the 1st block 3530 int *inlined) in ext4_get_first_dir_block() 3573 *inlined = 1; in ext4_get_first_dir_block() 3587 int inlined; member 3654 if (!ent->inlined) { in ext4_setent() 1591 __ext4_find_entry(struct inode *dir, struct ext4_filename *fname, struct ext4_dir_entry_2 **res_dir, int *inlined) __ext4_find_entry() argument 1735 ext4_find_entry(struct inode *dir, const struct qstr *d_name, struct ext4_dir_entry_2 **res_dir, int *inlined) ext4_find_entry() argument 3526 ext4_get_first_dir_block(handle_t *handle, struct inode *inode, int *retval, struct ext4_dir_entry_2 **parent_de, int *inlined) ext4_get_first_dir_block() argument [all...] |