/developtools/bytrace/bin/config/ |
D | bytrace.cfg | 13 "chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_lock/enable", 14 "chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_locked/enable", 15 "chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_unlock/enable", 16 "chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_transaction/enable", 17 … "chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_transaction_received/enable", 18 … "chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_transaction_alloc_buf/enable", 19 "chmod 0666 /sys/kernel/debug/tracing/events/cgroup/enable", 20 "chmod 0666 /sys/kernel/debug/tracing/events/cpufreq_interactive/enable", 21 "chmod 0666 /sys/kernel/debug/tracing/events/dma_fence/enable", 22 "chmod 0666 /sys/kernel/debug/tracing/events/fence/enable", [all …]
|
D | bytrace.rc | 26 chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_lock/enable 27 chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_locked/enable 28 chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_unlock/enable 29 chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_transaction/enable 30 chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_transaction_received/enable 31 chmod 0666 /sys/kernel/debug/tracing/events/binder/binder_transaction_alloc_buf/enable 33 chmod 0666 /sys/kernel/debug/tracing/events/cgroup/enable 34 chmod 0666 /sys/kernel/debug/tracing/events/cpufreq_interactive/enable 35 chmod 0666 /sys/kernel/debug/tracing/events/dma_fence/enable 36 chmod 0666 /sys/kernel/debug/tracing/events/fence/enable [all …]
|
/developtools/smartperf_host/trace_streamer/src/rpc/ |
D | http_socket.cpp | 42 int32_t enable = 1; in CreateSocket() local 43 … (setsockopt(sockId, SOL_SOCKET, SO_REUSEADDR, reinterpret_cast<char*>(&enable), sizeof(enable)) == in CreateSocket() 49 …(setsockopt(sockId, IPPROTO_IPV6, IPV6_V6ONLY, reinterpret_cast<char*>(&enable), sizeof(enable)) == in CreateSocket()
|
/developtools/smartperf_host/trace_streamer/sdk/dubai_sdk/rpc/ |
D | http_socket.cpp | 42 int32_t enable = 1; in CreateSocket() local 43 … (setsockopt(sockId, SOL_SOCKET, SO_REUSEADDR, reinterpret_cast<char*>(&enable), sizeof(enable)) == in CreateSocket() 49 …(setsockopt(sockId, IPPROTO_IPV6, IPV6_V6ONLY, reinterpret_cast<char*>(&enable), sizeof(enable)) == in CreateSocket()
|
/developtools/smartperf_host/trace_streamer/sdk/demo_sdk/rpc/ |
D | http_socket.cpp | 42 int32_t enable = 1; in CreateSocket() local 43 … (setsockopt(sockId, SOL_SOCKET, SO_REUSEADDR, reinterpret_cast<char*>(&enable), sizeof(enable)) == in CreateSocket() 49 …(setsockopt(sockId, IPPROTO_IPV6, IPV6_V6ONLY, reinterpret_cast<char*>(&enable), sizeof(enable)) == in CreateSocket()
|
/developtools/profiler/host/smartperf/trace_streamer/src/rpc/ |
D | http_socket.cpp | 42 int32_t enable = 1; in CreateSocket() local 43 … (setsockopt(sockId, SOL_SOCKET, SO_REUSEADDR, reinterpret_cast<char*>(&enable), sizeof(enable)) == in CreateSocket() 49 …(setsockopt(sockId, IPPROTO_IPV6, IPV6_V6ONLY, reinterpret_cast<char*>(&enable), sizeof(enable)) == in CreateSocket()
|
/developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/entity/ |
D | LocalConfigEntity.ts | 40 public enable: boolean property in SwitchItem 42 …constructor(id: string, switchName: string, switchSrc: Resource, isOpen: boolean, enable: boolean)… 47 this.enable = enable
|
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ |
D | TabPaneCurrent.ts | 34 enable: true, 48 enable: true, 54 enable: false,
|
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/ |
D | TabPaneCurrent.ts | 34 enable: true, 48 enable: true, 54 enable: false,
|
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/timer-shaft/ |
D | TabPaneFlag.ts | 38 enable: true, 52 enable: true, 58 enable: false,
|
/developtools/smartperf_host/ide/src/trace/component/trace/timer-shaft/ |
D | TabPaneFlag.ts | 38 enable: true, 52 enable: true, 58 enable: false,
|
/developtools/integration_verification/tools/fotff/utils/ |
D | pprof.go | 17 if enable, _ := strconv.ParseBool(cfg.Enable); !enable {
|
/developtools/hiperf/interfaces/kits/js/napi/ |
D | hiperf_client_napi.cpp | 164 bool enable = GetBoolFromOption(env, info); in SetTargetSystemWide() local 165 g_hiperfRecordOption->SetTargetSystemWide(enable); in SetTargetSystemWide() 176 bool enable = GetBoolFromOption(env, info); in SetCompressData() local 177 g_hiperfRecordOption->SetCompressData(enable); in SetCompressData() 258 bool enable = GetBoolFromOption(env, info); in SetNoInherit() local 259 g_hiperfRecordOption->SetNoInherit(enable); in SetNoInherit() 304 bool enable = GetBoolFromOption(env, info); in SetExcludePerf() local 305 g_hiperfRecordOption->SetExcludePerf(enable); in SetExcludePerf() 328 bool enable = GetBoolFromOption(env, info); in SetOffCPU() local 329 g_hiperfRecordOption->SetOffCPU(enable); in SetOffCPU() [all …]
|
/developtools/hiperf/src/ |
D | debug_logger.cpp | 137 bool DebugLogger::EnableHiLog(bool enable) in EnableHiLog() argument 139 enableHilog_ = enable; in EnableHiLog() 140 if (enable) { in EnableHiLog() 162 bool DebugLogger::SetMixLogOutput(bool enable) in SetMixLogOutput() argument 165 mixLogOutput_ = enable; in SetMixLogOutput()
|
/developtools/profiler/host/smartperf/ide/src/doc/md/ |
D | quickstart_hisystemevent.md | 27 + Wifi State泳道:鼠标悬浮可以显示wifi开关状态(enable:开,disable:关)。 28 + Bluetooth Br Switch State泳道:鼠标悬浮可以显示蓝牙开关状态(enable:开, disable:关)。 29 + Location Switch State泳道:鼠标悬浮可以显示GPS开关状态(enable:开,disable:关)。
|
/developtools/smartperf_host/ide/src/doc/md/ |
D | quickstart_hisystemevent.md | 27 + Wifi State泳道:鼠标悬浮可以显示wifi开关状态(enable:开,disable:关)。 28 + Bluetooth Br Switch State泳道:鼠标悬浮可以显示蓝牙开关状态(enable:开, disable:关)。 29 + Location Switch State泳道:鼠标悬浮可以显示GPS开关状态(enable:开,disable:关)。
|
/developtools/smartperf_host/ide/src/base-ui/chart/pagenation/ |
D | PageNation.ts | 185 const enable = { constant 194 this.setElementStyles(this.first, enable); 195 this.setElementStyles(this.prev, enable); 202 this.setElementStyles(this.next, enable); 203 this.setElementStyles(this.last, enable);
|
/developtools/hiperf/interfaces/innerkits/native/include/ |
D | hiperf_client.h | 107 void SetTargetSystemWide(bool enable); 111 void SetCompressData(bool enable); 142 void SetNoInherit(bool enable); 250 void SetOption(const std::string &name, bool enable);
|
/developtools/profiler/device/plugins/ftrace_plugin/include/ |
D | ftrace_fs_ops.h | 52 MOCKABLE bool SetRecordCmdOption(bool enable); 53 MOCKABLE bool SetRecordTgidOption(bool enable);
|
/developtools/profiler/device/plugins/native_daemon/src/ |
D | debug_logger.cpp | 138 bool DebugLogger::EnableHiLog(bool enable) in EnableHiLog() argument 140 enableHilog_ = enable; in EnableHiLog() 161 bool DebugLogger::SetMixLogOutput(bool enable) in SetMixLogOutput() argument 164 mixLogOutput_ = enable; in SetMixLogOutput()
|
/developtools/hiperf/interfaces/innerkits/native/src/ |
D | hiperf_client.cpp | 33 void RecordOption::SetOption(const std::string &name, bool enable) in SetOption() argument 36 if (enable) { in SetOption() 138 void RecordOption::SetTargetSystemWide(bool enable) in SetTargetSystemWide() argument 140 SetOption(ArgTargetSystemWide, enable); in SetTargetSystemWide() 143 void RecordOption::SetCompressData(bool enable) in SetCompressData() argument 145 SetOption(ArgCompressData, enable); in SetCompressData() 179 void RecordOption::SetNoInherit(bool enable) in SetNoInherit() argument 181 SetOption(ArgNoInherit, enable); in SetNoInherit()
|
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
D | ftrace_fs_ops.cpp | 156 bool FtraceFsOps::SetRecordCmdOption(bool enable) in SetRecordCmdOption() argument 159 return FileUtils::WriteFile(path, std::to_string(static_cast<int>(enable))) > 0; in SetRecordCmdOption() 162 bool FtraceFsOps::SetRecordTgidOption(bool enable) in SetRecordTgidOption() argument 165 return FileUtils::WriteFile(path, std::to_string(static_cast<int>(enable))) > 0; in SetRecordTgidOption()
|
/developtools/profiler/host/smartperf/ide/src/base-ui/chart/pagenation/ |
D | PageNation.ts | 185 const enable = { constant 194 this.setElementStyles(this.first, enable); 195 this.setElementStyles(this.prev, enable); 202 this.setElementStyles(this.next, enable); 203 this.setElementStyles(this.last, enable);
|
/developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/ |
D | bytrace_parser.h | 52 void EnableBytrace(bool enable) in EnableBytrace() argument 54 isBytrace_ = enable; in EnableBytrace()
|
/developtools/profiler/host/smartperf/trace_streamer/src/ |
D | main.cpp | 235 bool enable = false; member 242 …!httpOption.enable && !traceExportOption.separateFile && traceExportOption.sqlOperatorFilePath.emp… in CheckFinal() 283 httpOption.enable = true; in CheckArgs() 314 if (httpOption.enable) { in main()
|