Home
last modified time | relevance | path

Searched refs:sym_end (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c81 __u64 sym_end; member
274 CHECK(address_al.sym_end == al->sym_end); in check_address_al()
H A Ddlfilter-test-api-v2.c89 __u64 sym_end; member
289 CHECK(address_al.sym_end == al->sym_end); in check_address_al()
/openbmc/linux/tools/perf/include/perf/
H A Dperf_dlfilter.h84 __u64 sym_end; member
/openbmc/linux/kernel/debug/kdb/
H A Dkdb_support.c101 symtab->sym_end = symtab->sym_start + symbolsize; in kdbnearsym()
226 symtab_p2->sym_end - symtab_p2->sym_start); in kdb_symbol_print()
H A Dkdb_private.h84 unsigned long sym_end; member
H A Dkdb_main.c1567 symtab.sym_start, symtab.sym_end); in kdb_md_line()
/openbmc/linux/tools/perf/util/
H A Ddlfilter.c52 d_al->sym_end = sym->end; in al_to_d_al()
61 d_al->sym_end = 0; in al_to_d_al()
/openbmc/linux/tools/perf/scripts/python/
H A 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…
/openbmc/linux/tools/perf/Documentation/
H A Dperf-dlfilter.txt204 __u64 sym_end;