Home
last modified time | relevance | path

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

12345678910>>...112

/dports/devel/p5-Sys-Trace/Sys-Trace-0.03/t/
H A D04.strace.t38 25901 1277677148.518390 mmap2(NULL, 72860, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb771d000 <0.000026>
68 25901 1277677148.522840 mmap2(NULL, 366, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb772e000 <0.000010>
72 25901 1277677148.523027 mmap2(NULL, 26048, PROT_READ, MAP_SHARED, 3, 0) = 0xb7727000 <0.000010>
77 25901 1277677148.523344 mmap2(NULL, 23, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7726000 <0.000010>
82 25901 1277677148.523657 mmap2(NULL, 56, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7725000 <0.000010>
87 25901 1277677148.523961 mmap2(NULL, 127, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7724000 <0.000009>
92 25901 1277677148.524259 mmap2(NULL, 77, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7723000 <0.000010>
97 25901 1277677148.524563 mmap2(NULL, 34, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7722000 <0.000010>
105 25901 1277677148.525049 mmap2(NULL, 52, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7721000 <0.000010>
110 25901 1277677148.525359 mmap2(NULL, 290, PROT_READ, MAP_PRIVATE, 3, 0) = 0xb7720000 <0.000009>
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/util/
H A Djitdump.c497 event->mmap2.header.size = (sizeof(event->mmap2) - in jit_repipe_code_load()
501 event->mmap2.start = addr; in jit_repipe_code_load()
503 event->mmap2.pid = pid; in jit_repipe_code_load()
504 event->mmap2.tid = tid; in jit_repipe_code_load()
505 event->mmap2.ino = st.st_ino; in jit_repipe_code_load()
508 event->mmap2.prot = st.st_mode; in jit_repipe_code_load()
509 event->mmap2.flags = MAP_SHARED; in jit_repipe_code_load()
590 event->mmap2.header.size = (sizeof(event->mmap2) - in jit_repipe_code_move()
596 event->mmap2.pid = pid; in jit_repipe_code_move()
597 event->mmap2.tid = tid; in jit_repipe_code_move()
[all …]
H A Devent.c295 build_id__init(&bid, event->mmap2.build_id, in perf_event__fprintf_mmap2()
296 event->mmap2.build_id_size); in perf_event__fprintf_mmap2()
301 event->mmap2.pid, event->mmap2.tid, event->mmap2.start, in perf_event__fprintf_mmap2()
302 event->mmap2.len, event->mmap2.pgoff, sbuild_id, in perf_event__fprintf_mmap2()
303 (event->mmap2.prot & PROT_READ) ? 'r' : '-', in perf_event__fprintf_mmap2()
307 event->mmap2.filename); in perf_event__fprintf_mmap2()
311 event->mmap2.pid, event->mmap2.tid, event->mmap2.start, in perf_event__fprintf_mmap2()
312 event->mmap2.len, event->mmap2.pgoff, event->mmap2.maj, in perf_event__fprintf_mmap2()
313 event->mmap2.min, event->mmap2.ino, in perf_event__fprintf_mmap2()
314 event->mmap2.ino_generation, in perf_event__fprintf_mmap2()
[all …]
H A Dsynthetic-events.c434 &event->mmap2.start, in perf_event__synthesize_mmap_events()
435 &event->mmap2.len, in perf_event__synthesize_mmap_events()
436 &event->mmap2.prot, in perf_event__synthesize_mmap_events()
437 &event->mmap2.flags, in perf_event__synthesize_mmap_events()
439 &event->mmap2.maj, in perf_event__synthesize_mmap_events()
440 &event->mmap2.min, in perf_event__synthesize_mmap_events()
441 &event->mmap2.ino, in perf_event__synthesize_mmap_events()
489 event->mmap2.header.size = (sizeof(event->mmap2) - in perf_event__synthesize_mmap_events()
670 event->mmap2.header.size = (sizeof(event->mmap2) - in perf_event__synthesize_modules()
1099 size = snprintf(event->mmap2.filename, sizeof(event->mmap2.filename), in __perf_event__synthesize_kernel_mmap()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/util/
H A Djitdump.c497 event->mmap2.header.size = (sizeof(event->mmap2) - in jit_repipe_code_load()
501 event->mmap2.start = addr; in jit_repipe_code_load()
503 event->mmap2.pid = pid; in jit_repipe_code_load()
504 event->mmap2.tid = tid; in jit_repipe_code_load()
505 event->mmap2.ino = st.st_ino; in jit_repipe_code_load()
508 event->mmap2.prot = st.st_mode; in jit_repipe_code_load()
509 event->mmap2.flags = MAP_SHARED; in jit_repipe_code_load()
590 event->mmap2.header.size = (sizeof(event->mmap2) - in jit_repipe_code_move()
596 event->mmap2.pid = pid; in jit_repipe_code_move()
597 event->mmap2.tid = tid; in jit_repipe_code_move()
[all …]
H A Devent.c295 build_id__init(&bid, event->mmap2.build_id, in perf_event__fprintf_mmap2()
296 event->mmap2.build_id_size); in perf_event__fprintf_mmap2()
301 event->mmap2.pid, event->mmap2.tid, event->mmap2.start, in perf_event__fprintf_mmap2()
302 event->mmap2.len, event->mmap2.pgoff, sbuild_id, in perf_event__fprintf_mmap2()
303 (event->mmap2.prot & PROT_READ) ? 'r' : '-', in perf_event__fprintf_mmap2()
307 event->mmap2.filename); in perf_event__fprintf_mmap2()
311 event->mmap2.pid, event->mmap2.tid, event->mmap2.start, in perf_event__fprintf_mmap2()
312 event->mmap2.len, event->mmap2.pgoff, event->mmap2.maj, in perf_event__fprintf_mmap2()
313 event->mmap2.min, event->mmap2.ino, in perf_event__fprintf_mmap2()
314 event->mmap2.ino_generation, in perf_event__fprintf_mmap2()
[all …]
H A Dsynthetic-events.c434 &event->mmap2.start, in perf_event__synthesize_mmap_events()
435 &event->mmap2.len, in perf_event__synthesize_mmap_events()
436 &event->mmap2.prot, in perf_event__synthesize_mmap_events()
437 &event->mmap2.flags, in perf_event__synthesize_mmap_events()
439 &event->mmap2.maj, in perf_event__synthesize_mmap_events()
440 &event->mmap2.min, in perf_event__synthesize_mmap_events()
441 &event->mmap2.ino, in perf_event__synthesize_mmap_events()
489 event->mmap2.header.size = (sizeof(event->mmap2) - in perf_event__synthesize_mmap_events()
670 event->mmap2.header.size = (sizeof(event->mmap2) - in perf_event__synthesize_modules()
1099 size = snprintf(event->mmap2.filename, sizeof(event->mmap2.filename), in __perf_event__synthesize_kernel_mmap()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/util/
H A Djitdump.c497 event->mmap2.header.size = (sizeof(event->mmap2) - in jit_repipe_code_load()
501 event->mmap2.start = addr; in jit_repipe_code_load()
503 event->mmap2.pid = pid; in jit_repipe_code_load()
504 event->mmap2.tid = tid; in jit_repipe_code_load()
505 event->mmap2.ino = st.st_ino; in jit_repipe_code_load()
508 event->mmap2.prot = st.st_mode; in jit_repipe_code_load()
509 event->mmap2.flags = MAP_SHARED; in jit_repipe_code_load()
590 event->mmap2.header.size = (sizeof(event->mmap2) - in jit_repipe_code_move()
596 event->mmap2.pid = pid; in jit_repipe_code_move()
597 event->mmap2.tid = tid; in jit_repipe_code_move()
[all …]
H A Devent.c295 build_id__init(&bid, event->mmap2.build_id, in perf_event__fprintf_mmap2()
296 event->mmap2.build_id_size); in perf_event__fprintf_mmap2()
301 event->mmap2.pid, event->mmap2.tid, event->mmap2.start, in perf_event__fprintf_mmap2()
302 event->mmap2.len, event->mmap2.pgoff, sbuild_id, in perf_event__fprintf_mmap2()
303 (event->mmap2.prot & PROT_READ) ? 'r' : '-', in perf_event__fprintf_mmap2()
307 event->mmap2.filename); in perf_event__fprintf_mmap2()
311 event->mmap2.pid, event->mmap2.tid, event->mmap2.start, in perf_event__fprintf_mmap2()
312 event->mmap2.len, event->mmap2.pgoff, event->mmap2.maj, in perf_event__fprintf_mmap2()
313 event->mmap2.min, event->mmap2.ino, in perf_event__fprintf_mmap2()
314 event->mmap2.ino_generation, in perf_event__fprintf_mmap2()
[all …]
H A Dsynthetic-events.c434 &event->mmap2.start, in perf_event__synthesize_mmap_events()
435 &event->mmap2.len, in perf_event__synthesize_mmap_events()
436 &event->mmap2.prot, in perf_event__synthesize_mmap_events()
437 &event->mmap2.flags, in perf_event__synthesize_mmap_events()
439 &event->mmap2.maj, in perf_event__synthesize_mmap_events()
440 &event->mmap2.min, in perf_event__synthesize_mmap_events()
441 &event->mmap2.ino, in perf_event__synthesize_mmap_events()
489 event->mmap2.header.size = (sizeof(event->mmap2) - in perf_event__synthesize_mmap_events()
670 event->mmap2.header.size = (sizeof(event->mmap2) - in perf_event__synthesize_modules()
1099 size = snprintf(event->mmap2.filename, sizeof(event->mmap2.filename), in __perf_event__synthesize_kernel_mmap()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/bench/
H A Dinject-buildid.c182 memset(&event, 0, min(len, sizeof(event.mmap2))); in synthesize_mmap()
188 event.mmap2.pid = data->pid; in synthesize_mmap()
189 event.mmap2.tid = data->pid; in synthesize_mmap()
190 event.mmap2.maj = MMAP_DEV_MAJOR; in synthesize_mmap()
191 event.mmap2.ino = dso->ino; in synthesize_mmap()
193 strcpy(event.mmap2.filename, dso->name); in synthesize_mmap()
195 event.mmap2.start = dso_map_addr(dso); in synthesize_mmap()
196 event.mmap2.len = 4096; in synthesize_mmap()
197 event.mmap2.prot = PROT_EXEC; in synthesize_mmap()
199 if (len > sizeof(event.mmap2)) { in synthesize_mmap()
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/bench/
H A Dinject-buildid.c182 memset(&event, 0, min(len, sizeof(event.mmap2))); in synthesize_mmap()
188 event.mmap2.pid = data->pid; in synthesize_mmap()
189 event.mmap2.tid = data->pid; in synthesize_mmap()
190 event.mmap2.maj = MMAP_DEV_MAJOR; in synthesize_mmap()
191 event.mmap2.ino = dso->ino; in synthesize_mmap()
193 strcpy(event.mmap2.filename, dso->name); in synthesize_mmap()
195 event.mmap2.start = dso_map_addr(dso); in synthesize_mmap()
196 event.mmap2.len = 4096; in synthesize_mmap()
197 event.mmap2.prot = PROT_EXEC; in synthesize_mmap()
199 if (len > sizeof(event.mmap2)) { in synthesize_mmap()
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/bench/
H A Dinject-buildid.c182 memset(&event, 0, min(len, sizeof(event.mmap2))); in synthesize_mmap()
188 event.mmap2.pid = data->pid; in synthesize_mmap()
189 event.mmap2.tid = data->pid; in synthesize_mmap()
190 event.mmap2.maj = MMAP_DEV_MAJOR; in synthesize_mmap()
191 event.mmap2.ino = dso->ino; in synthesize_mmap()
193 strcpy(event.mmap2.filename, dso->name); in synthesize_mmap()
195 event.mmap2.start = dso_map_addr(dso); in synthesize_mmap()
196 event.mmap2.len = 4096; in synthesize_mmap()
197 event.mmap2.prot = PROT_EXEC; in synthesize_mmap()
199 if (len > sizeof(event.mmap2)) { in synthesize_mmap()
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/perf/
H A Dbuiltin-inject.c416 event->mmap2.filename, event->mmap2.pid, event->mmap2.tid, &n); in perf_event__jit_repipe_mmap2()
433 .maj = event->mmap2.maj, in perf_event__repipe_buildid_mmap2()
434 .min = event->mmap2.min, in perf_event__repipe_buildid_mmap2()
435 .ino = event->mmap2.ino, in perf_event__repipe_buildid_mmap2()
436 .ino_generation = event->mmap2.ino_generation, in perf_event__repipe_buildid_mmap2()
440 dso = findnew_dso(event->mmap2.pid, event->mmap2.tid, in perf_event__repipe_buildid_mmap2()
441 event->mmap2.filename, &dso_id, machine); in perf_event__repipe_buildid_mmap2()
446 event->mmap2.flags); in perf_event__repipe_buildid_mmap2()
712 inject->tool.mmap2 = perf_event__repipe_mmap2; in __cmd_inject()
807 .mmap2 = perf_event__repipe, in cmd_inject()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/perf/
H A Dbuiltin-inject.c416 event->mmap2.filename, event->mmap2.pid, event->mmap2.tid, &n); in perf_event__jit_repipe_mmap2()
433 .maj = event->mmap2.maj, in perf_event__repipe_buildid_mmap2()
434 .min = event->mmap2.min, in perf_event__repipe_buildid_mmap2()
435 .ino = event->mmap2.ino, in perf_event__repipe_buildid_mmap2()
436 .ino_generation = event->mmap2.ino_generation, in perf_event__repipe_buildid_mmap2()
440 dso = findnew_dso(event->mmap2.pid, event->mmap2.tid, in perf_event__repipe_buildid_mmap2()
441 event->mmap2.filename, &dso_id, machine); in perf_event__repipe_buildid_mmap2()
446 event->mmap2.flags); in perf_event__repipe_buildid_mmap2()
712 inject->tool.mmap2 = perf_event__repipe_mmap2; in __cmd_inject()
807 .mmap2 = perf_event__repipe, in cmd_inject()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/perf/
H A Dbuiltin-inject.c416 event->mmap2.filename, event->mmap2.pid, event->mmap2.tid, &n); in perf_event__jit_repipe_mmap2()
433 .maj = event->mmap2.maj, in perf_event__repipe_buildid_mmap2()
434 .min = event->mmap2.min, in perf_event__repipe_buildid_mmap2()
435 .ino = event->mmap2.ino, in perf_event__repipe_buildid_mmap2()
436 .ino_generation = event->mmap2.ino_generation, in perf_event__repipe_buildid_mmap2()
440 dso = findnew_dso(event->mmap2.pid, event->mmap2.tid, in perf_event__repipe_buildid_mmap2()
441 event->mmap2.filename, &dso_id, machine); in perf_event__repipe_buildid_mmap2()
446 event->mmap2.flags); in perf_event__repipe_buildid_mmap2()
712 inject->tool.mmap2 = perf_event__repipe_mmap2; in __cmd_inject()
807 .mmap2 = perf_event__repipe, in cmd_inject()
[all …]
/dports/security/py-angr/angr-9.0.5405/angr/procedures/linux_kernel/
H A Dmmap.py8 class mmap2(mmap): class
13 return super(mmap2, self).run(addr, length, prot, flags, fd, offset)
/dports/security/gpg-tui/gpg-tui-0.8.2/cargo-crates/memmap2-0.2.3/src/
H A Dlib.rs989 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in map_copy() localVariable
990 (&mmap2[..]).read_exact(&mut read).unwrap(); in map_copy()
1014 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in map_copy_read_only() localVariable
1015 (&mmap2[..]).read_exact(&mut read).unwrap(); in map_copy_read_only()
1160 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in mprotect_file() localVariable
1161 (&mmap2[..]).read_exact(&mut read).unwrap(); in mprotect_file()
1207 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in mprotect_copy() localVariable
1208 (&mmap2[..]).read_exact(&mut read).unwrap(); in mprotect_copy()
/dports/www/firefox/firefox-99.0/third_party/rust/memmap2-0.2.3/src/
H A Dlib.rs989 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in map_copy() localVariable
990 (&mmap2[..]).read_exact(&mut read).unwrap(); in map_copy()
1014 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in map_copy_read_only() localVariable
1015 (&mmap2[..]).read_exact(&mut read).unwrap(); in map_copy_read_only()
1160 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in mprotect_file() localVariable
1161 (&mmap2[..]).read_exact(&mut read).unwrap(); in mprotect_file()
1207 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in mprotect_copy() localVariable
1208 (&mmap2[..]).read_exact(&mut read).unwrap(); in mprotect_copy()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/memmap2/src/
H A Dlib.rs989 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in map_copy() localVariable
990 (&mmap2[..]).read_exact(&mut read).unwrap(); in map_copy()
1014 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in map_copy_read_only() localVariable
1015 (&mmap2[..]).read_exact(&mut read).unwrap(); in map_copy_read_only()
1160 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in mprotect_file() localVariable
1161 (&mmap2[..]).read_exact(&mut read).unwrap(); in mprotect_file()
1207 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in mprotect_copy() localVariable
1208 (&mmap2[..]).read_exact(&mut read).unwrap(); in mprotect_copy()
/dports/devel/racer/racer-2.1.48/cargo-crates/memmap2-0.2.2/src/
H A Dlib.rs984 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in map_copy() localVariable
985 (&mmap2[..]).read_exact(&mut read).unwrap(); in map_copy()
1009 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in map_copy_read_only() localVariable
1010 (&mmap2[..]).read_exact(&mut read).unwrap(); in map_copy_read_only()
1155 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in mprotect_file() localVariable
1156 (&mmap2[..]).read_exact(&mut read).unwrap(); in mprotect_file()
1202 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in mprotect_copy() localVariable
1203 (&mmap2[..]).read_exact(&mut read).unwrap(); in mprotect_copy()
/dports/x11/alacritty/alacritty-0.9.0/cargo-crates/memmap2-0.2.3/src/
H A Dlib.rs989 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in map_copy() localVariable
990 (&mmap2[..]).read_exact(&mut read).unwrap(); in map_copy()
1014 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in map_copy_read_only() localVariable
1015 (&mmap2[..]).read_exact(&mut read).unwrap(); in map_copy_read_only()
1160 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in mprotect_file() localVariable
1161 (&mmap2[..]).read_exact(&mut read).unwrap(); in mprotect_file()
1207 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in mprotect_copy() localVariable
1208 (&mmap2[..]).read_exact(&mut read).unwrap(); in mprotect_copy()
/dports/lang/rust/rustc-1.58.1-src/vendor/memmap2-0.2.1/src/
H A Dlib.rs949 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in map_copy() localVariable
950 (&mmap2[..]).read(&mut read).unwrap(); in map_copy()
974 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in map_copy_read_only() localVariable
975 (&mmap2[..]).read(&mut read).unwrap(); in map_copy_read_only()
1115 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in mprotect_file() localVariable
1116 (&mmap2[..]).read(&mut read).unwrap(); in mprotect_file()
1162 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in mprotect_copy() localVariable
1163 (&mmap2[..]).read(&mut read).unwrap(); in mprotect_copy()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/memmap2/src/
H A Dlib.rs989 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in map_copy() localVariable
990 (&mmap2[..]).read_exact(&mut read).unwrap(); in map_copy()
1014 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in map_copy_read_only() localVariable
1015 (&mmap2[..]).read_exact(&mut read).unwrap(); in map_copy_read_only()
1160 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in mprotect_file() localVariable
1161 (&mmap2[..]).read_exact(&mut read).unwrap(); in mprotect_file()
1207 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in mprotect_copy() localVariable
1208 (&mmap2[..]).read_exact(&mut read).unwrap(); in mprotect_copy()
/dports/textproc/ripgrep/ripgrep-13.0.0/cargo-crates/memmap2-0.3.0/src/
H A Dlib.rs1075 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in map_copy() localVariable
1076 (&mmap2[..]).read_exact(&mut read).unwrap(); in map_copy()
1100 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in map_copy_read_only() localVariable
1101 (&mmap2[..]).read_exact(&mut read).unwrap(); in map_copy_read_only()
1246 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in mprotect_file() localVariable
1247 (&mmap2[..]).read_exact(&mut read).unwrap(); in mprotect_file()
1293 let mmap2 = unsafe { MmapOptions::new().map(&file).unwrap() }; in mprotect_copy() localVariable
1294 (&mmap2[..]).read_exact(&mut read).unwrap(); in mprotect_copy()

12345678910>>...112