Home
last modified time | relevance | path

Searched refs:ref_type (Results 1 – 20 of 20) sorted by relevance

/external/perfetto/test/trace_processor/
Doom_query.sql8 WHERE ref_type = 'upid' AND counters.name IN ("mem.rss.file", "rss_stat.mm_filepages");
17 where ref_type = 'upid' and counters.name in ("mem.rss.anon", "rss_stat.mm_anonpages");
26 where ref_type = 'upid' and counters.name = 'oom_score_adj';
Db120487929.sql10 and ref_type = 'cpu';
21 and ref_type = 'cpu';
Dcounters_order_ref.sql1 SELECT ts, ref, ref_type
Dcounters_ref_type_null.sql2 where name = 'MemAvailable' and ref_type is null
Dcounters_order_ref_counters_order_ref.out1 "ts","ref","ref_type"
Dmm_event.sql1 select id, ts, name, value, ref, ref_type, arg_set_id
Dcounter_args_join.sql6 ref_type,
Dcounters_ref_type_null_memory_counters.out1 "id","counter_id","ts","value","arg_set_id","name","ref","ref_type"
Dmemory_counters_counter_args_join.out1 "ts","dur","counters_name","value","ref","ref_type","id","args_key","utid"
Dmm_event.out1 "id","ts","name","value","ref","ref_type","arg_set_id"
/external/perfetto/src/trace_processor/
Devent_tracker.cc138 RefType ref_type, in PushCounter() argument
149 PERFETTO_DCHECK(!resolve_utid_to_upid || ref_type == RefType::kRefUtid); in PushCounter()
156 defn_id = definitions->AddCounterDefinition(name_id, ref, ref_type); in PushCounter()
176 RefType ref_type, in PushInstant() argument
188 idx = instants->AddInstantEvent(timestamp, name_id, value, ref, ref_type); in PushInstant()
Devent_tracker.h57 RefType ref_type,
65 RefType ref_type,
Dproto_trace_parser_unittest.cc83 RefType ref_type,
/external/perfetto/src/trace_processor/metrics/android/
Dandroid_mem_lmk.sql29 AND ref_type = 'upid')
35 WHERE name = 'mem.lmk' AND ref_type = 'upid';
/external/v4l2_codec2/vda/
Dvp9_parser.cc319 size_t ref_type) const { in GetRefSlot()
320 DCHECK_LT(ref_type, arraysize(ref_slots_)); in GetRefSlot()
321 return ref_slots_[ref_type]; in GetRefSlot()
325 size_t ref_type, in UpdateRefSlot() argument
327 DCHECK_LT(ref_type, arraysize(ref_slots_)); in UpdateRefSlot()
328 ref_slots_[ref_type] = ref_slot; in UpdateRefSlot()
/external/perfetto/docs/
Dtrace-processor.md79 See ref_type for what data this can contain.
81 `ref_type`
110 See ref_type for what data this can contain.
112 `ref_type`
/external/v8/tools/clang/base_bind_rewriters/
DBaseBindRewriters.cpp208 auto* ref_type = in run() local
210 if (!ref_type || !ref_type->getPointeeType().isLocalConstQualified()) in run()
/external/curl/packages/vms/
Dcompare_curl_source.com195 $ ref_type = f$parse(ref_spec,,,"TYPE")
218 $ ref_name_type = ref_name + ref_type
/external/libaom/libaom/av1/encoder/
Dencodeframe.c3088 static void update_picked_ref_frames_mask(MACROBLOCK *const x, int ref_type, in update_picked_ref_frames_mask() argument
3098 x->picked_ref_frames_mask[i * 32 + j] |= 1 << ref_type; in update_picked_ref_frames_mask()
3423 const int ref_type = av1_ref_frame_type(ctx_none->mic.ref_frame); in rd_pick_partition() local
3424 update_picked_ref_frames_mask(x, ref_type, bsize, in rd_pick_partition()
Drdopt.c11866 const int ref_type = av1_ref_frame_type(ref_frame); in inter_mode_search_order_independent_skip() local
11867 int skip_ref = skip_ref_frame_mask & (1 << ref_type); in inter_mode_search_order_independent_skip()
11868 if (ref_type <= ALTREF_FRAME && skip_ref) { in inter_mode_search_order_independent_skip()
11876 if (rf[0] == ref_type || rf[1] == ref_type) { in inter_mode_search_order_independent_skip()