Home
last modified time | relevance | path

Searched refs:maj (Results 1 - 5 of 5) sorted by relevance

/developtools/hiperf/include/
H A Dperf_record_format.h97 maj is the major ID of the underlying device.
114 u32 maj = 0; member
H A Dperf_event_record.h209 PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff, u32 maj, u32 min,
/developtools/hiperf/test/unittest/common/native/
H A Dperf_event_record_test.cpp102 data.maj, data.min, data.ino, data.prot, data.flags, data.filename}; in HWTEST_F()
129 ASSERT_EQ(recordOut.data_.maj, data.maj); in HWTEST_F()
/developtools/hiperf/src/
H A Dperf_event_record.cpp683 u32 maj, u32 min, u64 ino, u32 prot, u32 flags, in PerfRecordMmap2()
692 data_.maj = maj; in PerfRecordMmap2()
714 data_.maj = item->major; in PerfRecordMmap2()
730 data_.maj = 0; in PerfRecordMmap2()
761 PRINT_INDENT(indent, "pgoff 0x%llx, maj %u, min %u, ino %llu, ino_generation %llu\n", in DumpData()
762 data_.pgoff, data_.maj, data_.min, data_.ino, data_.ino_generation); in DumpData()
682 PerfRecordMmap2(bool inKernel, u32 pid, u32 tid, u64 addr, u64 len, u64 pgoff, u32 maj, u32 min, u64 ino, u32 prot, u32 flags, const std::string &filename) PerfRecordMmap2() argument
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h35843 int maj; member
[all...]

Completed in 430 milliseconds