Home
last modified time | relevance | path

Searched refs:has_functions (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dprofile_builder.cc167 if (debug_info.has_functions) { in ComputeMainBinaryScore()
515 GetMapping(mapping_id).debug_info.has_functions = true; in WriteFunctionIfNeeded()
571 GetMapping(mapping_id).debug_info.has_functions = true; in WriteFunctionIfNeeded()
623 m->set_has_functions(mapping.debug_info.has_functions); in WriteMapping()
H A Dprofile_builder.h212 bool has_functions{false};
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/
H A Dprofile.proto47 bool has_functions = 7; field
/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dpprof_proto_generator.py153 print('%shas_functions: %s' % (space, mapping.has_functions))
649 profile_mapping.has_functions = True
/aosp_15_r20/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture_handle.c842 bool has_functions = sampled ? matrix->textures[i]->sampled : matrix->textures[i]->storage; in llvmpipe_register_texture() local
843 if (has_functions) in llvmpipe_register_texture()
/aosp_15_r20/external/perfetto/protos/third_party/pprof/
H A Dprofile.proto171 bool has_functions = 7; field