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

  /system/extras/perfprofd/quipper/
perf_reader.h 60 std::vector<CStringWithLength> thread_siblings; member in struct:quipper::PerfCPUTopologyMetadata
perf_reader.cc     [all...]
  /external/linux-tools-perf/src/tools/perf/util/
header.c 725 char **thread_siblings; member in struct:cpu_topo
778 if (!strcmp(buf, tp->thread_siblings[i]))
782 tp->thread_siblings[i] = buf;
805 free(tp->thread_siblings[i]);
836 tp->thread_siblings = addr;
875 ret = do_write_string(fd, tp->thread_siblings[i]);
    [all...]

Completed in 37 milliseconds