Searched defs:ips (Results 1 – 11 of 11) sorted by relevance
/developtools/smartperf_host/trace_streamer/test/unittest/htrace/ebpf/ |
D | paged_memory_parser_test.cpp | 145 const uint64_t ips[1] = {IPS_01}; variable 177 const uint64_t ips[2] = {IPS_01, IPS_02}; variable
|
D | bio_parser_test.cpp | 162 const uint64_t ips[1] = {IPS_01}; variable 201 const uint64_t ips[2] = {IPS_01, IPS_02}; variable
|
/developtools/hiperf/src/ |
D | unique_stack_table.cpp | 117 uint64_t UniqueStackTable::PutIpsInTable(StackId *stackId, u64 *ips, u64 nr) in PutIpsInTable() 170 bool UniqueStackTable::GetIpsByStackId(StackId stackId, std::vector<u64>& ips) in GetIpsByStackId()
|
D | virtual_runtime.cpp | 360 u64 *ips = recordSample->data_.ips; in DedupFromRecord() local 537 u64 *ips = sample.data_.ips; in NeedDropKernelCallChain() local
|
/developtools/hiperf/test/unittest/common/native/ |
D | perf_event_record_test.cpp | 447 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/profiler/hiebpf/include/ |
D | hiebpf_types.h | 33 __u64 ips[MAX_STACK_LIMIT]; member 67 __u64 ips[MAX_STACK_LIMIT]; member 107 __u64 ips[MAX_STACK_LIMIT]; member
|
D | vmlinux.h | 114896 u32 ips: 3; member
|
/developtools/smartperf_host/trace_streamer/src/filter/ |
D | perf_data_filter.cpp | 60 auto ips = traceDataCache_->GetPerfCallChainData()->Ips(); in Finish() local
|
D | offline_symbolization_filter.cpp | 31 const std::shared_ptr<std::vector<uint64_t>> ips) in OfflineSymbolization()
|
D | native_hook_filter.cpp | 649 auto ips = itor->second; in ReparseStacksWithAddrRange() local 1048 …ilter::GetIpsWitchNeedResymbolization(uint64_t ipid, DataIndex filePathId, std::set<uint64_t>& ips) in GetIpsWitchNeedResymbolization()
|
/developtools/hiperf/include/ |
D | perf_record_format.h | 156 u64 *ips; /* if PERF_SAMPLE_CALLCHAIN */ member
|