Searched refs:eventp (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/perf/ |
H A D | core-fsl-emb.c | 442 static int hw_perf_cache_event(u64 config, u64 *eventp) in hw_perf_cache_event() argument 465 *eventp = ev; in hw_perf_cache_event()
|
H A D | core-book3s.c | 1882 static int hw_perf_cache_event(u64 config, u64 *eventp) in hw_perf_cache_event() argument 1905 *eventp = ev; in hw_perf_cache_event()
|
/kernel/linux/linux-6.6/arch/powerpc/perf/ |
H A D | core-fsl-emb.c | 442 static int hw_perf_cache_event(u64 config, u64 *eventp) in hw_perf_cache_event() argument 465 *eventp = ev; in hw_perf_cache_event()
|
H A D | core-book3s.c | 1964 static int hw_perf_cache_event(u64 config, u64 *eventp) in hw_perf_cache_event() argument 1987 *eventp = ev; in hw_perf_cache_event()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-parse.c | 6744 static enum tep_errno parse_format(struct tep_event **eventp, in parse_format() argument 6753 *eventp = event = alloc_event(); in parse_format() 6851 *eventp = NULL; in parse_format() 6857 struct tep_event **eventp, in __parse_event() 6861 int ret = parse_format(eventp, tep, buf, size, sys); in __parse_event() 6862 struct tep_event *event = *eventp; in __parse_event() 6886 * @eventp: returned format 6899 struct tep_event **eventp, in tep_parse_format() 6903 return __parse_event(tep, eventp, buf, size, sys); in tep_parse_format() 6856 __parse_event(struct tep_handle *tep, struct tep_event **eventp, const char *buf, unsigned long size, const char *sys) __parse_event() argument 6898 tep_parse_format(struct tep_handle *tep, struct tep_event **eventp, const char *buf, unsigned long size, const char *sys) tep_parse_format() argument
|
H A D | event-parse.h | 469 struct tep_event **eventp,
|
/kernel/linux/linux-5.10/drivers/vhost/ |
H A D | scsi.c | 481 struct virtio_scsi_event __user *eventp; in vhost_scsi_do_evt_work() local 518 eventp = vq->iov[out].iov_base; in vhost_scsi_do_evt_work() 519 ret = __copy_to_user(eventp, event, sizeof(*event)); in vhost_scsi_do_evt_work()
|
/kernel/linux/linux-6.6/drivers/vhost/ |
H A D | scsi.c | 455 struct virtio_scsi_event __user *eventp; in vhost_scsi_do_evt_work() local 492 eventp = vq->iov[out].iov_base; in vhost_scsi_do_evt_work() 493 ret = __copy_to_user(eventp, event, sizeof(*event)); in vhost_scsi_do_evt_work()
|
Completed in 23 milliseconds