Searched refs:inlined (Results 1 – 22 of 22) sorted by relevance
/linux/kernel/ |
A D | Kconfig.locks | 95 # lock_* functions are inlined when: 98 # trylock_* functions are inlined when: 101 # unlock and unlock_irq functions are inlined when: 106 # unlock_bh and unlock_irqrestore functions are inlined when:
|
/linux/tools/perf/util/ |
A D | evsel_fprintf.c | 174 if (print_dso && (!sym || !sym->inlined)) { in sample__fprintf_callchain() 183 if (sym && sym->inlined) in sample__fprintf_callchain()
|
A D | callchain.c | 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()
|
A D | srcline.c | 108 assert(!base_sym->inlined); in new_inline_sym() 117 inline_sym->inlined = 1; in new_inline_sym() 859 if (ilist->symbol && ilist->symbol->inlined) in inline_node__delete()
|
A D | symbol.h | 64 u8 inlined:1; member
|
A D | sort.c | 251 if (sym_l->inlined || sym_r->inlined) { in _sort__sym_cmp() 326 if (sym->inlined) in _hist_entry__sym_snprintf()
|
/linux/tools/perf/Documentation/ |
A D | perf-trace.txt | 310 js::gc::FreeSpan::initAsEmpty (inlined) 311 js::gc::Arena::setAsNotAllocated (inlined) 316 … js::gc::GCRuntime::tryNewTenuredThing<JSString, (js::AllowGC)1> (inlined) 318 js::Allocate<JSThinInlineString, (js::AllowGC)1> (inlined) 319 JSThinInlineString::new_<(js::AllowGC)1> (inlined) 320 AllocateInlineString<(js::AllowGC)1, unsigned char> (inlined)
|
A D | perf-probe.txt | 94 (Only for --add) Search only for non-inlined functions. The functions
|
A D | perf-script.txt | 422 If a callgraph address belongs to an inlined function, the inline stack
|
A D | perf-report.txt | 528 If a callgraph address belongs to an inlined function, the inline stack
|
/linux/scripts/coccinelle/api/ |
A D | err_cast.cocci | 3 /// Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
|
/linux/Documentation/process/ |
A D | email-clients.rst | 152 You can safely GPG sign attachments, but inlined text is preferred for 154 as inlined text will make them tricky to extract from their 7-bit encoding. 159 inlined to make it more viewable. 161 When saving patches that are sent as inlined text, select the email that
|
A D | 4.Coding.rst | 151 a given function should actually be inlined or not. So the liberal
|
/linux/Documentation/trace/ |
A D | tracepoints.rst | 109 put in inline functions, inlined static functions, and unrolled loops 155 and can bloat the kernel if used by other inlined functions. Instead,
|
A D | ftrace-design.rst | 318 the ftrace_stub() as that will now be inlined in ftrace_caller().
|
/linux/fs/ext4/ |
A D | namei.c | 1523 int *inlined) in __ext4_find_entry() argument 1548 if (inlined) in __ext4_find_entry() 1549 *inlined = 1; in __ext4_find_entry() 1668 int *inlined) in ext4_find_entry() argument 3453 int *inlined) in ext4_get_first_dir_block() argument 3472 *inlined = 1; in ext4_get_first_dir_block() 3486 int inlined; member 3554 if (!ent->inlined) { in ext4_setent() 3753 &new.de, &new.inlined); in ext4_rename() 3966 &old.de, &old.inlined); in ext4_cross_rename() [all …]
|
/linux/Documentation/crypto/ |
A D | api-intro.rst | 121 It's a good idea to avoid using lots of macros and use inlined functions
|
/linux/Documentation/filesystems/ |
A D | erofs.rst | 175 stored in shared xattrs metadata rather than inlined right after inode.
|
/linux/Documentation/scsi/ |
A D | libsas.rst | 349 or alternatively call the inlined sas_phy_disconnected()
|
A D | ChangeLog.megaraid | 407 Declare some heavy-weight functions to be non-inlined,
|
/linux/tools/memory-model/Documentation/ |
A D | explanation.txt | 422 between them. (In fact, if the function calls are inlined then the
|
/linux/Documentation/RCU/Design/Requirements/ |
A D | Requirements.rst | 2302 implementation of rcu_read_lock() could be inlined, however, doing
|
Completed in 42 milliseconds