Lines Matching refs:s390_cpumsf

163 struct s390_cpumsf {  struct
176 struct s390_cpumsf *sf; argument
318 static void s390_cpumsf_dump(struct s390_cpumsf *sf, in s390_cpumsf_dump()
379 static void s390_cpumsf_dump_event(struct s390_cpumsf *sf, unsigned char *buf, in s390_cpumsf_dump_event()
479 struct s390_cpumsf *sf = sfq->sf; in s390_cpumsf_samples()
632 s390_cpumsf_alloc_queue(struct s390_cpumsf *sf, unsigned int queue_nr) in s390_cpumsf_alloc_queue()
646 static int s390_cpumsf_setup_queue(struct s390_cpumsf *sf, in s390_cpumsf_setup_queue()
667 static int s390_cpumsf_setup_queues(struct s390_cpumsf *sf, u64 ts) in s390_cpumsf_setup_queues()
681 static int s390_cpumsf_update_queues(struct s390_cpumsf *sf, u64 ts) in s390_cpumsf_update_queues()
690 static int s390_cpumsf_process_queues(struct s390_cpumsf *sf, u64 timestamp) in s390_cpumsf_process_queues()
733 static int s390_cpumsf_synth_error(struct s390_cpumsf *sf, int code, int cpu, in s390_cpumsf_synth_error()
751 static int s390_cpumsf_lost(struct s390_cpumsf *sf, struct perf_sample *sample) in s390_cpumsf_lost()
763 struct s390_cpumsf *sf = container_of(session->auxtrace, in s390_cpumsf_process_event()
764 struct s390_cpumsf, in s390_cpumsf_process_event()
799 struct s390_cpumsf *sf = container_of(session->auxtrace, in s390_cpumsf_process_auxtrace_event()
800 struct s390_cpumsf, in s390_cpumsf_process_auxtrace_event()
847 struct s390_cpumsf *sf = container_of(session->auxtrace, in s390_cpumsf_free_queues()
848 struct s390_cpumsf, in s390_cpumsf_free_queues()
860 struct s390_cpumsf *sf = container_of(session->auxtrace, in s390_cpumsf_free()
861 struct s390_cpumsf, in s390_cpumsf_free()
895 struct s390_cpumsf *sf; in s390_cpumsf_process_auxtrace_info()
901 sf = zalloc(sizeof(struct s390_cpumsf)); in s390_cpumsf_process_auxtrace_info()