| /developtools/profiler/device/plugins/ftrace_plugin/include/ |
| D | sub_event_parser.h | 34 ParseFunction func; member 102 parseEventCtx->func(event, data, size, parseEventCtx->format); in ParseEvent() 109 void RegisterParseFunction(const std::string& name, ParseFunction&& func) in RegisterParseFunction() argument 113 nameToFunctions_[name] = {{}, func}; in RegisterParseFunction() 136 …ubEventParserRegisterar(const std::string& name, SubEventParser<FtraceEvent>::ParseFunction&& func) in SubEventParserRegisterar() argument 138 SubEventParser<FtraceEvent>::GetInstance().RegisterParseFunction(name, std::move(func)); in SubEventParserRegisterar() 154 SubEventParser<Developtools::Profiler::ProtoEncoder::FtraceEvent>::ParseFunction&& func) in SubEventParserOptimizeRegisterar() argument 157 std::move(func)); in SubEventParserOptimizeRegisterar() 172 #define REGISTER_FTRACE_EVENT_PARSE_FUNCTION(name, func) \ argument 173 static FTRACE_NS::SubEventParserRegisterar g_eventRegisterar##name(#name, func) [all …]
|
| /developtools/ace_js2bundle/ace-loader/src/lite/ |
| D | lite-transform-template.js | 398 let func = value.toString(); 407 func = func.replace(itRE, parameter); 410 func = func.replace(/this\./g, '_vm.'); 412 func = cacheI18nTranslation(func); 413 return func; 447 function handleLangMulti(i18nExpressions, cachedI18nExpressions, funcExpression, func) { argument 448 let res = func; 494 function cacheI18nTranslation(func) { argument 495 if (!REGXP_LANGUAGE.test(func)) { 496 return func; [all …]
|
| /developtools/ace_js2bundle/ace-loader/plugin/templater/ |
| D | bind.js | 71 let func = explist.join(card ? '' : connectContent); 73 func = eval('(function () {return ' + func + '})') 75 func = card && textArray.length > 1 ? '$f(' + func + ')' : func 77 return func
|
| /developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/ |
| D | common.py | 50 def __init__(self, func, args=()): argument 52 self.func = func 56 self.result = self.func(*self.args)
|
| /developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/APL_compare_03/ |
| D | common.py | 50 def __init__(self, func, args=()): argument 52 self.func = func 56 self.result = self.func(*self.args)
|
| /developtools/profiler/device/base/src/ |
| D | schedule_task_manager.cpp | 56 for (const auto& [timerFd, func] : tasks_) { in Shutdown() 71 std::function<void(void)> func; in ScheduleTask() local 82 func = std::bind(&ScheduleTaskManager::HandleSingleTask, this, timerFd, callback); in ScheduleTask() 88 func = callback; in ScheduleTask() 102 tasks_[timerFd] = std::move(func); in ScheduleTask()
|
| /developtools/integration_verification/DeployDevice/src/util/ |
| D | time_info.py | 84 def timeout_decorator(func): argument 91 "oldfunc": func, 110 _.__name__ = func.__name__ 111 _.__doc__ = func.__doc__
|
| /developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
| D | ProcedureWorkerFunc.test.ts | 20 import { func, FuncStruct, FuncRender } from '../../../../src/trace/database/ui-worker/ProcedureWor… 42 func(funcDataList, res, 1, 100254, 100254, rect, true); 66 func(funcDataList, res, 1, 100254, 100254, rect, false);
|
| /developtools/smartperf_host/ide/src/trace/database/ |
| D | ConfigWorker.ts | 23 let func = eval(functionName); 24 Module_T = new func({
|
| /developtools/profiler/device/plugins/ftrace_plugin/tools/device_kernel_version/default/event_formatters/ |
| D | ftrace_ftrace_event_formatter.cpp | 56 … msg.func().c_str(), msg.file().c_str(), msg.correct(), msg.constant() ? " CONSTANT" : ""); in __anond619508a0502() 87 if (kernelSymbols.count(msg.func()) > 0) { in __anond619508a0902() 88 functionStr = kernelSymbols[msg.func()]; in __anond619508a0902() 95 …fer, BUFFER_SIZE, BUFFER_SIZE - 1, "funcgraph_entry: --> %p (%d)", (void*)msg.func(), msg.depth()); in __anond619508a0902() 112 if (kernelSymbols.count(msg.func()) > 0) { in __anond619508a0b02() 113 functionStr = kernelSymbols[msg.func()]; in __anond619508a0b02() 121 … "funcgraph_exit: <-- %p (%d) (start: %" PRIx64 " end: %" PRIx64 ") over: %d", (void*)msg.func(), in __anond619508a0b02()
|
| /developtools/smartperf_host/ide/src/js-heap/logic/ |
| D | Allocation.ts | 68 for (let func of this.bottomUpList) { 69 if (func.id == id) { 70 return func;
|
| /developtools/hiperf/test/unittest/common/native/ |
| D | report_json_file_test.cpp | 297 ReportFuncItem func(1); variable 298 func.sampleCount_ = 2; 299 func.eventCount_ = 3; 300 func.subTreeEventCount_ = 4; 303 func.OutputJson(stdout); 401 ReportFuncItem &func = GetOrCreateMapItem(lib.funcs_, 1); variable 402 func.sampleCount_ = 2; 403 func.eventCount_ = 3; 404 func.subTreeEventCount_ = 4;
|
| D | report_test.cpp | 438 ReportKey func = { variable 442 func.UpdateValueMaxLen("1"); 443 func.UpdateValueMaxLen("11"); 444 func.UpdateValueMaxLen("111"); 445 func.UpdateValueMaxLen("12345678"); 446 func.UpdateValueMaxLen("1"); 447 func.UpdateValueMaxLen("111"); 448 EXPECT_STREQ(func.maxValue_.c_str(), "12345678"); 449 EXPECT_EQ(func.maxLen_, 8u);
|
| /developtools/ace_ets2bundle/compiler/test/ark_compiler_ut/mock/rollup_mock/ |
| D | rollup_plugin_mock.ts | 148 public async(func: Function) { 149 if (func) { 150 func();
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/ |
| D | ftrace.proto | 30 string func = 2; field 49 uint64 func = 1; field 55 uint64 func = 1; field
|
| /developtools/profiler/protos/types/plugins/ftrace_data/default/ |
| D | ftrace.proto | 30 string func = 2; field 49 uint64 func = 1; field 55 uint64 func = 1; field
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
| D | ftrace.proto | 30 string func = 2; field 49 uint64 func = 1; field 55 uint64 func = 1; field
|
| /developtools/profiler/device/services/shared_memory/include/ |
| D | share_memory_block.h | 43 EXPORT_API bool TakeData(const DataHandler& func, bool isProtobufSerialize = true); 44 bool TakeDataOptimize(const DataHandler& func);
|
| /developtools/profiler/device/services/shared_memory/src/ |
| D | share_memory_block.cpp | 341 bool ShareMemoryBlock::TakeData(const DataHandler& func, bool isProtobufSerialize) in TakeData() argument 344 return TakeDataOptimize(func); in TakeData() 348 CHECK_TRUE(static_cast<bool>(func), false, "func invalid!"); in TakeData() 355 CHECK_TRUE(func(ptr, size), false, "call func FAILED!"); in TakeData() 499 bool ShareMemoryBlock::TakeDataOptimize(const DataHandler& func) in TakeDataOptimize() argument 502 CHECK_TRUE(static_cast<bool>(func), false, "func invalid!"); in TakeDataOptimize() 532 CHECK_TRUE(func(ptr, size), false, "call func FAILED!"); in TakeDataOptimize()
|
| /developtools/integration_verification/DeployDevice/src/ |
| D | controller.py | 31 from func.liteOsUpgrade.liteOsUpgrade_RK3568_app import total_time
|
| /developtools/hiperf/test/unittest/resource/testdata/ |
| D | report_test_tids1.txt | 14 Heating count comm pid tid dso func
|
| D | report_test_funcs.txt | 14 Heating count comm pid tid dso func
|
| D | report_test_dsos.txt | 14 Heating count comm pid tid dso func
|
| /developtools/hiperf/src/ |
| D | report_json_file.cpp | 222 ReportFuncItem &func = GetOrCreateMapItem(lib.funcs_, funcId); in UpdateReportCallStack() local 225 func.subTreeEventCount_ += eventCount; in UpdateReportCallStack() 229 func.eventCount_ += eventCount; in UpdateReportCallStack() 230 func.sampleCount_ += 1; in UpdateReportCallStack()
|
| /developtools/hiperf/include/ |
| D | report.h | 42 ReportItemCallFrame(std::string_view func, uint64_t vaddr, std::string_view dso, in ReportItemCallFrame() argument 44 : func_(func), in ReportItemCallFrame() 128 ReportItem(pid_t pid, pid_t tid, const char *comm, const char *dso, const char *func, in ReportItem() argument 134 func_(func), in ReportItem() 143 const std::string_view &func, uint64_t vaddr, uint64_t eventCount) in ReportItem() argument 148 func_(func), in ReportItem()
|