Searched defs:mmap2 (Results 1 - 7 of 7) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dtool.h32 mmap2, member in struct:perf_tool
H A Devent.h175 struct mmap2_event mmap2; member in union:perf_event
H A Devsel.c30 bool mmap2; member in struct:__anon25182
1020 if (perf_missing_features.mmap2)
1021 evsel->attr.mmap2 = 0;
1086 if (!perf_missing_features.mmap2 && evsel->attr.mmap2) {
1087 perf_missing_features.mmap2 = true;
1934 if_print(mmap2);
/external/chromium_org/tools/android/heap_profiler/
H A Dheap_profiler_hooks_android.c54 real_mmap2 = (mmap_t) dlsym(RTLD_NEXT, "mmap2");
117 HEAP_PROFILER_EXPORT void* mmap2( function
/external/stlport/test/unit/
H A Dmap_test.cpp22 CPPUNIT_TEST(mmap2);
35 void mmap2();
110 void MapTest::mmap2() function in class:MapTest
/external/kernel-headers/original/uapi/linux/
H A Dperf_event.h303 mmap2 : 1, /* include mmap with inode data */ member in struct:perf_event_attr
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
H A Dperf_event.h280 mmap2 : 1, /* include mmap with inode data */ member in struct:perf_event_attr

Completed in 4950 milliseconds