Home
last modified time | relevance | path

Searched defs:args (Results 1 – 25 of 79) sorted by relevance

1234

/developtools/hiperf/test/unittest/common/native/
Doption_test.cpp120 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
Dsubcommand_list_test.cpp51 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
Dsubcommand_help_test.cpp46 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
Dsubcommand_test.cpp39 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/
Dbytrace_event_parser.cpp118 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/
Dbytrace_event_parser.cpp119 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/
Drecord_control.py31 def check_args(args): argument
38 def get_module(args): argument
138 def main(args): argument
Dcommand_script.py31 def check_args(args): argument
106 def main(args): argument
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Devent_parser_test.cpp70 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/
Devent_parser_test.cpp70 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/
Doption_debug.cpp68 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()
Dsubcommand_help.cpp25 bool SubCommandHelp::OnSubCommand(std::vector<std::string> &args) in OnSubCommand()
38 bool SubCommandHelp::OnHelp(std::vector<std::string> &args) in OnHelp()
Dmain.cpp46 vector<string> args; in main() local
/developtools/profiler/trace_analyzer/src/filter/
Dargs_filter.cpp36 uint32_t ArgsFilter::NewArgs(const ArgsSet& args) in NewArgs()
45 uint32_t ArgsFilter::AppendArgs(const ArgsSet& args, const size_t argSetId) in AppendArgs()
Dirq_filter.cpp42 ArgsSet args; in IrqHandlerExit() local
59 ArgsSet args; in SoftIrqExit() local
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dargs_filter.cpp36 uint32_t ArgsFilter::NewArgs(const ArgsSet& args) in NewArgs()
45 uint32_t ArgsFilter::AppendArgs(const ArgsSet& args, const size_t argSetId) in AppendArgs()
Dirq_filter.cpp42 ArgsSet args; in IrqHandlerExit() local
59 ArgsSet args; in SoftIrqExit() local
Dslice_filter.cpp72 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/
Dmain.cpp46 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/
Dsubcommand.h63 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/
Dxmlversion.h451 # 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/
Draw_syscalls.proto24 string args = 2; field
/developtools/profiler/protos/types/plugins/ftrace_data/
Draw_syscalls.proto24 string args = 2; field
/developtools/profiler/host/smartperf/ide/src/base-ui/
DBaseElement.ts25 args: any; property in BaseElement
/developtools/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/distributed/util/
DDistributedDB.java275 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()

1234