Searched refs:is_64_bit (Results 1 - 11 of 11) 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 RC_CHK_ACCESS(dso)->is_64_bit = ret;
360 bool *is_64_bit __maybe_unused)
H A Ddso.h227 u8 is_64_bit:1;
400 return RC_CHK_ACCESS(dso)->is_64_bit;
405 RC_CHK_ACCESS(dso)->is_64_bit = is;
H A Dsymbol.h195 bool *is_64_bit);
H A Ddlfilter.c40 d_al->is_64_bit = dso__is_64_bit(dso);
45 d_al->is_64_bit = 0;
H A Dsymbol-elf.c1288 ss->is_64_bit = (gelf_getclass(elf) == ELFCLASS64);
1824 dso__set_is_64_bit(dso, syms_ss->is_64_bit);
1894 bool *is_64_bit)
1903 if (is_64_bit)
1904 *is_64_bit = (gelf_getclass(elf) == ELFCLASS64);
1893 file__read_maps(int fd, bool exe, mapfn_t mapfn, void *data, bool *is_64_bit) argument
H A Dsymbol.c1295 bool is_64_bit; local
1329 &is_64_bit);
1332 dso__set_is_64_bit(dso, is_64_bit);
H A Ddso.c1446 dso->is_64_bit = (sizeof(void *) == 8);
/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

Completed in 175 milliseconds