Home
last modified time | relevance | path

Searched refs:mmap2 (Results 1 – 25 of 29) sorted by relevance

12

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Devent.c540 event->mmap2.pid, event->mmap2.tid, event->mmap2.start, in perf_event__fprintf_mmap2()
541 event->mmap2.len, event->mmap2.pgoff, event->mmap2.maj, in perf_event__fprintf_mmap2()
542 event->mmap2.min, event->mmap2.ino, in perf_event__fprintf_mmap2()
543 event->mmap2.ino_generation, in perf_event__fprintf_mmap2()
544 event->mmap2.filename); in perf_event__fprintf_mmap2()
Dsession.c259 if (tool->mmap2 == NULL) in perf_tool__fill_defaults()
260 tool->mmap2 = process_event_stub; in perf_tool__fill_defaults()
359 event->mmap2.pid = bswap_32(event->mmap2.pid); in perf_event__mmap2_swap()
360 event->mmap2.tid = bswap_32(event->mmap2.tid); in perf_event__mmap2_swap()
361 event->mmap2.start = bswap_64(event->mmap2.start); in perf_event__mmap2_swap()
362 event->mmap2.len = bswap_64(event->mmap2.len); in perf_event__mmap2_swap()
363 event->mmap2.pgoff = bswap_64(event->mmap2.pgoff); in perf_event__mmap2_swap()
364 event->mmap2.maj = bswap_32(event->mmap2.maj); in perf_event__mmap2_swap()
365 event->mmap2.min = bswap_32(event->mmap2.min); in perf_event__mmap2_swap()
366 event->mmap2.ino = bswap_64(event->mmap2.ino); in perf_event__mmap2_swap()
[all …]
Dmachine.c1020 thread = machine__findnew_thread(machine, event->mmap2.pid, in machine__process_mmap2_event()
1021 event->mmap2.pid); in machine__process_mmap2_event()
1030 map = map__new(&machine->user_dsos, event->mmap2.start, in machine__process_mmap2_event()
1031 event->mmap2.len, event->mmap2.pgoff, in machine__process_mmap2_event()
1032 event->mmap2.pid, event->mmap2.maj, in machine__process_mmap2_event()
1033 event->mmap2.min, event->mmap2.ino, in machine__process_mmap2_event()
1034 event->mmap2.ino_generation, in machine__process_mmap2_event()
1035 event->mmap2.filename, type); in machine__process_mmap2_event()
Dtool.h32 mmap2, member
Dbuild-id.c70 .mmap2 = perf_event__process_mmap2,
Devsel.c30 bool mmap2; member
1020 if (perf_missing_features.mmap2) in __perf_evsel__open()
1021 evsel->attr.mmap2 = 0; in __perf_evsel__open()
1086 if (!perf_missing_features.mmap2 && evsel->attr.mmap2) { in __perf_evsel__open()
1087 perf_missing_features.mmap2 = true; in __perf_evsel__open()
1934 if_print(mmap2); in perf_evsel__fprintf()
Devent.h175 struct mmap2_event mmap2; member
/external/stlport/test/unit/
Dmap_test.cpp22 CPPUNIT_TEST(mmap2);
35 void mmap2();
110 void MapTest::mmap2() in mmap2() function in MapTest
/external/oprofile/module/ia64/
Doprofile_stubs.S136 SYSCALLSTUB_POST(mmap2)
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-inject.c353 inject->tool.mmap2 = perf_event__repipe_mmap2; in __cmd_inject()
405 .mmap2 = perf_event__repipe, in cmd_inject()
Dbuiltin-mem.c193 .mmap2 = perf_event__process_mmap2, in cmd_mem()
Dbuiltin-annotate.c280 .mmap2 = perf_event__process_mmap2, in cmd_annotate()
Dbuiltin-report.c748 .mmap2 = perf_event__process_mmap2, in cmd_report()
Dbuiltin-script.c545 .mmap2 = perf_event__process_mmap2,
Dbuiltin-trace.c1060 trace->tool.mmap2 = perf_event__process_mmap2; in trace__replay()
/external/linux-tools-perf/perf-3.12.0/include/uapi/linux/
Dperf_event.h280 mmap2 : 1, /* include mmap with inode data */ member
/external/kernel-headers/original/uapi/linux/
Dperf_event.h303 mmap2 : 1, /* include mmap with inode data */ member
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dperf-record.c244 mmap_filename = event->mmap2.filename; in test__PERF_RECORD()
/external/chromium_org/tools/android/heap_profiler/
Dheap_profiler_hooks_android.c117 HEAP_PROFILER_EXPORT void* mmap2( in mmap2() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_linux.cc106 return internal_syscall(SYSCALL(mmap2), addr, length, prot, flags, fd, in internal_mmap()
/external/valgrind/main/memcheck/tests/x86-linux/
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/vendor/
DChangeLog179 * BUGFIX: mmap2 on i386 takes an off_t, not off64_t (csilvers)
624 * Use mmap2() instead of mmap(), to map more memory (menage)
/external/strace/
DNEWS206 * Fixed syscall flags of fstatat*, mmap, mmap2, fadvise64*, swapoff,
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
Dlinux_syscall_support.h1935 LSS_INLINE _syscall6(void*, mmap2, void*, s, in _syscall2()
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
Dlinux_syscall_support.h2031 LSS_INLINE _syscall6(void*, mmap2, void*, s, in _syscall2()

12