| /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 | 113 /* ensure that we don't alias an inlined symbol, which could in new_inline_sym() 442 /* only the inlined symbols are owned by the list */ in inline_node__delete()
|
| H A D | evsel_fprintf.c | 196 printed += fprintf(fp, " (inlined)"); in sample__fprintf_callchain()
|
| H A D | callchain.c | 799 * Compare inlined frames based on their symbol name in match_chain() 800 * because different inlined frames will have the same in match_chain() 1248 const char *inlined = symbol__inlined(cl->ms.sym) ? " (inlined)" : ""; in callchain_node__scnprintf_value() 1253 inlined); in callchain_node__fprintf_value() 1256 cl->ms.sym->name, inlined); in callchain_node__fprintf_value() 1201 const char *inlined = cl->ms.sym->inlined ? " (inlined)" : ""; callchain_list__sym_name() local
|
| H A D | symbol.h | 152 void symbol__set_inlined(struct symbol *sym, bool inlined); 64 u8 inlined:1; global() member
|
| H A D | sort.c | 549 " (inlined)"); in hist_entry__srcline_snprintf()
|
| /linux/tools/perf/Documentation/ |
| H A D | perf-trace.txt | 329 js::gc::FreeSpan::initAsEmpty (inlined) 330 js::gc::Arena::setAsNotAllocated (inlined) 335 js::gc::GCRuntime::tryNewTenuredThing<JSString, (js::AllowGC)1> (inlined) 337 js::Allocate<JSThinInlineString, (js::AllowGC)1> (inlined) 338 JSThinInlineString::new_<(js::AllowGC)1> (inlined) 339 AllocateInlineString<(js::AllowGC)1, unsigned char> (inlined)
|
| H A D | perf-inject.txt | 115 inlined callchain entries.
|
| H A D | perf-probe.txt | 100 (Only for --add) Search only for non-inlined functions. The functions
|
| H A D | perf-script.txt | 461 If a callgraph address belongs to an inlined function, the inline stack
|
| H A D | perf-report.txt | 606 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/fs/ext4/ |
| H A D | namei.c | 1522 int *inlined) in __ext4_find_entry() argument 1546 if (inlined) in __ext4_find_entry() 1547 *inlined = has_inline_data; in __ext4_find_entry() 1673 int *inlined) in ext4_find_entry() argument 1685 bh = __ext4_find_entry(dir, &fname, res_dir, inlined); in ext4_find_entry() 3531 int *inlined) in ext4_get_first_dir_block() argument 3572 *inlined = 1; in ext4_get_first_dir_block() 3586 int inlined; member 3660 if (!ent->inlined) { in ext4_setent() 3682 &old.inlined); in ext4_resetent() [all …]
|
| /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/filesystems/ |
| H A D | erofs.rst | 246 stored in shared xattrs metadata rather than inlined right after inode.
|
| /linux/tools/perf/ |
| H A D | builtin-inject.c | |
| /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
|