/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
|
/developtools/profiler/protos/types/plugins/ftrace_data/default/ |
D | sched.proto | 30 string comm = 1; field 41 string comm = 1; field 61 string comm = 1; field 76 string comm = 1; field 91 string comm = 1; field 98 string comm = 1; field 105 string comm = 1; field 112 string comm = 1; field 119 string comm = 1; field 127 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 117 string comm = 6; 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/host/smartperf/trace_streamer/src/parser/ |
D | print_event_parser.cpp | 27 bool PrintEventParser::ParsePrintEvent(const std::string& comm, uint64_t ts, uint32_t pid, std::str… in ParsePrintEvent()
|
/developtools/profiler/device/plugins/native_daemon/src/ |
D | virtual_thread.cpp | 142 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 760 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()
|
/developtools/hiperf/src/ |
D | virtual_runtime.cpp | 43 std::string comm = ReadFileToString(StringPrintf("/proc/%d/cmdline", 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/hiperf_parser/hiperf/ |
D | virtual_runtime.cpp | 43 std::string comm = ReadFileToString(StringPrintf("/proc/%d/comm", tid)).c_str(); in ReadThreadName() local
|
D | perf_event_record.cpp | 581 PerfRecordComm::PerfRecordComm(bool inKernel, u32 pid, u32 tid, const std::string &comm) in PerfRecordComm()
|
/developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
D | slice_filter.cpp | 39 size_t SliceFilter::BeginSlice(const std::string& comm, in BeginSlice()
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/ |
D | ebpf_stdtype.h | 109 char comm[MAX_COMM_LEN] = {0}; member
|
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/ |
D | bytrace_event_parser.cpp | 379 auto comm = std::string_view(args.at("comm")); in ProcessExitEvent() local
|