| /developtools/hiperf/test/unittest/common/native/ |
| D | option_test.cpp | 120 std::vector<std::string> args; variable 182 std::vector<std::string> args; variable 232 std::vector<std::string> args; variable 272 std::vector<std::string> args; variable 323 std::vector<std::string> args; variable 361 std::vector<std::string> args; variable 392 std::vector<std::string> args; variable 425 std::vector<std::string> args; variable 522 std::vector<std::string> args; variable
|
| D | subcommand_list_test.cpp | 51 std::vector<std::string> args; variable 67 std::vector<std::string> args; variable 83 std::vector<std::string> args; variable 99 std::vector<std::string> args; variable 115 std::vector<std::string> args; variable 131 std::vector<std::string> args; variable 147 std::vector<std::string> args; variable
|
| D | subcommand_help_test.cpp | 46 bool OnSubCommand(std::vector<std::string> &args) override in OnSubCommand() 75 std::vector<std::string> args; variable 88 std::vector<std::string> args; variable 100 std::vector<std::string> args; variable 113 std::vector<std::string> args; variable
|
| D | subcommand_test.cpp | 39 bool OnSubCommand(std::vector<std::string> &args) override in OnSubCommand() 128 std::vector<std::string> args; variable 163 std::vector<std::string> args; variable
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/ |
| D | bytrace_event_parser.cpp | 118 bool BytraceEventParser::SchedSwitchEvent(const ArgsMap& args, const BytraceLine& line) const in SchedSwitchEvent() argument 164 bool BytraceEventParser::TaskRenameEvent(const ArgsMap& args, const BytraceLine& line) const in TaskRenameEvent() argument 172 bool BytraceEventParser::TaskNewtaskEvent(const ArgsMap& args, const BytraceLine& line) const in TaskNewtaskEvent() argument 181 bool BytraceEventParser::TracingMarkWriteEvent(const ArgsMap& args, const BytraceLine& line) const in TracingMarkWriteEvent() argument 188 bool BytraceEventParser::SchedWakeupEvent(const ArgsMap& args, const BytraceLine& line) const in SchedWakeupEvent() argument 213 bool BytraceEventParser::SchedWakingEvent(const ArgsMap& args, const BytraceLine& line) const in SchedWakingEvent() argument 239 bool BytraceEventParser::CpuIdleEvent(const ArgsMap& args, const BytraceLine& line) const in CpuIdleEvent() argument 262 bool BytraceEventParser::CpuFrequencyEvent(const ArgsMap& args, const BytraceLine& line) const in CpuFrequencyEvent() argument 284 bool BytraceEventParser::WorkqueueExecuteStartEvent(const ArgsMap& args, const BytraceLine& line) c… in WorkqueueExecuteStartEvent() argument 300 bool BytraceEventParser::WorkqueueExecuteEndEvent(const ArgsMap& args, const BytraceLine& line) con… in WorkqueueExecuteEndEvent() argument [all …]
|
| /developtools/profiler/trace_analyzer/src/parser/bytrace_parser/ |
| D | bytrace_event_parser.cpp | 119 bool BytraceEventParser::SchedSwitchEvent(const ArgsMap& args, const BytraceLine& line) const in SchedSwitchEvent() argument 156 bool BytraceEventParser::TaskRenameEvent(const ArgsMap& args, const BytraceLine& line) const in TaskRenameEvent() argument 164 bool BytraceEventParser::TaskNewtaskEvent(const ArgsMap& args, const BytraceLine& line) const in TaskNewtaskEvent() argument 181 bool BytraceEventParser::TracingMarkWriteEvent(const ArgsMap& args, const BytraceLine& line) const in TracingMarkWriteEvent() argument 188 bool BytraceEventParser::SchedWakeupEvent(const ArgsMap& args, const BytraceLine& line) const in SchedWakeupEvent() argument 214 bool BytraceEventParser::SchedWakingEvent(const ArgsMap& args, const BytraceLine& line) const in SchedWakingEvent() argument 234 bool BytraceEventParser::CpuIdleEvent(const ArgsMap& args, const BytraceLine& line) const in CpuIdleEvent() argument 257 bool BytraceEventParser::CpuFrequencyEvent(const ArgsMap& args, const BytraceLine& line) const in CpuFrequencyEvent() argument 279 bool BytraceEventParser::WorkqueueExecuteStartEvent(const ArgsMap& args, const BytraceLine& line) c… in WorkqueueExecuteStartEvent() argument 295 bool BytraceEventParser::WorkqueueExecuteEndEvent(const ArgsMap& args, const BytraceLine& line) con… in WorkqueueExecuteEndEvent() argument [all …]
|
| /developtools/hiperf/script/ |
| D | record_control.py | 31 def check_args(args): argument 38 def get_module(args): argument 138 def main(args): argument
|
| D | command_script.py | 31 def check_args(args): argument 106 def main(args): argument
|
| /developtools/profiler/host/smartperf/trace_streamer/test/unittest/ |
| D | event_parser_test.cpp | 70 ArgsMap args; variable 106 ArgsMap args; variable 134 ArgsMap args; variable 164 ArgsMap args; variable 187 ArgsMap args; variable 678 …static std::unordered_map<std::string, std::string> args{{"prev_comm", "ACCS0"}, {"next_comm", "He… variable 697 …static std::unordered_map<std::string, std::string> args{{"prev_comm", "ACCS0"}, {"next_comm", "He… variable 716 static std::unordered_map<std::string, std::string> args{{"newcomm", "POSIX"}, {"pid", "8542"}}; variable 733 …static std::unordered_map<std::string, std::string> args{{"comm", "POSIX"}, {"pid", "8542"}, {"clo… variable 752 static std::unordered_map<std::string, std::string> args{}; variable [all …]
|
| /developtools/profiler/trace_analyzer/test/unittest/ |
| D | event_parser_test.cpp | 70 ArgsMap args; variable 106 ArgsMap args; variable 134 ArgsMap args; variable 164 ArgsMap args; variable 187 ArgsMap args; variable 678 …static std::unordered_map<std::string, std::string> args{{"prev_comm", "ACCS0"}, {"next_comm", "He… variable 697 …static std::unordered_map<std::string, std::string> args{{"prev_comm", "ACCS0"}, {"next_comm", "He… variable 716 static std::unordered_map<std::string, std::string> args{{"newcomm", "POSIX"}, {"pid", "8542"}}; variable 733 …static std::unordered_map<std::string, std::string> args{{"comm", "POSIX"}, {"pid", "8542"}, {"clo… variable 752 static std::unordered_map<std::string, std::string> args{}; variable [all …]
|
| /developtools/hiperf/src/ |
| D | option_debug.cpp | 68 static bool OnLogPath(std::vector<std::string> &args) in OnLogPath() 79 static bool OnLogTag(std::vector<std::string> &args) in OnLogTag() 90 static bool OnHiLog(const std::vector<std::string> &args) in OnHiLog()
|
| D | subcommand_help.cpp | 25 bool SubCommandHelp::OnSubCommand(std::vector<std::string> &args) in OnSubCommand() 38 bool SubCommandHelp::OnHelp(std::vector<std::string> &args) in OnHelp()
|
| D | main.cpp | 46 vector<string> args; in main() local
|
| /developtools/profiler/trace_analyzer/src/filter/ |
| D | args_filter.cpp | 36 uint32_t ArgsFilter::NewArgs(const ArgsSet& args) in NewArgs() 45 uint32_t ArgsFilter::AppendArgs(const ArgsSet& args, const size_t argSetId) in AppendArgs()
|
| D | irq_filter.cpp | 42 ArgsSet args; in IrqHandlerExit() local 59 ArgsSet args; in SoftIrqExit() local
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | args_filter.cpp | 36 uint32_t ArgsFilter::NewArgs(const ArgsSet& args) in NewArgs() 45 uint32_t ArgsFilter::AppendArgs(const ArgsSet& args, const size_t argSetId) in AppendArgs()
|
| D | irq_filter.cpp | 42 ArgsSet args; in IrqHandlerExit() local 59 ArgsSet args; in SoftIrqExit() local
|
| D | slice_filter.cpp | 72 void SliceFilter::IrqHandlerExit(uint64_t timestamp, uint32_t cpu, ArgsSet args) in IrqHandlerExit() 104 void SliceFilter::SoftIrqExit(uint64_t timestamp, uint32_t cpu, ArgsSet args) in SoftIrqExit() 119 …eginAsyncBinder(uint64_t timestamp, uint32_t pid, DataIndex cat, DataIndex nameIndex, ArgsSet args) in BeginAsyncBinder() 147 ArgsSet args) in BeginBinder() 177 uint32_t SliceFilter::AddArgs(uint32_t tid, DataIndex key1, DataIndex key2, ArgsSet &args) in AddArgs() 185 …lter::EndBinder(uint64_t timestamp, uint32_t pid, DataIndex category, DataIndex name, ArgsSet args) in EndBinder()
|
| /developtools/profiler/device/plugins/native_daemon/src/ |
| D | main.cpp | 46 bool ParseCommand(std::vector<std::string> args, HookData& hookData) in ParseCommand() 95 bool VerifyCommand(std::vector<std::string> args, HookData& hookData) in VerifyCommand() 155 std::vector<std::string> args; in main() local
|
| /developtools/hiperf/include/ |
| D | subcommand.h | 63 virtual bool ParseOption(std::vector<std::string> &args) in ParseOption() 74 auto args = StringSplit(stringArgs, " "); in OnSubCommand() local
|
| /developtools/global_resource_tool/build/libxml2/win32/include/libxml/ |
| D | xmlversion.h | 451 # define LIBXML_ATTR_FORMAT(fmt,args) __attribute__((__format__(__printf__,fmt,args))) argument 453 # define LIBXML_ATTR_FORMAT(fmt,args) argument 456 # define LIBXML_ATTR_FORMAT(fmt,args) argument 477 #define LIBXML_ATTR_FORMAT(fmt,args) argument
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/ |
| D | raw_syscalls.proto | 24 string args = 2; field
|
| /developtools/profiler/protos/types/plugins/ftrace_data/ |
| D | raw_syscalls.proto | 24 string args = 2; field
|
| /developtools/profiler/host/smartperf/ide/src/base-ui/ |
| D | BaseElement.ts | 25 args: any; property in BaseElement
|
| /developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/util/ |
| D | DistributedDB.java | 275 public <T> void queryA(Sql em, List<T> res, Object... args) { in queryA() 288 public <T> void queryB(Sql em, List<T> res, Object... args) { in queryB() 300 public int queryCountA(Sql em, Object... args) { in queryCountA() 312 public int queryCountB(Sql em, Object... args) { in queryCountB() 541 public int updateA(Sql em, Object... args) { in updateA() 553 public int updateB(Sql em, Object... args) { in updateB()
|