Searched refs:sym (Results 176 - 200 of 287) sorted by relevance

1234567891011>>

/linux-master/tools/perf/
H A Dbuiltin-annotate.c97 struct symbol *sym = start->ms.sym; local
98 struct annotation *notes = sym ? symbol__annotation(sym) : NULL;
126 entry->sym = sym;
214 if (a.sym == NULL) {
245 (al->sym == NULL ||
246 strcmp(ann->sym_hist_filter, al->sym->name) != 0)) {
252 if (al->sym !
[all...]
H A Dbuiltin-lock.c527 struct symbol *sym; local
555 sym = machine__find_kernel_symbol(machine, ip, &kmap);
556 if (sym == NULL)
560 if (strstr(sym->name, filter->name))
920 static int get_symbol_name_offset(struct map *map, struct symbol *sym, u64 ip, argument
925 if (map == NULL || sym == NULL) {
930 offset = map__map_ip(map, ip) - sym->start;
933 return scnprintf(buf, size, "%s+%#lx", sym->name, offset);
935 return strlcpy(buf, sym->name, size);
943 struct symbol *sym; local
1072 struct symbol *sym; local
1760 struct symbol *sym; local
1813 struct symbol *sym; local
2411 char *sym = strdup(name); local
[all...]
/linux-master/net/netfilter/
H A Dnfnetlink_hook.c167 char sym[KSYM_SYMBOL_LEN]; local
176 ret = snprintf(sym, sizeof(sym), "%ps", ops->hook);
177 if (ret >= sizeof(sym)) {
182 module_name = strstr(sym, " [");
198 ret = nla_put_string(nlskb, NFNLA_HOOK_FUNCTION_NAME, sym);
/linux-master/arch/arm/kernel/
H A Dentry-common.S318 .macro syscall_table_start, sym
320 .type \sym, #object
321 ENTRY(\sym)
335 .macro syscall_table_end, sym
342 .size \sym, . - \sym
/linux-master/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugdump.c233 const struct nfp_rtsym *sym; local
242 sym = nfp_rtsym_lookup(rtbl, spec_rtsym->rtsym);
243 if (!sym)
247 ALIGN8(nfp_rtsym_size(sym));
604 const struct nfp_rtsym *sym; local
615 sym = nfp_rtsym_lookup(rtbl, spec->rtsym);
616 if (!sym)
619 sym_size = nfp_rtsym_size(sym);
634 if (sym->type != NFP_RTSYM_TYPE_ABS) {
635 cpp_params.target = sym
[all...]
/linux-master/tools/perf/util/
H A Ddb-export.h52 int (*export_symbol)(struct db_export *dbe, struct symbol *sym,
94 int db_export__symbol(struct db_export *dbe, struct symbol *sym,
H A Dmap.c324 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); local
326 map__set_start(map, sym->start);
337 struct symbol *sym = rb_entry(nd, struct symbol, rb_node); local
338 map__set_end(map, sym->end);
489 char *map__srcline(struct map *map, u64 addr, struct symbol *sym) argument
494 return get_srcline(map__dso(map), map__rip_2objdump(map, addr), sym, true, true, addr);
590 bool map__contains_symbol(const struct map *map, const struct symbol *sym) argument
592 u64 ip = map__unmap_ip(map, sym->start);
H A Dgenelf.h8 int jit_write_elf(int fd, uint64_t code_addr, const char *sym,
H A Dmachine.c739 struct symbol *sym; local
782 sym = symbol__new(map__map_ip(map, map__start(map)),
785 if (!sym) {
789 dso__insert_symbol(dso, sym);
799 struct symbol *sym; local
811 sym = dso__find_symbol(dso, map__map_ip(map, map__start(map)));
812 if (sym)
813 dso__delete_symbol(dso, sym);
1102 struct symbol *sym = dso__first_symbol(dso); local
1105 for (; sym; sy
2043 symbol__match_regex(struct symbol *sym, regex_t *regex) argument
2912 struct symbol *sym = ms->sym; local
3217 struct symbol *sym = machine__find_kernel_symbol(machine, *addrp, &map); local
3250 struct symbol *sym = machine__find_kernel_symbol_by_name(machine, "__sched_text_start", &kmap); local
[all...]
H A Dunwind-libdw.c51 * Some callers will use al->sym, so we can't just use the
138 e->ms.sym = al.sym;
141 al.sym ? al.sym->name : "''",
/linux-master/tools/objtool/
H A Dspecial.c64 *sec = reloc->sym->sec;
65 *off = reloc->sym->offset + reloc_addend(reloc);
/linux-master/tools/perf/arch/s390/annotate/
H A Dinstructions.c43 ops->target.sym = target.ms.sym;
/linux-master/tools/perf/tests/
H A Ddwarf-unwind.c77 char *symbol = entry->ms.sym ? entry->ms.sym->name : NULL;
H A Dhists_filter.c21 struct symbol *sym; member in struct:sample
96 fake_samples[i].sym = al.sym;
134 /* default sort order (comm,dso,sym) will be used */
/linux-master/include/linux/raid/
H A Dpq.h58 #define EXPORT_SYMBOL(sym)
60 #define EXPORT_SYMBOL_GPL(sym)
/linux-master/fs/orangefs/
H A Ddowncall.h111 struct orangefs_symlink_response sym; member in union:orangefs_downcall_s::__anon10422
/linux-master/include/uapi/linux/
H A Dmap_to_14segment.h107 #define _SEG14(sym, a, b, c, d, e, f, g1, g2, h, j, k, l, m, n) \
/linux-master/tools/lib/bpf/
H A Dbpf_helpers.h187 #define bpf_ksym_exists(sym) ({ \
188 _Static_assert(!__builtin_constant_p(!!sym), #sym " should be marked as __weak"); \
189 !!sym; \
/linux-master/drivers/media/dvb-frontends/
H A Dstv090x.c851 u32 sym; local
854 sym = (srate << 4); /* SR * 2^16 / master_clk */
855 sym /= (state->internal->mclk >> 12);
857 sym = (srate << 6);
858 sym /= (state->internal->mclk >> 10);
860 sym = (srate << 9);
861 sym /= (state->internal->mclk >> 7);
864 if (STV090x_WRITE_DEMOD(state, SFRINIT1, (sym >> 8) & 0x7f) < 0) /* MSB */
866 if (STV090x_WRITE_DEMOD(state, SFRINIT0, (sym & 0xff)) < 0) /* LSB */
877 u32 sym; local
911 u32 sym; local
1846 u32 srate_coarse, freq_coarse, sym, reg; local
[all...]
/linux-master/scripts/kconfig/
H A Dqconf.h207 QString debug_info(struct symbol *sym);
209 static void expr_print_help(void *data, struct symbol *sym, const char *str);
212 struct symbol *sym; member in class:ConfigInfoView
/linux-master/arch/x86/entry/vdso/
H A Dvdso2c.h129 ELF(Sym) *sym = raw_addr + GET_LE(&symtab_hdr->sh_offset) +
133 GET_LE(&sym->st_name);
148 syms[k] = GET_LE(&sym->st_value);
/linux-master/arch/arm64/kernel/
H A Dentry.S104 .macro tramp_alias, dst, sym
105 .set .Lalias\@, TRAMP_VALIAS + \sym - .entry.tramp.text
999 adr_this_cpu dst=x5, sym=sdei_active_normal_event, tmp=x6
1001 1: adr_this_cpu dst=x5, sym=sdei_active_critical_event, tmp=x6
1011 ldr_this_cpu dst=x5, sym=sdei_stack_normal_ptr, tmp=x6
1013 1: ldr_this_cpu dst=x5, sym=sdei_stack_critical_ptr, tmp=x6
1022 ldr_this_cpu dst=scs_sp, sym=sdei_shadow_call_stack_normal_ptr, tmp=x6
1024 3: ldr_this_cpu dst=scs_sp, sym=sdei_shadow_call_stack_critical_ptr, tmp=x6
1033 ldr_this_cpu dst=x0, sym=__entry_task, tmp=x1
1072 adr_this_cpu dst=x5, sym
[all...]
/linux-master/kernel/
H A Dkexec_file.c1123 const Elf_Sym *sym; local
1126 sym = kexec_purgatory_find_symbol(pi, name);
1127 if (!sym)
1130 sechdr = &pi->sechdrs[sym->st_shndx];
1136 return (void *)(sechdr->sh_addr + sym->st_value);
1147 const Elf_Sym *sym; local
1151 sym = kexec_purgatory_find_symbol(pi, name);
1152 if (!sym)
1155 if (sym->st_size != size) {
1157 name, (unsigned long)sym
[all...]
/linux-master/arch/x86/lib/
H A Dretpoline.S58 #define __EXPORT_THUNK(sym) _ASM_NOKPROBE(sym); EXPORT_SYMBOL(sym)
/linux-master/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c405 static unsigned long get_offset(struct symbol *sym, struct addr_location *al) argument
409 if (al->addr < sym->end)
410 offset = al->addr - sym->start;
412 offset = al->addr - map__start(al->map) - sym->start;
456 if (node->ms.sym) {
461 PyLong_FromUnsignedLongLong(node->ms.sym->start));
463 PyLong_FromUnsignedLongLong(node->ms.sym->end));
465 _PyLong_FromLong(node->ms.sym->binding));
467 _PyUnicode_FromStringAndSize(node->ms.sym->name,
468 node->ms.sym
570 get_symoff(struct symbol *sym, struct addr_location *al, bool print_off, char *bf, int size) argument
1266 python_export_symbol(struct db_export *dbe, struct symbol *sym, struct dso *dso) argument
[all...]

Completed in 262 milliseconds

1234567891011>>