Searched refs:PutIpsInTable (Results 1 – 4 of 4) sorted by relevance
| /developtools/hiperf/test/unittest/common/native/ |
| D | unique_stack_table_test.cpp | 84 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/ |
| D | unique_stack_table.h | 94 uint64_t PutIpsInTable(StackId *stackId, u64 *ips, u64 nr);
|
| /developtools/hiperf/src/ |
| D | unique_stack_table.cpp | 117 uint64_t UniqueStackTable::PutIpsInTable(StackId *stackId, u64 *ips, u64 nr) in PutIpsInTable() function in OHOS::Developtools::HiPerf::UniqueStackTable
|
| D | virtual_runtime.cpp | 372 while (table->PutIpsInTable(&stackId, ips, nr) == 0) { in DedupFromRecord()
|