Home
last modified time | relevance | path

Searched defs:pt_section (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h45 struct pt_section { struct
59 * The status is initialized on first pt_section_map() and will be argument
68 * This field is set in pt_section_map() and owned by the mapping argument
71 void *mapping;
104 int (*unmap)(struct pt_section *sec); argument
112 int (*read)(const struct pt_section *sec, uint8_t *buffer, argument
121 int (*memsize)(const struct pt_section *section, uint64_t *size); argument
129 mtx_t lock;
139 mtx_t alock;
143 uint16_t ucount;
[all …]
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-image_section_cache.c38 struct pt_section { struct
40 const char *filename;
43 uint64_t offset;
44 uint64_t size;
47 uint64_t bcsize;
72 extern int pt_mk_section(struct pt_section **psection, const char *filename, argument