Searched refs:is_64_bit (Results 1 - 14 of 14) sorted by relevance

/linux-master/tools/perf/util/
H A Dsymsrc.h37 bool is_64_bit; member in struct:symsrc
H A Dsymbol-minimal.c351 dso->is_64_bit = ret;
360 bool *is_64_bit __maybe_unused)
H A Ddlfilter.c40 d_al->is_64_bit = dso->is_64_bit;
45 d_al->is_64_bit = 0;
H A Dsymbol.h195 bool *is_64_bit);
H A Ddso.h181 u8 is_64_bit:1; member in struct:dso
H A Dsymbol-elf.c1288 ss->is_64_bit = (gelf_getclass(elf) == ELFCLASS64);
1825 dso->is_64_bit = syms_ss->is_64_bit;
1895 bool *is_64_bit)
1904 if (is_64_bit)
1905 *is_64_bit = (gelf_getclass(elf) == ELFCLASS64);
1894 file__read_maps(int fd, bool exe, mapfn_t mapfn, void *data, bool *is_64_bit) argument
H A Dthread.c467 *is64bit = dso->is_64_bit;
H A Dsymbol.c1292 bool is_64_bit; local
1326 &is_64_bit);
1329 dso->is_64_bit = is_64_bit;
H A Ddso.c1336 dso->is_64_bit = (sizeof(void *) == 8);
H A Dintel-pt.c854 /* Load maps to ensure dso->is_64_bit has been updated */
857 x86_64 = dso->is_64_bit;
/linux-master/tools/perf/include/perf/
H A Dperf_dlfilter.h87 __u8 is_64_bit; /* Only valid if dso is not NULL */ member in struct:perf_dlfilter_al
/linux-master/tools/perf/dlfilters/
H A Ddlfilter-test-api-v0.c84 __u8 is_64_bit; /* Only valid if dso is not NULL */ member in struct:perf_dlfilter_al
H A Ddlfilter-test-api-v2.c92 __u8 is_64_bit; /* Only valid if dso is not NULL */ member in struct:perf_dlfilter_al
/linux-master/tools/perf/
H A Dbuiltin-script.c1087 /* Load maps to ensure dso->is_64_bit has been updated */
1094 *is64bit = dso->is_64_bit;

Completed in 162 milliseconds