/developtools/profiler/hidebug/test/unittest/native/ |
H A D | hidebug_test.cpp | 244 uint64_t tags = HIDEBUG_TRACE_TAG_COMMON_LIBRARY;
in HWTEST_F() local 247 auto captureResult = OH_HiDebug_StartAppTraceCapture(flag, tags, limitSize, fileName, fileLength);
in HWTEST_F() 268 uint64_t tags = HIDEBUG_TRACE_TAG_COMMON_LIBRARY;
in HWTEST_F() local 271 auto captureResult = OH_HiDebug_StartAppTraceCapture(flag, tags, limitSize, fileName, fileLength);
in HWTEST_F() 274 auto captureResult2 = OH_HiDebug_StartAppTraceCapture(flag, tags, limitSize, fileName, fileLength);
in HWTEST_F() 294 uint64_t tags = HIDEBUG_TRACE_TAG_COMMON_LIBRARY;
in HWTEST_F() local 297 auto captureResult = OH_HiDebug_StartAppTraceCapture(flag, tags, limitSize, fileName, fileLength);
in HWTEST_F()
|
/developtools/profiler/hidebug/interfaces/native/kits/include/hidebug/ |
H A D | hidebug.h | 116 * @param tags Tag of trace 129 uint64_t tags, uint32_t limitSize, char* fileName, uint32_t length);
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | debug_logger.cpp | 187 void DebugLogger::SetLogTags(const std::string &tags) in SetLogTags() argument 189 HLOGI(" tags is '%s'", tags.c_str()); in SetLogTags() 190 auto tagLevels = StringSplit(tags, ","); in SetLogTags()
|
/developtools/profiler/hidebug/frameworks/native/include/ |
H A D | hidebug_native_interface.h | 47 virtual HiDebug_ErrorCode StartAppTraceCapture(uint64_t tags, uint32_t flag,
|
/developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
H A D | steps_ci.go | 68 tags, err := m.getAllTags(from, to) 72 for _, tag := range tags {
|
/developtools/profiler/hidebug/frameworks/hidebug_ndk/ |
H A D | hidebug_ndk.cpp | 136 uint64_t tags, uint32_t limitSize, char* fileName, uint32_t length) in OH_HiDebug_StartAppTraceCapture() 146 auto ret = nativeInterface->StartAppTraceCapture(tags, flag, limitSize, file); in OH_HiDebug_StartAppTraceCapture() 135 OH_HiDebug_StartAppTraceCapture(HiDebug_TraceFlag flag, uint64_t tags, uint32_t limitSize, char* fileName, uint32_t length) OH_HiDebug_StartAppTraceCapture() argument
|
/developtools/hiperf/src/ |
H A D | debug_logger.cpp | 189 void DebugLogger::SetLogTags(const std::string &tags) in SetLogTags() argument 191 HLOGI(" tags is '%s'", tags.c_str()); in SetLogTags() 192 auto tagLevels = StringSplit(tags, ","); in SetLogTags()
|
/developtools/profiler/hidebug/frameworks/native/src/ |
H A D | hidebug_native_interface_impl.cpp | 47 HiDebug_ErrorCode StartAppTraceCapture(uint64_t tags, uint32_t flag, 89 HiDebug_ErrorCode HidebugNativeInterfaceImpl::StartAppTraceCapture(uint64_t tags, uint32_t flag, in StartAppTraceCapture() argument 92 auto ret = StartCaptureAppTrace((TraceFlag)flag, tags, limitsize, file); in StartAppTraceCapture()
|
/developtools/profiler/hidebug/interfaces/cj/ |
H A D | hidebug_ffi.cpp | 283 char *FfiHidebugStartAppTraceCapture(CArrUnit tags, int32_t flag, uint32_t limitSize, int32_t &code) in FfiHidebugStartAppTraceCapture() argument 286 uint64_t *tagPtr = static_cast<uint64_t *>(tags.head); in FfiHidebugStartAppTraceCapture() 287 for (int64_t i = 0; i < tags.size; i++) { in FfiHidebugStartAppTraceCapture()
|
H A D | hidebug_ffi.h | 68 FFI_EXPORT char *FfiHidebugStartAppTraceCapture(CArrUnit tags, int32_t flag, uint32_t limitSize, int32_t &code);
|
/developtools/profiler/hidebug/interfaces/js/kits/napi/ |
H A D | napi_hidebug.cpp | 269 uint32_t& traceFlag, uint32_t& limitSize, std::vector<uint64_t>& tags) in GetTraceParam() 287 HILOG_ERROR(LOG_CORE, "Get input tags failed."); in GetTraceParam() 295 HILOG_ERROR(LOG_CORE, "get_element -> Get input tags failed."); in GetTraceParam() 299 HILOG_ERROR(LOG_CORE, "Get input tags failed."); in GetTraceParam() 302 tags.push_back(tag); in GetTraceParam() 832 std::vector<uint64_t> tags; in StartAppTraceCapture() local 833 if (!GetTraceParam(env, info, traceFlag, limitSize, tags)) { in StartAppTraceCapture() 838 uint64_t tag = std::accumulate(tags.begin(), tags.end(), 0ull, [](uint64_t a, uint64_t b) { return a | b; }); in StartAppTraceCapture() 268 GetTraceParam(napi_env env, napi_callback_info info, uint32_t& traceFlag, uint32_t& limitSize, std::vector<uint64_t>& tags) GetTraceParam() argument
|
/developtools/profiler/device/plugins/native_daemon/include/ |
H A D | debug_logger.h | 83 void SetLogTags(const std::string &tags);
|
/developtools/hiperf/include/ |
H A D | debug_logger.h | 93 void SetLogTags(const std::string &tags);
|
/developtools/profiler/hiebpf/include/ |
H A D | vmlinux.h | 17996 long unsigned int tags[3]; member 29193 struct blk_mq_tags *tags; member 29284 struct blk_mq_tags **tags; member 37214 long unsigned int tags; member 41484 __u64 tags; member 41491 __u64 tags; member 41878 u64 **tags; member 57329 u8 tags[5]; global() member 61050 struct blk_mq_tags *tags; global() member 146173 struct flow_dissector_key_tags tags; global() member [all...] |