Searched refs:host_machine (Results 1 – 11 of 11) sorted by relevance
/external/mesa3d/ |
D | common.py | 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
|
D | SConstruct | 109 host_env['machine'] = common.host_machine
|
/external/chromium_org/third_party/mesa/src/ |
D | common.py | 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
|
D | SConstruct | 109 host_env['machine'] = common.host_machine
|
/external/linux-tools-perf/util/ |
D | session.h | 42 struct machine host_machine; member 132 return &self->host_machine; in perf_session__find_host_machine() 139 return &self->host_machine; in perf_session__find_machine() 147 return &self->host_machine; in perf_session__findnew_machine() 155 process(&self->host_machine, self); in perf_session__process_machines()
|
D | session.c | 123 int ret = machine__create_kernel_maps(&self->host_machine); in perf_session__create_kernel_maps() 132 machine__destroy_kernel_maps(&self->host_machine); in perf_session__destroy_kernel_maps() 164 machine__init(&self->host_machine, "", HOST_KERNEL_ID); in perf_session__new() 220 machine__exit(&self->host_machine); in perf_session__delete() 1178 return __dsos__fprintf(&self->host_machine.kernel_dsos, fp) + in perf_session__fprintf_dsos() 1179 __dsos__fprintf(&self->host_machine.user_dsos, fp) + in perf_session__fprintf_dsos() 1186 size_t ret = machine__fprintf_dsos_buildid(&self->host_machine, fp, with_hits); in perf_session__fprintf_dsos_buildid()
|
D | header.c | 200 int err = machine__write_buildid_table(&session->host_machine, fd); in dsos__write_buildid_table() 356 ret = machine__cache_build_ids(&session->host_machine, debugdir); in perf_session__cache_build_ids() 375 bool ret = machine__read_build_ids(&session->host_machine, with_hits); in perf_session__read_build_ids()
|
D | event.c | 801 session->host_machine.vmlinux_maps[MAP__FUNCTION] == NULL) in perf_event__preprocess_sample() 802 machine__create_kernel_maps(&session->host_machine); in perf_event__preprocess_sample()
|
/external/chromium_org/third_party/mesa/src/scons/ |
D | gallium.py | 165 …host_machine = os.environ.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', _… 166 host_machine = { 175 }.get(host_machine, 'generic') 177 if machine == 'x86_64' and host_machine != 'x86_64':
|
/external/mesa3d/scons/ |
D | gallium.py | 165 …host_machine = os.environ.get('PROCESSOR_ARCHITEW6432', os.environ.get('PROCESSOR_ARCHITECTURE', _… 166 host_machine = { 175 }.get(host_machine, 'generic') 177 if machine == 'x86_64' and host_machine != 'x86_64':
|
/external/linux-tools-perf/ |
D | builtin-report.c | 284 kernel_map = session->host_machine.vmlinux_maps[MAP__FUNCTION]; in __cmd_report()
|