OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:thread_siblings
(Results
1 - 2
of
2
) sorted by null
/system/extras/perfprofd/quipper/
perf_reader.h
60
std::vector<CStringWithLength>
thread_siblings
;
member in struct:quipper::PerfCPUTopologyMetadata
/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 636 milliseconds