Searched refs:inlined (Results 1 – 22 of 22) sorted by relevance
| /linux/kernel/ |
| H 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/ |
| H A D | srcline.c | 100 assert(!base_sym->inlined); in new_inline_sym() 109 inline_sym->inlined = 1; in new_inline_sym() 346 if (ilist->symbol && ilist->symbol->inlined) in inline_node__delete()
|
| H A D | evsel_fprintf.c | 185 if (print_dso && (!sym || !sym->inlined)) in sample__fprintf_callchain() 191 if (sym && sym->inlined) in sample__fprintf_callchain()
|
| H A D | callchain.c | 756 if (cnode->ms.sym->inlined || node->ms.sym->inlined) { in match_chain() 1199 const char *inlined = cl->ms.sym->inlined ? " (inlined)" : ""; in callchain_list__sym_name() local 1204 inlined); in callchain_list__sym_name() 1207 cl->ms.sym->name, inlined); in callchain_list__sym_name()
|
| H A D | symbol.h | 64 u8 inlined:1; member
|
| H A D | sort.c | 347 if (sym_l->inlined || sym_r->inlined) { in _sort__sym_cmp() 422 if (sym->inlined) in _hist_entry__sym_snprintf()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-trace.txt | 322 js::gc::FreeSpan::initAsEmpty (inlined) 323 js::gc::Arena::setAsNotAllocated (inlined) 328 … js::gc::GCRuntime::tryNewTenuredThing<JSString, (js::AllowGC)1> (inlined) 330 js::Allocate<JSThinInlineString, (js::AllowGC)1> (inlined) 331 JSThinInlineString::new_<(js::AllowGC)1> (inlined) 332 AllocateInlineString<(js::AllowGC)1, unsigned char> (inlined)
|
| H A D | perf-probe.txt | 94 (Only for --add) Search only for non-inlined functions. The functions
|
| H A D | perf-script.txt | 456 If a callgraph address belongs to an inlined function, the inline stack
|
| H A D | perf-report.txt | 599 If a callgraph address belongs to an inlined function, the inline stack
|
| /linux/scripts/coccinelle/api/ |
| H A D | err_cast.cocci | 3 /// Use ERR_CAST inlined function instead of ERR_PTR(PTR_ERR(...))
|
| /linux/Documentation/trace/ |
| H A D | tracepoints.rst | 109 put in inline functions, inlined static functions, and unrolled loops 158 and can bloat the kernel if used by other inlined functions. Instead,
|
| H A D | ftrace-design.rst | 302 the ftrace_stub() as that will now be inlined in ftrace_caller().
|
| /linux/Documentation/virt/kvm/loongarch/ |
| H A D | hypercalls.rst | 38 Hypercall functions can be inlined as it only uses one scratch register.
|
| /linux/Documentation/driver-api/ |
| H A D | generic_pt.rst | 22 map/unmap, etc.) and the per-format code can be directly inlined into the
|
| /linux/Documentation/crypto/ |
| H A D | api-intro.rst | 121 It's a good idea to avoid using lots of macros and use inlined functions
|
| /linux/Documentation/scsi/ |
| H A D | libsas.rst | 347 or alternatively call the inlined sas_phy_disconnected()
|
| H A D | ChangeLog.megaraid | 407 Declare some heavy-weight functions to be non-inlined,
|
| /linux/Documentation/process/ |
| H A D | 4.Coding.rst | 155 a given function should actually be inlined or not. So the liberal
|
| /linux/lib/ |
| H A D | Kconfig.debug | 1862 Force cgroup css reference count functions to not be inlined so
|
| /linux/Documentation/RCU/Design/Requirements/ |
| H A D | Requirements.rst | 2392 implementation of rcu_read_lock() could be inlined, however, doing
|
| /linux/tools/memory-model/Documentation/ |
| H A D | explanation.txt | 423 between them. (In fact, if the function calls are inlined then the
|