Searched refs:pt_buffer (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
H A Dperf_event_intel_pt.c319 * @list: linkage to struct pt_buffer's list of tables
388 static void topa_insert_table(struct pt_buffer *buf, struct topa *topa) topa_insert_table()
434 static int topa_insert_pages(struct pt_buffer *buf, gfp_t gfp) topa_insert_pages()
471 static void pt_topa_dump(struct pt_buffer *buf) pt_topa_dump()
503 static void pt_buffer_advance(struct pt_buffer *buf) pt_buffer_advance()
526 struct pt_buffer *buf = perf_get_aux(&pt->handle); pt_update_head()
552 static void *pt_buffer_region(struct pt_buffer *buf) pt_buffer_region()
561 static size_t pt_buffer_region_size(struct pt_buffer *buf) pt_buffer_region_size()
572 struct pt_buffer *buf = perf_get_aux(&pt->handle); pt_handle_status()
626 static void pt_read_offset(struct pt_buffer *buf) pt_read_offset()
649 static unsigned int pt_topa_next_entry(struct pt_buffer *buf, unsigned int pg) pt_topa_next_entry()
678 static int pt_buffer_reset_markers(struct pt_buffer *buf, pt_buffer_reset_markers()
735 static void pt_buffer_setup_topa_index(struct pt_buffer *buf) pt_buffer_setup_topa_index()
778 static void pt_buffer_reset_offsets(struct pt_buffer *buf, unsigned long head) pt_buffer_reset_offsets()
801 static void pt_buffer_fini_topa(struct pt_buffer *buf) pt_buffer_fini_topa()
820 static int pt_buffer_init_topa(struct pt_buffer *buf, unsigned long nr_pages, pt_buffer_init_topa()
867 struct pt_buffer *buf; pt_buffer_setup_aux()
877 buf = kzalloc_node(offsetof(struct pt_buffer, topa_index[nr_pages]), pt_buffer_setup_aux()
903 struct pt_buffer *buf = data; pt_buffer_free_aux()
918 static bool pt_buffer_is_full(struct pt_buffer *buf, struct pt *pt) pt_buffer_is_full()
935 struct pt_buffer *buf; intel_pt_interrupt()
994 struct pt_buffer *buf = perf_get_aux(&pt->handle); pt_event_start()
1026 struct pt_buffer *buf = perf_get_aux(&pt->handle); pt_event_stop()
1045 struct pt_buffer *buf; pt_event_del()
1063 struct pt_buffer *buf; pt_event_add()
H A Dintel_pt.h71 * struct pt_buffer - buffer configuration; one buffer per task_struct or
90 struct pt_buffer { struct

Completed in 103 milliseconds