Home
last modified time | relevance | path

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

/freebsd/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h243 extern const char *pt_section_filename(const struct pt_section *section);
/freebsd/contrib/processor-trace/libipt/src/
H A Dpt_image_section_cache.c185 sec_filename = pt_section_filename(section); in pt_iscache_find_locked()
501 sec_filename = pt_section_filename(sec); in pt_iscache_find_section_locked()
536 filename = pt_section_filename(section); in pt_iscache_add()
H A Dpt_section.c350 const char *pt_section_filename(const struct pt_section *section) in pt_section_filename() function
H A Dpt_image.c408 tname = pt_section_filename(sec); in pt_image_remove_by_filename()
/freebsd/contrib/processor-trace/libipt/test/src/
H A Dptunit-section.c173 name = pt_section_filename(sfix->section); in create()
208 name = pt_section_filename(sfix->section); in create_truncated()
235 name = pt_section_filename(NULL); in filename_null()
H A Dptunit-image_section_cache.c87 extern const char *pt_section_filename(const struct pt_section *section);
460 const char *pt_section_filename(const struct pt_section *section) in pt_section_filename() function
H A Dptunit-image.c187 const char *pt_section_filename(const struct pt_section *section) in pt_section_filename() function