hashmap__find
!hashmap__find(cand_cache, relo->type_id, &cands)) {
hashmap__find(p->str_off_map, *str_off, &mapped_off)) {
if (!hashmap__find(names_map, t->name_off, &cand_id))
(void)hashmap__find(name_map, orig_name, &dup_cnt);
!hashmap__find(cand_cache, local_id, &cands)) {
if (hashmap__find(set->strs_hash, new_off, &old_off))
if (hashmap__find(specs_hash, target->spec_str, &tmp)) {
if (!hashmap__find(ftrace->profile_hash, func, &prof)) {
if (!hashmap__find(syscall_stats, id, &stats)) {
TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "BAR", &val_ptr));
TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "BAZ", &val_ptr));
TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "BOZO", &val_ptr));
TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "EVENT1,param=3@", &val_ptr));
TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "EVENT2,param=3@", &val_ptr));
TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "dash-event1", &val_ptr));
TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "dash-event2", &val_ptr));
TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids,
TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids,
TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "EVENT1", &val_ptr));
TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "EVENT1", &val_ptr));
TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "EVENT1", &val_ptr));
TEST_ASSERT_VAL("find ids", hashmap__find(ctx->ids, "EVENT1", &val_ptr));
TEST_ASSERT_VAL("source count", hashmap__find(ctx->ids, "EVENT1", &val_ptr));
hashmap__find(apd->type_hash, dl->al.offset, &entry);
if (!hashmap__find(src->samples, hash_key, &entry)) {
if (!hashmap__find(src->samples, key, &entry))
if (!hashmap__find(hash, map_key->cpu_or_tid, &data)) {
if (!hashmap__find(hash, map_key->nr, &data)) {
if (!hashmap__find(hash, map_key->cgroup, &data)) {
if (hashmap__find(&slab_hash, flags & LCB_F_SLAB_ID_MASK, &slab_data)) {
return hashmap__find(ctx->ids, id, data) ? 0 : -1;
if (hashmap__find(ctx->ids, id, /*value=*/NULL))
if (!hashmap__find(fncache__get(), name, &val))
if (!hashmap__find(&pmu->events, key.type_and_num, &value)) {
if (hashmap__find(m->pctx->ids, metric_id, NULL))
if (hashmap__find(ids, metric_id, &val_ptr)) {
if (hashmap__find(pmu->aliases, name, &alias))
if (hashmap__find(pmu->aliases, name, &alias))
if (cache_pmu == pmu && hashmap__find(cache, cache_key, &result))
if (hashmap__find(mask, key, NULL)) {
if (hashmap__find(&table->shard, tid, &res))
if (hashmap__find(&table->shard, tid, &res))
if (CHECK(!hashmap__find(map, k, &oldv), "elem_find",
CHECK(!hashmap__find(map, "b", &value), "hashmap__find", "can't find value for 'b'\n");
if (CHECK(hashmap__find(map, k, NULL), "elem_find",
if (CHECK(!hashmap__find(map, k, &oldv), "elem_find",