Searched defs:machine (Results 1 - 24 of 24) sorted by relevance

/external/elfutils/backends/
H A Dsparc_init.c40 sparc_init (elf, machine, eh, ehlen)
42 GElf_Half machine __attribute__ ((unused)); variable
51 if (machine == EM_SPARCV9)
53 else if (machine == EM_SPARC32PLUS)
/external/elfutils/libebl/
H A DlibeblP.h67 /* ELF machine, class, and data encoding. */
68 uint_fast16_t machine; member in struct:ebl
/external/kernel-headers/original/linux/
H A Dutsname.h11 char machine[9]; member in struct:oldold_utsname
21 char machine[65]; member in struct:old_utsname
29 char machine[65]; member in struct:new_utsname
/external/linux-tools-perf/
H A Dbuiltin-inject.c106 struct machine *machine; local
114 machine = perf_session__find_host_machine(session);
115 if (machine == NULL) {
116 pr_err("Can't find machine for session\n");
124 machine, session);
H A Dbuiltin-record.c384 static void perf_event__synthesize_guest_os(struct machine *machine, void *data) argument
389 if (machine__is_host(machine))
401 psession, machine);
404 " relocation symbol.\n", machine->pid);
411 psession, machine, "_text");
414 psession, machine,
418 " relocation symbol.\n", machine->pid);
451 struct machine *machine; local
[all...]
H A Dbuiltin-top.c720 struct machine *machine; local
730 machine = perf_session__find_host_machine(session);
736 machine = perf_session__find_host_machine(session);
740 machine = perf_session__find_machine(session, event->ip.pid);
753 if (!machine && perf_guest) {
795 al.map == machine->vmlinux_maps[MAP__FUNCTION] &&
823 machine__fprintf_vmlinux_path(machine, stderr);
H A Dbuiltin-kmem.c351 struct machine *machine; local
360 machine = perf_session__find_host_machine(session);
361 if (!machine) {
376 sym = machine__find_kernel_function(machine, addr, &map, NULL);
/external/antlr/antlr-3.4/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs50 string machine; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
239 string machine,
242 this.machine = machine;
271 //channel = new Socket( machine, port );
238 RemoteDebugEventSocketListener(IDebugEventListener listener, string machine, int port) argument
/external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Debug/
H A DRemoteDebugEventSocketListener.cs53 string machine; field in class:Antlr.Runtime.Debug.RemoteDebugEventSocketListener
291 string machine,
295 this.machine = machine;
334 //channel = new Socket( machine, port );
290 RemoteDebugEventSocketListener( IDebugEventListener listener, string machine, int port ) argument
/external/dbus/tools/
H A Ddbus-launch-x11.c97 const char *machine; local
103 machine = get_machine_uuid ();
104 if (machine == NULL)
129 * time. The idea is that we want to be per-(machine,display,user)
131 * we'd recognize when the hostname matches the machine we're on in
154 result = malloc (strlen (home) + strlen (prefix) + strlen (machine) +
165 strcat (result, machine);
237 const char *machine; local
244 machine = get_machine_uuid ();
245 if (machine
[all...]
/external/linux-tools-perf/util/
H A Dmap.h31 struct machine;
62 struct machine *machine; member in struct:map_groups
65 /* Native host kernel uses -1 as pid index in machine */
69 struct machine { struct
80 struct map *machine__kernel_map(struct machine *self, enum map_type type)
146 typedef void (*machine__process_t)(struct machine *self, void *data);
149 struct machine *machines__add(struct rb_root *self, pid_t pid,
151 struct machine *machines__find_host(struct rb_root *self);
152 struct machine *machines__fin
[all...]
H A Devent.c226 struct machine *machine)
229 struct map_groups *kmaps = &machine->kmaps;
244 if (machine__is_host(machine))
271 event->mmap.pid = machine->pid;
391 struct machine *machine,
414 mmap_name = machine__mmap_name(machine, name_buff, sizeof(name_buff));
415 if (machine__is_host(machine)) {
424 if (machine__is_default_guest(machine))
224 perf_event__synthesize_modules(perf_event__handler_t process, struct perf_session *session, struct machine *machine) argument
389 perf_event__synthesize_kernel_mmap(perf_event__handler_t process, struct perf_session *session, struct machine *machine, const char *symbol_name) argument
503 struct machine *machine; local
601 struct machine *machine; local
693 struct machine *machine = NULL; local
[all...]
H A Dmap.c230 self->machine = NULL;
546 int machine__init(struct machine *self, const char *root_dir, pid_t pid)
553 self->kmaps.machine = self;
569 void machine__exit(struct machine *self)
578 void machine__delete(struct machine *self)
584 struct machine *machines__add(struct rb_root *self, pid_t pid,
589 struct machine *pos, *machine = malloc(sizeof(*machine)); local
591 if (!machine)
618 struct machine *machine; local
641 struct machine *machine = machines__find(self, pid); local
[all...]
H A Dheader.c176 static int machine__write_buildid_table(struct machine *machine, int fd) argument
182 if (!machine__is_host(machine)) {
187 err = __dsos__write_buildid_table(&machine->kernel_dsos, machine->pid,
190 err = __dsos__write_buildid_table(&machine->user_dsos,
191 machine->pid, umisc, fd);
206 struct machine *pos = rb_entry(nd, struct machine, rb_node);
338 static int machine__cache_build_ids(struct machine *machin argument
365 machine__read_build_ids(struct machine *machine, bool with_hits) argument
679 struct machine *machine; local
1201 perf_event__synthesize_build_id(struct dso *pos, u16 misc, perf_event__handler_t process, struct machine *machine, struct perf_session *session) argument
[all...]
H A Dprobe-event.c76 static struct machine machine; variable in typeref:struct:machine
94 ret = machine__init(&machine, "", HOST_KERNEL_ID);
98 if (machine__create_kernel_maps(&machine) < 0) {
111 return machine__find_kernel_function_by_name(&machine, name, mapp,
118 struct map_groups *grp = &machine.kmaps;
140 list_for_each_entry(dso, &machine.kernel_dsos, node) {
149 map = machine.vmlinux_maps[MAP__FUNCTION];
H A Dsymbol.c571 struct machine *machine = kmaps->machine; local
595 machine__is_default_guest(machine)) {
613 machine->root_dir, module);
619 !machine__is_default_guest(machine))
678 machine__is_default_guest(kmaps->machine)) {
1492 struct machine *machine; local
1503 if (map->groups && map->groups->machine)
1750 machine__set_modules_path(struct machine *machine) argument
1785 machine__new_module(struct machine *machine, u64 start, const char *filename) argument
1806 machine__create_modules(struct machine *machine) argument
2042 struct machine *machine; local
2161 machine__fprintf_dsos_buildid(struct machine *machine, FILE *fp, bool with_hits) argument
2193 dso__new_guest_kernel(struct machine *machine, const char *name) argument
2207 dso__read_running_kernel_build_id(struct dso *dso, struct machine *machine) argument
2219 machine__create_kernel(struct machine *machine) argument
2257 machine__get_kernel_start_addr(struct machine *machine) argument
2283 __machine__create_kernel_maps(struct machine *machine, struct dso *kernel) argument
2307 machine__destroy_kernel_maps(struct machine *machine) argument
2338 machine__create_kernel_maps(struct machine *machine) argument
2415 machine__fprintf_vmlinux_path(struct machine *machine, FILE *fp) argument
2545 struct machine *machine = machines__findnew(machines, pid); local
2650 machine__load_kallsyms(struct machine *machine, const char *filename, enum map_type type, symbol_filter_t filter) argument
2669 machine__load_vmlinux_path(struct machine *machine, enum map_type type, symbol_filter_t filter) argument
[all...]
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/debug/
H A DRemoteDebugEventSocketListener.java44 String machine; field in class:RemoteDebugEventSocketListener
159 String machine,
163 this.machine = machine;
193 channel = new Socket(machine, port);
158 RemoteDebugEventSocketListener(DebugEventListener listener, String machine, int port) argument
/external/elfutils/src/
H A Dldgeneric.c78 static int ld_generic_open_outfile (struct ld_state *statep, int machine,
2033 %s: input file incompatible with ELF machine type %s\n"),
2654 ld_generic_open_outfile (struct ld_state *statep, int machine, int klass, argument
2717 /* Set the machine type. */
2718 ehdr->e_machine = machine;
5350 /* XXX Add code to handle machine specific special
6772 // XXX This should probably be machine
7062 machine dependent implementation and we should never have arrived
7064 error (EXIT_FAILURE, 0, gettext ("no machine specific '%s' implementation"),
7073 machine dependen
[all...]
/external/qemu/
H A Dvl-android.c1040 QEMUMachine *machine = opaque; local
1067 if (machine->use_scsi) {
1698 /* machine registration */
2555 QEMUMachine *machine; local
2583 machine = find_default_machine();
2677 machine = find_machine(optarg);
2678 if (!machine) {
2687 PANIC("Invalid machine parameter: %s",
2830 * g ... m : machine implementation dependant drives
2832 * It's up to each machine implementatio
[all...]
H A Dvl.c843 QEMUMachine *machine = opaque; local
870 if (machine->use_scsi) {
1494 /* machine registration */
2089 QEMUMachine *machine; local
2107 machine = find_default_machine();
2191 machine = find_machine(optarg);
2192 if (!machine) {
2334 * g ... m : machine implementation dependant drives
2336 * It's up to each machine implementation to check
2790 machine
[all...]
/external/v8/src/
H A Dgdb-jit.cc655 uint16_t machine; member in struct:v8::BASE_EMBEDDED::ELFHeader
685 header->machine = 3;
690 header->machine = 62;
694 header->machine = 40;
/external/valgrind/main/include/vki/
H A Dvki-linux.h1020 char machine[65]; member in struct:vki_new_utsname
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 471 milliseconds