Home
last modified time | relevance | path

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

/tools/perf/include/perf/
Dperf_dlfilter.h76 __u64 sym_end; member
/tools/perf/dlfilters/
Ddlfilter-test-api-v0.c81 __u64 sym_end; member
/tools/perf/util/
Ddlfilter.c50 d_al->sym_end = sym->end; in al_to_d_al()
59 d_al->sym_end = 0; in al_to_d_al()
/tools/perf/scripts/python/
Dexport-to-postgresql.py1014 def symbol_table(symbol_id, dso_id, sym_start, sym_end, binding, symbol_name, *x): argument
1018 …value = struct.pack(fmt, 6, 8, symbol_id, 8, dso_id, 8, sym_start, 8, sym_end, 4, binding, n, symb…
/tools/perf/Documentation/
Dperf-dlfilter.txt168 __u64 sym_end;