Home
last modified time | relevance | path

Searched refs:nrUserIPs (Results 1 – 8 of 8) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Dfile_system_data_parser.cpp46 if (fsFixedHeadrAddr->nrUserIPs) { in ParseFileSystemEvent()
48 fsFixedHeadrAddr->nrUserIPs * SINGLE_IP_SIZE); in ParseFileSystemEvent()
122 …ParseCallStackData(userIpsAddr, fsFixedHeadrAddr->nrUserIPs, fsFixedHeadrAddr->pid, currentCallId_… in ParseFileSystemEvent()
Debpf_stdtype.h89 uint16_t nrUserIPs = 0; member
/developtools/profiler/host/smartperf/trace_streamer/src/parser/ebpf_parser/
Dfile_system_data_parser.cpp45 if (fsFixedHeadrAddr->nrUserIPs) { in ParseFileSystemEvent()
47 fsFixedHeadrAddr->nrUserIPs * SINGLE_IP_SIZE); in ParseFileSystemEvent()
121 …ParseCallStackData(userIpsAddr, fsFixedHeadrAddr->nrUserIPs, fsFixedHeadrAddr->pid, currentCallId_… in ParseFileSystemEvent()
Debpf_stdtype.h89 uint16_t nrUserIPs = 0; member
/developtools/profiler/hiebpf/include/
Dhiebpf_common.h93 uint16_t nrUserIPs; member
/developtools/smartperf_host/trace_streamer/test/unittest/
Debpf_file_system_test.cpp85 fsFixedHeader.nrUserIPs = IPS_NUM_00;
166 fsFixedHeader.nrUserIPs = IPS_NUM_00;
248 fsFixedHeader.nrUserIPs = IPS_NUM_00;
329 fsFixedHeader.nrUserIPs = IPS_NUM_00;
411 fsFixedHeader.nrUserIPs = IPS_NUM_00;
459 fsFixedHeader.nrUserIPs = IPS_NUM_02;
/developtools/profiler/device/plugins/hiebpf_plugin/tools/src/
Debpf_converter.cpp163 uint64_t userIPs[efs.nrUserIPs]; in EventFsParsing()
164 if (efs.nrUserIPs > 0) { in EventFsParsing()
166 efs.userIPs = std::vector<uint64_t>(userIPs, userIPs + efs.nrUserIPs); in EventFsParsing()
180 << " nrUserIPs: " << efs.nrUserIPs << '\n' in EventFsParsing()
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_std_type.h64 uint16_t nrUserIPs = 0; member