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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
vmlinux-kallsyms.c 38 machine__init(&kallsyms, "", HOST_KERNEL_ID);
39 machine__init(&vmlinux, "", HOST_KERNEL_ID);
hists_link.c 80 struct machine *machine = machines__find(machines, HOST_KERNEL_ID);
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
machine.h 17 #define HOST_KERNEL_ID (-1)
107 return machine ? machine->pid == HOST_KERNEL_ID : false;
machine.c 34 if (pid != HOST_KERNEL_ID) {
99 machine__init(&machines->host, "", HOST_KERNEL_ID);
164 if (pid == HOST_KERNEL_ID)
192 if ((pid != HOST_KERNEL_ID) &&
    [all...]
probe-event.c 94 ret = machine__init(&machine, "", HOST_KERNEL_ID);
    [all...]
header.c 1595 bev.pid = HOST_KERNEL_ID
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 509 machine__init(&trace->host, "", HOST_KERNEL_ID);
    [all...]

Completed in 317 milliseconds