Searched refs:pt_mk_section (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/processor-trace/libipt/test/src/ |
H A D | ptunit-section.c | 169 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 D | ptunit-image_section_cache.c | 72 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(§ion, "some-filename", in dfix_init()
|
H A D | ptunit-image.c | 211 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 D | pt_section.h | 172 extern int pt_mk_section(struct pt_section **psection, const char *filename,
|
/freebsd/contrib/processor-trace/libipt/src/ |
H A D | pt_section.c | 40 int pt_mk_section(struct pt_section **psection, const char *filename, in pt_mk_section() function
|
H A D | pt_image.c | 323 errcode = pt_mk_section(§ion, filename, offset, size); in pt_image_add_file()
|
H A D | pt_image_section_cache.c | 983 errcode = pt_mk_section(§ion, filename, offset, size); in pt_iscache_add_file()
|