Searched refs:inlined (Results 1 – 19 of 19) sorted by relevance
/Linux-v4.19/kernel/ |
D | Kconfig.locks | 94 # lock_* functions are inlined when: 97 # trylock_* functions are inlined when: 100 # unlock and unlock_irq functions are inlined when: 105 # unlock_bh and unlock_irqrestore functions are inlined when:
|
/Linux-v4.19/tools/perf/util/ |
D | evsel_fprintf.c | 161 if (print_dso && (!node->sym || !node->sym->inlined)) { in sample__fprintf_callchain() 170 if (node->sym && node->sym->inlined) in sample__fprintf_callchain()
|
D | srcline.c | 103 assert(!base_sym->inlined); in new_inline_sym() 112 inline_sym->inlined = 1; in new_inline_sym() 480 if (inline_sym && inline_sym->inlined) in addr2inlines() 649 if (ilist->symbol && ilist->symbol->inlined) in inline_node__delete()
|
D | callchain.c | 723 if (cnode->ms.sym->inlined || node->sym->inlined) { in match_chain() 1147 const char *inlined = cl->ms.sym->inlined ? " (inlined)" : ""; in callchain_list__sym_name() local 1152 inlined); in callchain_list__sym_name() 1155 cl->ms.sym->name, inlined); in callchain_list__sym_name()
|
D | symbol.h | 64 u8 inlined:1; member
|
D | sort.c | 232 if (sym_l->inlined || sym_r->inlined) in _sort__sym_cmp() 293 if (sym->inlined) in _hist_entry__sym_snprintf()
|
/Linux-v4.19/scripts/coccinelle/api/ |
D | err_cast.cocci | 2 /// Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
|
/Linux-v4.19/Documentation/process/ |
D | email-clients.rst | 147 You can safely GPG sign attachments, but inlined text is preferred for 149 as inlined text will make them tricky to extract from their 7-bit encoding. 154 inlined to make it more viewable. 156 When saving patches that are sent as inlined text, select the email that
|
D | 4.Coding.rst | 151 a given function should actually be inlined or not. So the liberal
|
/Linux-v4.19/fs/ext4/ |
D | namei.c | 1342 int *inlined) in ext4_find_entry() argument 1374 if (inlined) in ext4_find_entry() 1375 *inlined = 1; in ext4_find_entry() 3248 int *inlined) in ext4_get_first_dir_block() argument 3264 *inlined = 1; in ext4_get_first_dir_block() 3278 int inlined; member 3345 if (!ent->inlined) { in ext4_setent() 3521 &new.de, &new.inlined); in ext4_rename() 3701 &old.de, &old.inlined); in ext4_cross_rename() 3715 &new.de, &new.inlined); in ext4_cross_rename()
|
/Linux-v4.19/Documentation/trace/ |
D | tracepoints.rst | 109 put in inline functions, inlined static functions, and unrolled loops
|
D | ftrace-design.rst | 326 the ftrace_stub() as that will now be inlined in ftrace_caller().
|
/Linux-v4.19/Documentation/crypto/ |
D | api-intro.txt | 114 It's a good idea to avoid using lots of macros and use inlined functions
|
/Linux-v4.19/Documentation/scsi/ |
D | libsas.txt | 298 or alternatively call the inlined sas_phy_disconnected()
|
D | ChangeLog.megaraid | 407 Declare some heavy-weight functions to be non-inlined,
|
/Linux-v4.19/tools/perf/Documentation/ |
D | perf-probe.txt | 94 (Only for --add) Search only for non-inlined functions. The functions
|
D | perf-script.txt | 382 If a callgraph address belongs to an inlined function, the inline stack
|
D | perf-report.txt | 461 If a callgraph address belongs to an inlined function, the inline stack
|
/Linux-v4.19/tools/memory-model/Documentation/ |
D | explanation.txt | 426 between them. (In fact, if the functions are inlined then the
|