Home
last modified time | relevance | path

Searched refs:PutIpsInTable (Results 1 – 4 of 4) sorted by relevance

/developtools/hiperf/test/unittest/common/native/
Dunique_stack_table_test.cpp84 EXPECT_NE(table->PutIpsInTable(&stackId, baseips, sizeof(baseips)/sizeof(uint64_t)), 0);
85 EXPECT_NE(table->PutIpsInTable(&stackIdpart, partips, sizeof(partips)/sizeof(uint64_t)), 0);
86 EXPECT_NE(table->PutIpsInTable(&stackIdpart1, partips1, sizeof(partips1)/sizeof(uint64_t)), 0);
121 EXPECT_EQ(table->PutIpsInTable(&stackId, baseips, sizeof(baseips)/sizeof(uint64_t)), 0);
/developtools/hiperf/include/
Dunique_stack_table.h94 uint64_t PutIpsInTable(StackId *stackId, u64 *ips, u64 nr);
/developtools/hiperf/src/
Dunique_stack_table.cpp117 uint64_t UniqueStackTable::PutIpsInTable(StackId *stackId, u64 *ips, u64 nr) in PutIpsInTable() function in OHOS::Developtools::HiPerf::UniqueStackTable
Dvirtual_runtime.cpp372 while (table->PutIpsInTable(&stackId, ips, nr) == 0) { in DedupFromRecord()