Home
last modified time | relevance | path

Searched defs:sample_type (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/
Dprofile.proto7 repeated ValueType sample_type = 1; field
/external/perfetto/protos/third_party/pprof/
Dprofile.proto57 repeated ValueType sample_type = 1; field
/external/perfetto/tools/protoprofile/
Dmain.cc190 auto* sample_type = profile->add_sample_type(); in Compute() local
/external/strace/
Dperf_event_struct.h14 uint64_t sample_type; member
/external/strace/tests-m32/
Dperf_event_open.c147 const char *type, const char *config, const char *sample_type, in print_event_attr()
/external/strace/tests/
Dperf_event_open.c147 const char *type, const char *config, const char *sample_type, in print_event_attr()
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_code.cc322 auto sample_type = profile_pb->mutable_sample_type()->Add(); in Build() local
/external/strace/tests-mx32/
Dperf_event_open.c147 const char *type, const char *config, const char *sample_type, in print_event_attr()
/external/swiftshader/third_party/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp767 const uint32_t sample_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
Dvalidate_image.cpp1037 const uint32_t sample_type = _.GetOperandTypeId(inst, 4); in ValidateImageTexelPointer() local
/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc441 auto* sample_type = result_->add_sample_type(); in WriteSampleTypes() local
/external/kernel-headers/original/uapi/sound/
Dskl-tplg-interface.h179 __u32 sample_type; member
/external/angle/third_party/spirv-tools/src/source/val/
Dvalidate_extensions.cpp905 const uint32_t sample_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
Dvalidate_image.cpp1038 const uint32_t sample_type = _.GetOperandTypeId(inst, 4); in ValidateImageTexelPointer() local
/external/deqp-deps/SPIRV-Tools/source/val/
Dvalidate_extensions.cpp905 const uint32_t sample_type = _.GetOperandTypeId(inst, 5); in ValidateExtInst() local
Dvalidate_image.cpp1038 const uint32_t sample_type = _.GetOperandTypeId(inst, 4); in ValidateImageTexelPointer() local
/external/kernel-headers/original/uapi/linux/
Dperf_event.h334 __u64 sample_type; member
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_tgsi_soa.c2278 enum lp_sampler_op_type sample_type, in emit_sample()