Searched refs:mmap2 (Results 1 - 24 of 24) 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 Dsession.c259 if (tool->mmap2 == NULL)
260 tool->mmap2 = process_event_stub;
359 event->mmap2.pid = bswap_32(event->mmap2.pid);
360 event->mmap2.tid = bswap_32(event->mmap2.tid);
361 event->mmap2.start = bswap_64(event->mmap2.start);
362 event->mmap2.len = bswap_64(event->mmap2
[all...]
H A Devent.c540 event->mmap2.pid, event->mmap2.tid, event->mmap2.start,
541 event->mmap2.len, event->mmap2.pgoff, event->mmap2.maj,
542 event->mmap2.min, event->mmap2.ino,
543 event->mmap2.ino_generation,
544 event->mmap2
[all...]
H A Dbuild-id.c70 .mmap2 = perf_event__process_mmap2,
H A Dmachine.c1020 thread = machine__findnew_thread(machine, event->mmap2.pid,
1021 event->mmap2.pid);
1030 map = map__new(&machine->user_dsos, event->mmap2.start,
1031 event->mmap2.len, event->mmap2.pgoff,
1032 event->mmap2.pid, event->mmap2.maj,
1033 event->mmap2.min, event->mmap2.ino,
1034 event->mmap2
[all...]
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);
H A Dheader.c1369 fprintf(fp, ", attr_mmap2 = %d", evsel->attr.mmap2);
/external/oprofile/module/ia64/
H A Doprofile_stubs.S136 SYSCALLSTUB_POST(mmap2)
/external/stlport/test/unit/
H A Dmap_test.cpp22 CPPUNIT_TEST(mmap2);
35 void mmap2();
110 void MapTest::mmap2() function in class:MapTest
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-inject.c353 inject->tool.mmap2 = perf_event__repipe_mmap2;
405 .mmap2 = perf_event__repipe,
H A Dbuiltin-annotate.c280 .mmap2 = perf_event__process_mmap2,
H A Dbuiltin-mem.c193 .mmap2 = perf_event__process_mmap2,
H A Dbuiltin-report.c748 .mmap2 = perf_event__process_mmap2,
H A Dbuiltin-script.c545 .mmap2 = perf_event__process_mmap2,
H A Dbuiltin-trace.c1060 trace->tool.mmap2 = perf_event__process_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/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
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dperf-record.c244 mmap_filename = event->mmap2.filename;
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.cc106 return internal_syscall(SYSCALL(mmap2), addr, length, prot, flags, fd,
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar.stderr.exp2486 Syscall param mmap2(start) contains uninitialised byte(s)
2490 Syscall param mmap2(length) contains uninitialised byte(s)
2494 Syscall param mmap2(prot) contains uninitialised byte(s)
2498 Syscall param mmap2(flags) contains uninitialised byte(s)
2502 Syscall param mmap2(fd) contains uninitialised byte(s)
2506 Syscall param mmap2(offset) contains uninitialised byte(s)
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dlinux_syscall_support.h2031 LSS_INLINE _syscall6(void*, mmap2, void*, s,
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dlinux_syscall_support.h1935 LSS_INLINE _syscall6(void*, mmap2, void*, s,

Completed in 3356 milliseconds