Searched refs:host_machine (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/third_party/mesa/src/
H A Dcommon.py46 # find host_machine value
48 host_machine = os.environ['PROCESSOR_ARCHITECTURE'] variable
50 host_machine = _platform.machine() variable
51 host_machine = _machine_map.get(host_machine, 'generic') variable
53 default_machine = host_machine
H A DSConstruct109 host_env['machine'] = common.host_machine
/external/mesa3d/
H A Dcommon.py46 # find host_machine value
48 host_machine = os.environ['PROCESSOR_ARCHITECTURE'] variable
50 host_machine = _platform.machine() variable
51 host_machine = _machine_map.get(host_machine, 'generic') variable
53 default_machine = host_machine
H A DSConstruct109 host_env['machine'] = common.host_machine
/external/linux-tools-perf/util/
H A Dsession.h42 struct machine host_machine; member in struct:perf_session
132 return &self->host_machine;
139 return &self->host_machine;
147 return &self->host_machine;
155 process(&self->host_machine, self);
H A Dsession.c123 int ret = machine__create_kernel_maps(&self->host_machine);
132 machine__destroy_kernel_maps(&self->host_machine);
164 machine__init(&self->host_machine, "", HOST_KERNEL_ID);
220 machine__exit(&self->host_machine);
1178 return __dsos__fprintf(&self->host_machine.kernel_dsos, fp) +
1179 __dsos__fprintf(&self->host_machine.user_dsos, fp) +
1186 size_t ret = machine__fprintf_dsos_buildid(&self->host_machine, fp, with_hits);
H A Dheader.c200 int err = machine__write_buildid_table(&session->host_machine, fd);
356 ret = machine__cache_build_ids(&session->host_machine, debugdir);
375 bool ret = machine__read_build_ids(&session->host_machine, with_hits);
H A Devent.c801 session->host_machine.vmlinux_maps[MAP__FUNCTION] == NULL)
802 machine__create_kernel_maps(&session->host_machine);
/external/chromium_org/third_party/mesa/src/scons/
H A Dgallium.py165 host_machine = os.environ.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', _platform.machine()))
166 host_machine = {
175 }.get(host_machine, 'generic')
177 if machine == 'x86_64' and host_machine != 'x86_64':
/external/mesa3d/scons/
H A Dgallium.py165 host_machine = os.environ.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', _platform.machine()))
166 host_machine = {
175 }.get(host_machine, 'generic')
177 if machine == 'x86_64' and host_machine != 'x86_64':
/external/linux-tools-perf/
H A Dbuiltin-report.c284 kernel_map = session->host_machine.vmlinux_maps[MAP__FUNCTION];

Completed in 251 milliseconds