Home
last modified time | relevance | path

Searched defs:ips (Results 1 – 4 of 4) sorted by relevance

/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dpaged_memory_parser_test.cpp191 const uint64_t ips[1] = {IPS_01}; variable
253 const uint64_t ips[2] = {IPS_01, IPS_02}; variable
Dbio_parser_test.cpp202 const uint64_t ips[1] = {IPS_01}; variable
277 const uint64_t ips[2] = {IPS_01, IPS_02}; variable
/developtools/hiperf/test/unittest/common/native/
Dperf_event_record_test.cpp447 std::vector<u64> ips = {}; variable
478 std::vector<u64> ips = {}; variable
505 std::vector<u64> ips = {0, 1, 2, 3}; variable
534 std::vector<u64> ips = {0, 1, 2, 3}; variable
/developtools/hiperf/include/
Dperf_record_format.h155 u64 *ips; /* if PERF_SAMPLE_CALLCHAIN */ member