Searched defs:ips (Results 1 – 11 of 11) sorted by relevance
| /developtools/hiperf/src/ |
| D | unique_stack_table.cpp | 119 uint64_t UniqueStackTable::PutIpsInTable(StackId *stackId, const u64 *ips, const u64 nr) in PutIpsInTable() 164 bool UniqueStackTable::GetIpsByStackId(const StackId stackId, std::vector<u64>& ips) in GetIpsByStackId()
|
| D | virtual_runtime.cpp | 377 u64 *ips = recordSample->data_.ips; in DedupFromRecord() local 568 u64 *ips = sample.data_.ips; in NeedDropKernelCallChain() local
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/ebpf/ |
| D | paged_memory_parser_test.cpp | 150 const uint64_t ips[1] = {IPS_01}; variable 182 const uint64_t ips[2] = {IPS_01, IPS_02}; variable
|
| D | bio_parser_test.cpp | 167 const uint64_t ips[1] = {IPS_01}; variable 206 const uint64_t ips[2] = {IPS_01, IPS_02}; variable
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/perf_filter/ |
| D | perf_data_filter.cpp | 59 auto ips = traceDataCache_->GetPerfCallChainData()->Ips(); in Finish() local
|
| /developtools/profiler/hiebpf/include/ |
| D | hiebpf_types.h | 26 __u64 ips[MAX_STACK_LIMIT]; member 60 __u64 ips[MAX_STACK_LIMIT]; member 100 __u64 ips[MAX_STACK_LIMIT]; member
|
| D | vmlinux.h | 114896 u32 ips: 3; member
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | perf_event_record_test.cpp | 456 std::vector<u64> ips = {}; variable 488 std::vector<u64> ips = {}; variable 516 std::vector<u64> ips = {0, 1, 2, 3}; variable 546 std::vector<u64> ips = {0, 1, 2, 3}; variable
|
| /developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/hook_filter/ |
| D | native_hook_filter.cpp | 684 const std::shared_ptr<std::vector<uint64_t>> ips) in OfflineSymbolization() 764 auto ips = itor->second; in ReparseStacksWithAddrRange() local
|
| /developtools/hiperf/include/ |
| D | perf_record_format.h | 179 u64 *ips = nullptr; /* if PERF_SAMPLE_CALLCHAIN */ member
|
| /developtools/profiler/device/plugins/native_hook/src/ |
| D | hook_client.cpp | 404 static int inline __attribute__((always_inline)) FpUnwind(int maxDepth, uint64_t* ips) in FpUnwind()
|