Searched refs:binding (Results 1 – 7 of 7) sorted by relevance
/tools/perf/ui/browsers/ |
D | map.c | 30 sym->binding == STB_GLOBAL ? 'g' : in map_browser__write() 31 sym->binding == STB_LOCAL ? 'l' : 'w'); in map_browser__write()
|
/tools/perf/util/ |
D | symbol.h | 56 u8 binding; member 261 struct symbol *symbol__new(u64 start, u64 len, u8 binding, const char *name);
|
D | symbol.c | 116 a = syma->binding == STB_WEAK; in choose_best_symbol() 117 b = symb->binding == STB_WEAK; in choose_best_symbol() 124 a = syma->binding == STB_GLOBAL; in choose_best_symbol() 125 b = symb->binding == STB_GLOBAL; in choose_best_symbol() 233 struct symbol *symbol__new(u64 start, u64 len, u8 binding, const char *name) in symbol__new() argument 246 sym->binding = binding; in symbol__new() 265 sym->binding == STB_GLOBAL ? 'g' : in symbol__fprintf() 266 sym->binding == STB_LOCAL ? 'l' : 'w', in symbol__fprintf()
|
D | intel-pt.c | 1301 if (sym->binding == STB_GLOBAL && in intel_pt_switch_ip()
|
/tools/perf/scripts/python/ |
D | export-to-postgresql.py | 694 def symbol_table(symbol_id, dso_id, sym_start, sym_end, binding, symbol_name, *x): argument 697 …value = struct.pack(fmt, 6, 8, symbol_id, 8, dso_id, 8, sym_start, 8, sym_end, 4, binding, n, symb…
|
/tools/perf/ |
D | builtin-top.c | 167 sym->binding == STB_GLOBAL ? 'g' : in ui__warn_map_erange() 168 sym->binding == STB_LOCAL ? 'l' : 'w', sym->name, in ui__warn_map_erange()
|
/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 353 PyInt_FromLong(node->sym->binding)); in python_process_callchain() 644 tuple_set_s32(t, 4, sym->binding); in python_export_symbol()
|