/developtools/profiler/protos/types/plugins/ftrace_data/ |
D | sched.proto | 23 string comm = 1; field 34 string comm = 1; field 54 string comm = 1; field 69 string comm = 1; field 84 string comm = 1; field 91 string comm = 1; field 98 string comm = 1; field 105 string comm = 1; field 112 string comm = 1; field 120 string comm = 1; field [all …]
|
D | block.proto | 27 string comm = 5; field 36 string comm = 5; field 54 string comm = 5; field 63 string comm = 5; field 89 string comm = 5; field 94 string comm = 1; field 114 string comm = 6; field 125 string comm = 6; field 155 string comm = 5; field 164 string comm = 5; field [all …]
|
D | oom.proto | 24 string comm = 2; field
|
D | task.proto | 24 string comm = 2; field
|
D | signal.proto | 35 string comm = 4; field
|
D | cgroup.proto | 28 string comm = 6; field 91 string comm = 6; field
|
D | ftrace_event.proto | 56 string comm = 3; field
|
/developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/ |
D | sched.proto | 23 string comm = 1; field 34 string comm = 1; field 54 string comm = 1; field 69 string comm = 1; field 84 string comm = 1; field 91 string comm = 1; field 98 string comm = 1; field 105 string comm = 1; field 112 string comm = 1; field 120 string comm = 1; field [all …]
|
D | block.proto | 27 string comm = 5; field 36 string comm = 5; field 54 string comm = 5; field 63 string comm = 5; field 89 string comm = 5; field 94 string comm = 1; field 114 string comm = 6; field 125 string comm = 6; field 155 string comm = 5; field 164 string comm = 5; field [all …]
|
D | oom.proto | 24 string comm = 2; field
|
D | task.proto | 24 string comm = 2; field
|
D | signal.proto | 35 string comm = 4; field
|
D | cgroup.proto | 28 string comm = 6; field 91 string comm = 6; field
|
D | ftrace_event.proto | 56 string comm = 3; field
|
/developtools/hiperf/test/unittest/common/native/ |
D | report_protobuf_file_test.cpp | 118 const PerfRecordComm comm(false, 2, 3, "dummy"); variable 154 const PerfRecordComm comm(false, 2, 3, "dummy"); variable
|
/developtools/profiler/device/plugins/native_daemon/src/ |
D | virtual_thread.cpp | 72 std::string comm = ReadFileToString(StringPrintf("/proc/%d/comm", tid)).c_str(); in ReadThreadName() local
|
D | virtual_runtime.cpp | 52 std::string comm = ReadFileToString(StringPrintf("/proc/%d/comm", tid)).c_str(); in ReadThreadName() local
|
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
D | ftrace_parser.cpp | 581 std::string comm; in ParseSavedCmdlines() local 758 std::string comm; in ParseFtraceEvent() local
|
/developtools/hiperf/include/ |
D | report.h | 128 ReportItem(pid_t pid, pid_t tid, const char *comm, const char *dso, const char *func, in ReportItem() 142 ReportItem(pid_t pid, pid_t tid, std::string &comm, const std::string_view &dso, in ReportItem()
|
D | perf_record_format.h | 135 char comm[KILO]; member
|
/developtools/hiperf/src/ |
D | virtual_runtime.cpp | 43 std::string comm = ReadFileToString(StringPrintf("/proc/%d/comm", tid)).c_str(); in ReadThreadName() local
|
D | perf_event_record.cpp | 580 PerfRecordComm::PerfRecordComm(bool inKernel, u32 pid, u32 tid, const std::string &comm) in PerfRecordComm()
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/ |
D | bytrace_event_parser.cpp | 314 auto comm = std::string_view(args.at("comm")); in ProcessExitEvent() local
|
/developtools/profiler/trace_analyzer/src/parser/bytrace_parser/ |
D | bytrace_event_parser.cpp | 309 auto comm = std::string_view(args.at("comm")); in ProcessExitEvent() local
|
/developtools/profiler/device/plugins/ftrace_plugin/tools/trace_converter/ |
D | trace_converter.cpp | 237 std::string comm = "<...>"; in FormatEvent() local
|