HomeSort by relevance Sort by last modified time
    Searched refs:host_machine (Results 1 - 11 of 11) sorted by null

  /external/chromium_org/third_party/mesa/src/
common.py 46 # 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
SConstruct 109 host_env['machine'] = common.host_machine
  /external/mesa3d/
common.py 46 # 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
SConstruct 109 host_env['machine'] = common.host_machine
  /external/linux-tools-perf/util/
session.h 42 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);
session.c 123 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);
    [all...]
header.c 200 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);
event.c 801 session->host_machine.vmlinux_maps[MAP__FUNCTION] == NULL)
802 machine__create_kernel_maps(&session->host_machine);
  /external/chromium_org/third_party/mesa/src/scons/
gallium.py 165 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/
gallium.py 165 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/
builtin-report.c 284 kernel_map = session->host_machine.vmlinux_maps[MAP__FUNCTION];

Completed in 313 milliseconds