Home
last modified time | relevance | path

Searched refs:pt_mk_section (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c169 errcode = pt_mk_section(&sfix->section, sfix->name, 0x1ull, 0x3ull); in create()
189 errcode = pt_mk_section(&sfix->section, sfix->name, 0x10ull, 0x0ull); in create_bad_offset()
204 errcode = pt_mk_section(&sfix->section, sfix->name, 0x1ull, UINT64_MAX); in create_truncated()
224 errcode = pt_mk_section(&sfix->section, sfix->name, 0x0ull, 0x10ull); in create_empty()
371 errcode = pt_mk_section(&sfix->section, sfix->name, 0x1ull, 0x3ull); in get_overflow()
393 errcode = pt_mk_section(&sfix->section, sfix->name, 0x1ull, 0x3ull); in attach_overflow()
415 errcode = pt_mk_section(&sfix->section, sfix->name, 0x1ull, 0x3ull); in attach_bad_ucount()
436 errcode = pt_mk_section(&sfix->section, sfix->name, 0x1ull, 0x3ull); in map_change()
455 errcode = pt_mk_section(&sfix->section, sfix->name, 0x1ull, 0x3ull); in map_put()
478 errcode = pt_mk_section(&sfix->section, sfix->name, 0x1ull, 0x3ull); in unmap_nomap()
[all …]
H A Dptunit-image_section_cache.c72 extern int pt_mk_section(struct pt_section **psection, const char *filename,
96 int pt_mk_section(struct pt_section **psection, const char *filename, in pt_mk_section() function
559 errcode = pt_mk_section(&section, "some-filename", in dfix_init()
H A Dptunit-image.c211 int pt_mk_section(struct pt_section **psection, const char *filename, in pt_mk_section() function
/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h172 extern int pt_mk_section(struct pt_section **psection, const char *filename,
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_section.c40 int pt_mk_section(struct pt_section **psection, const char *filename, in pt_mk_section() function
H A Dpt_image.c323 errcode = pt_mk_section(&section, filename, offset, size); in pt_image_add_file()
H A Dpt_image_section_cache.c983 errcode = pt_mk_section(&section, filename, offset, size); in pt_iscache_add_file()