Searched refs:pt_section_map (Results 1 - 11 of 11) sorted by relevance

/freebsd-12-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c329 errcode = pt_section_map(NULL);
429 errcode = pt_section_map(sfix->section);
445 errcode = pt_section_map(sfix->section);
485 errcode = pt_section_map(sfix->section);
608 errcode = pt_section_map(sfix->section);
611 errcode = pt_section_map(sfix->section);
639 errcode = pt_section_map(sfix->section);
642 errcode = pt_section_map(sfix->section);
675 errcode = pt_section_map(sfix->section);
702 errcode = pt_section_map(sfi
[all...]
H A Dptunit-image_section_cache.c82 extern int pt_section_map(struct pt_section *section);
340 int pt_section_map(struct pt_section *section) function
1236 status = pt_section_map(cfix->section[0]);
1284 status = pt_section_map(cfix->section[0]);
1290 status = pt_section_map(cfix->section[0]);
1315 status = pt_section_map(cfix->section[0]);
1341 status = pt_section_map(cfix->section[0]);
1347 status = pt_section_map(cfix->section[1]);
1378 status = pt_section_map(cfix->section[0]);
1384 status = pt_section_map(cfi
[all...]
H A Dptunit-section-file.c40 * We provide pt_section_map() et.al. that are normally provided by mmap-based
129 int pt_section_map(struct pt_section *section) function
H A Dptunit-msec_cache.c66 int pt_section_map(struct pt_section *section) function
H A Dptunit-image.c334 int pt_section_map(struct pt_section *section) function
/freebsd-12-stable/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h59 * The status is initialized on first pt_section_map() and will be
68 * This field is set in pt_section_map() and owned by the mapping
101 * This field is set in pt_section_map() and owned by the mapping
109 * This field is set in pt_section_map() and owned by the mapping
118 * This field is set in pt_section_map() and owned by the mapping
320 * This function is called by the OS-specific pt_section_map() implementation
340 * pt_section_map() calls must match the number of pt_section_unmap()
352 extern int pt_section_map(struct pt_section *section);
/freebsd-12-stable/contrib/processor-trace/libipt/src/
H A Dpt_msec_cache.c123 errcode = pt_section_map(section);
H A Dpt_image.c598 errcode = pt_section_map(section);
H A Dpt_image_section_cache.c1018 errcode = pt_section_map(section);
/freebsd-12-stable/contrib/processor-trace/libipt/src/posix/
H A Dpt_section_posix.c183 * Our caller does not yet know whether pt_section_map()
193 int pt_section_map(struct pt_section *section) function
/freebsd-12-stable/contrib/processor-trace/libipt/src/windows/
H A Dpt_section_windows.c221 * Our caller does not yet know whether pt_section_map()
231 int pt_section_map(struct pt_section *section) function

Completed in 74 milliseconds