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

/freebsd-13-stable/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c338 errcode = pt_section_map(NULL);
442 errcode = pt_section_map(sfix->section);
459 errcode = pt_section_map(sfix->section);
501 errcode = pt_section_map(sfix->section);
629 errcode = pt_section_map(sfix->section);
632 errcode = pt_section_map(sfix->section);
661 errcode = pt_section_map(sfix->section);
664 errcode = pt_section_map(sfix->section);
698 errcode = pt_section_map(sfix->section);
726 errcode = pt_section_map(sfi
[all...]
H A Dptunit-image_section_cache.c82 extern int pt_section_map(struct pt_section *section);
342 int pt_section_map(struct pt_section *section) function
1240 status = pt_section_map(cfix->section[0]);
1288 status = pt_section_map(cfix->section[0]);
1294 status = pt_section_map(cfix->section[0]);
1319 status = pt_section_map(cfix->section[0]);
1345 status = pt_section_map(cfix->section[0]);
1351 status = pt_section_map(cfix->section[1]);
1382 status = pt_section_map(cfix->section[0]);
1388 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.c335 int pt_section_map(struct pt_section *section) function
/freebsd-13-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
325 * This function is called by the OS-specific pt_section_map() implementation
345 * pt_section_map() calls must match the number of pt_section_unmap()
357 extern int pt_section_map(struct pt_section *section);
/freebsd-13-stable/contrib/processor-trace/libipt/src/
H A Dpt_msec_cache.c123 errcode = pt_section_map(section);
H A Dpt_image.c603 errcode = pt_section_map(section);
H A Dpt_image_section_cache.c1023 errcode = pt_section_map(section);
/freebsd-13-stable/contrib/processor-trace/libipt/src/posix/
H A Dpt_section_posix.c188 * Our caller does not yet know whether pt_section_map()
198 int pt_section_map(struct pt_section *section) function
/freebsd-13-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 77 milliseconds