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

/linux-4.4.14/tools/perf/arch/x86/util/
H A Dintel-pt.c54 struct intel_pt_recording { struct
241 struct intel_pt_recording *ptr = intel_pt_parse_snapshot_options()
242 container_of(itr, struct intel_pt_recording, itr); intel_pt_parse_snapshot_options()
295 struct intel_pt_recording *ptr = intel_pt_info_fill()
296 container_of(itr, struct intel_pt_recording, itr); intel_pt_info_fill()
499 struct intel_pt_recording *ptr = intel_pt_recording_options()
500 container_of(itr, struct intel_pt_recording, itr); intel_pt_recording_options()
722 struct intel_pt_recording *ptr = intel_pt_snapshot_start()
723 container_of(itr, struct intel_pt_recording, itr); intel_pt_snapshot_start()
735 struct intel_pt_recording *ptr = intel_pt_snapshot_finish()
736 container_of(itr, struct intel_pt_recording, itr); intel_pt_snapshot_finish()
746 static int intel_pt_alloc_snapshot_refs(struct intel_pt_recording *ptr, int idx) intel_pt_alloc_snapshot_refs()
770 static void intel_pt_free_snapshot_refs(struct intel_pt_recording *ptr) intel_pt_free_snapshot_refs()
781 struct intel_pt_recording *ptr = intel_pt_recording_free()
782 container_of(itr, struct intel_pt_recording, itr); intel_pt_recording_free()
788 static int intel_pt_alloc_snapshot_ref(struct intel_pt_recording *ptr, int idx, intel_pt_alloc_snapshot_ref()
804 static size_t intel_pt_snapshot_ref_buf_size(struct intel_pt_recording *ptr, intel_pt_snapshot_ref_buf_size()
829 static int intel_pt_snapshot_init(struct intel_pt_recording *ptr, intel_pt_snapshot_init()
902 static bool intel_pt_wrapped(struct intel_pt_recording *ptr, int idx, intel_pt_wrapped()
940 struct intel_pt_recording *ptr = intel_pt_find_snapshot()
941 container_of(itr, struct intel_pt_recording, itr); intel_pt_find_snapshot()
1008 struct intel_pt_recording *ptr = intel_pt_read_finish()
1009 container_of(itr, struct intel_pt_recording, itr); intel_pt_read_finish()
1023 struct intel_pt_recording *ptr; intel_pt_recording_init()
1028 ptr = zalloc(sizeof(struct intel_pt_recording)); intel_pt_recording_init()

Completed in 36 milliseconds