Home
last modified time | relevance | path

Searched refs:binding (Results 1 – 14 of 14) sorted by relevance

/tools/perf/util/
Dsymbol_fprintf.c14 sym->binding == STB_GLOBAL ? 'g' : in symbol__fprintf()
15 sym->binding == STB_LOCAL ? 'l' : 'w', in symbol__fprintf()
Dsymbol.h58 u8 binding:4; member
158 struct symbol *symbol__new(u64 start, u64 len, u8 binding, u8 type, const char *name);
Dsymbol.c158 a = syma->binding == STB_WEAK; in choose_best_symbol()
159 b = symb->binding == STB_WEAK; in choose_best_symbol()
166 a = syma->binding == STB_GLOBAL; in choose_best_symbol()
167 b = symb->binding == STB_GLOBAL; in choose_best_symbol()
291 struct symbol *symbol__new(u64 start, u64 len, u8 binding, u8 type, const char *name) in symbol__new() argument
310 sym->binding = binding; in symbol__new()
Ddlfilter.c59 d_al->sym_binding = sym->binding; in al_to_d_al()
Dauxtrace.c2585 ((!idx && sym->binding == STB_GLOBAL) || in dso_sym_match()
2603 sym->binding == STB_GLOBAL ? 'g' : in print_duplicate_syms()
2604 sym->binding == STB_LOCAL ? 'l' : 'w', in print_duplicate_syms()
Dsrcline.c123 base_sym ? base_sym->binding : 0, in new_inline_sym()
Dmachine.c1056 if (sym->binding != STB_GLOBAL) in find_entry_trampoline()
Dintel-pt.c2930 if (sym->binding == STB_GLOBAL && in intel_pt_switch_ip()
/tools/perf/ui/browsers/
Dmap.c35 sym->binding == STB_GLOBAL ? 'g' : in map_browser__write()
36 sym->binding == STB_LOCAL ? 'l' : 'w'); in map_browser__write()
/tools/perf/scripts/python/
Dexport-to-postgresql.py1017 def symbol_table(symbol_id, dso_id, sym_start, sym_end, binding, symbol_name, *x): argument
1021 …value = struct.pack(fmt, 6, 8, symbol_id, 8, dso_id, 8, sym_start, 8, sym_end, 4, binding, n, symb…
/tools/perf/util/scripting-engines/
Dtrace-event-perl.c307 !hv_stores(sym, "binding", newSVuv(node->ms.sym->binding)) || in perl_process_callchain()
Dtrace-event-python.c466 _PyLong_FromLong(node->ms.sym->binding)); in python_process_callchain()
1283 tuple_set_s32(t, 4, sym->binding); in python_export_symbol()
/tools/perf/
Dbuiltin-top.c187 sym->binding == STB_GLOBAL ? 'g' : in ui__warn_map_erange()
188 sym->binding == STB_LOCAL ? 'l' : 'w', sym->name, in ui__warn_map_erange()
DMakefile.config917 …$(warning Missing python setuptools, the python binding won't be built, please install python3-set…