Home
last modified time | relevance | path

Searched defs:vec (Results 1 – 16 of 16) sorted by relevance

/developtools/smartperf_host/trace_streamer/test/unittest/filter/
Dirq_filter_test.cpp197 uint32_t vec = 1; variable
212 uint32_t vec = 1; variable
231 uint32_t vec = 1; variable
247 uint32_t vec = 1; variable
273 uint32_t vec = 1; variable
293 uint32_t vec = 1; variable
318 uint32_t vec = 1; variable
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/
Dirq.proto35 uint32 vec = 1; field
40 uint32 vec = 1; field
45 uint32 vec = 1; field
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/
Dirq.proto35 uint32 vec = 1; field
40 uint32 vec = 1; field
45 uint32 vec = 1; field
/developtools/profiler/protos/types/plugins/ftrace_data/default/
Dirq.proto35 uint32 vec = 1; field
40 uint32 vec = 1; field
45 uint32 vec = 1; field
/developtools/profiler/hiebpf/include/
Dfstrace_progs.h220 int BPF_KPROBE(do_readv_entry, unsigned long fd, const struct iovec __user* vec, unsigned long vlen… in BPF_KPROBE()
260 int BPF_KPROBE(do_writev_entry, unsigned long fd, const struct iovec __user* vec, unsigned long vle… in BPF_KPROBE()
301 unsigned long fd, const struct iovec __user* vec, in BPF_KPROBE()
348 static __always_inline int pwritev_entry(unsigned long fd, const struct iovec __user* vec, in pwritev_entry()
388 unsigned long fd, const struct iovec __user * vec, in BPF_KPROBE()
403 unsigned long fd, const struct iovec __user * vec, in BPF_KPROBE()
421 compat_ulong_t fd, const struct iovec __user* vec, in BPF_KPROBE()
436 compat_ulong_t fd, const struct iovec __user* vec, in BPF_KPROBE()
Dfstrace_types.h57 const struct iovec __user* vec; member
64 const struct iovec __user* vec; member
71 const struct iovec __user* vec; member
79 const struct iovec __user* vec; member
Dvmlinux.h21647 unsigned int vec; member
58246 struct aa_profile *vec[0]; member
111204 const struct kvec *vec; member
/developtools/smartperf_host/trace_streamer/src/filter/
Dirq_filter.cpp56 void IrqFilter::SoftIrqEntry(int64_t ts, uint32_t cpu, uint32_t vec) in SoftIrqEntry()
63 void IrqFilter::SoftIrqExit(int64_t ts, uint32_t cpu, uint32_t vec) in SoftIrqExit()
/developtools/profiler/host/smartperf/client/client_command/
Dsmartperf_main.cpp25 std::vector<std::string> vec; in main() local
/developtools/hdc/hdc_rust/src/transfer/
Duart_wrapper.rs181 let vec = vec.lock().await; in get_package() localVariable
196 let mut vec = vec.lock().await; in put_package() localVariable
200 let mut vec = Vec::<Arc<Mutex<OutputData>>>::new(); in put_package() localVariable
213 let vec = vec.lock().await; in update_package() localVariable
249 let mut vec = vec.lock().await; in remove_package() localVariable
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_thread_socket.h127 std::vector<std::string> vec; in EditorRecv() local
/developtools/profiler/proto_encoder/test/unittest/
Dbase_message_unittest.cpp801 std::vector<int32_t> vec; variable
849 std::vector<uint32_t> vec; variable
897 std::vector<uint64_t> vec; variable
/developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/
Dbytrace_event_parser.cpp632 auto vec = base::StrToInt<uint32_t>(args.at("vec")); in SoftIrqEntryEvent() local
644 auto vec = base::StrToInt<uint32_t>(args.at("vec")); in SoftIrqExitEvent() local
/developtools/profiler/device/plugins/native_daemon/src/
Dutilities.cpp484 std::string BufferToHexString(const std::vector<unsigned char> &vec) in BufferToHexString()
/developtools/hdc/src/common/
Dauth.cpp162 vector<uint8_t> vec = Base::Base64Encode((const uint8_t *)&publicKey, sizeof(RSAPublicKey)); in WritePublicKeyfile() local
/developtools/hiperf/src/
Dutilities.cpp563 std::string BufferToHexString(const std::vector<unsigned char> &vec) in BufferToHexString()