Home
last modified time | relevance | path

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

/developtools/smartperf_host/trace_streamer/test/unittest/ebpf/
Dpaged_memory_parser_test.cpp148 const uint64_t ips[1] = {IPS_01}; variable
180 const uint64_t ips[2] = {IPS_01, IPS_02}; variable
Dbio_parser_test.cpp165 const uint64_t ips[1] = {IPS_01}; variable
204 const uint64_t ips[2] = {IPS_01, IPS_02}; variable
/developtools/hiperf/src/
Dunique_stack_table.cpp119 uint64_t UniqueStackTable::PutIpsInTable(StackId *stackId, u64 *ips, u64 nr) in PutIpsInTable()
164 bool UniqueStackTable::GetIpsByStackId(StackId stackId, std::vector<u64>& ips) in GetIpsByStackId()
Dvirtual_runtime.cpp371 u64 *ips = recordSample->data_.ips; in DedupFromRecord() local
562 u64 *ips = sample.data_.ips; in NeedDropKernelCallChain() local
/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/smartperf_host/trace_streamer/src/filter/perf_filter/
Dperf_data_filter.cpp50 auto ips = traceDataCache_->GetPerfCallChainData()->Ips(); in Finish() local
/developtools/profiler/hiebpf/include/
Dhiebpf_types.h26 __u64 ips[MAX_STACK_LIMIT]; member
60 __u64 ips[MAX_STACK_LIMIT]; member
100 __u64 ips[MAX_STACK_LIMIT]; member
Dvmlinux.h114896 u32 ips: 3; member
/developtools/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.cpp674 const std::shared_ptr<std::vector<uint64_t>> ips) in OfflineSymbolization()
754 auto ips = itor->second; in ReparseStacksWithAddrRange() local
/developtools/hiperf/include/
Dperf_record_format.h176 u64 *ips = nullptr; /* if PERF_SAMPLE_CALLCHAIN */ member