Home
last modified time | relevance | path

Searched defs:itr (Results 1 – 25 of 34) sorted by relevance

12

/linux/tools/perf/arch/arm/util/
H A Dcs-etm.c38 struct auxtrace_record itr; member
184 static struct perf_pmu *cs_etm_get_pmu(struct auxtrace_record *itr) in cs_etm_get_pmu()
240 static int cs_etm_parse_snapshot_options(struct auxtrace_record *itr, in cs_etm_parse_snapshot_options()
305 static int cs_etm_recording_options(struct auxtrace_record *itr, in cs_etm_recording_options()
477 static u64 cs_etm_get_config(struct auxtrace_record *itr) in cs_etm_get_config()
508 static u64 cs_etmv4_get_config(struct auxtrace_record *itr) in cs_etmv4_get_config()
538 cs_etm_info_priv_size(struct auxtrace_record *itr, in cs_etm_info_priv_size()
650 static void cs_etm_save_etmv4_header(__u64 data[], struct auxtrace_record *itr, struct perf_cpu cpu) in cs_etm_save_etmv4_header()
682 static void cs_etm_save_ete_header(__u64 data[], struct auxtrace_record *itr, struct perf_cpu cpu) in cs_etm_save_ete_header()
714 struct auxtrace_record *itr, in cs_etm_get_metadata()
[all …]
/linux/tools/perf/arch/x86/util/
H A Dintel-bts.c40 struct auxtrace_record itr; member
62 static int intel_bts_info_fill(struct auxtrace_record *itr, in intel_bts_info_fill()
105 static int intel_bts_recording_options(struct auxtrace_record *itr, in intel_bts_recording_options()
251 static int intel_bts_parse_snapshot_options(struct auxtrace_record *itr, in intel_bts_parse_snapshot_options()
313 static void intel_bts_recording_free(struct auxtrace_record *itr) in intel_bts_recording_free()
322 static int intel_bts_snapshot_start(struct auxtrace_record *itr) in intel_bts_snapshot_start()
335 static int intel_bts_snapshot_finish(struct auxtrace_record *itr) in intel_bts_snapshot_finish()
365 static int intel_bts_find_snapshot(struct auxtrace_record *itr, int idx, in intel_bts_find_snapshot()
/linux/tools/perf/arch/arm64/util/
H A Dhisi-ptt.c31 struct auxtrace_record itr; member
43 static int hisi_ptt_info_fill(struct auxtrace_record *itr, in hisi_ptt_info_fill()
96 static int hisi_ptt_recording_options(struct auxtrace_record *itr, in hisi_ptt_recording_options()
152 static void hisi_ptt_recording_free(struct auxtrace_record *itr) in hisi_ptt_recording_free()
/linux/tools/perf/util/
H A Dauxtrace.c560 size_t auxtrace_record__info_priv_size(struct auxtrace_record *itr, in auxtrace_record__info_priv_size() argument
574 int auxtrace_record__info_fill(struct auxtrace_record *itr, in auxtrace_record__info_fill() argument
584 void auxtrace_record__free(struct auxtrace_record *itr) in auxtrace_record__free() argument
590 auxtrace_record__snapshot_start(struct auxtrace_record * itr) auxtrace_record__snapshot_start() argument
597 auxtrace_record__snapshot_finish(struct auxtrace_record * itr,bool on_exit) auxtrace_record__snapshot_finish() argument
604 auxtrace_record__find_snapshot(struct auxtrace_record * itr,int idx,struct auxtrace_mmap * mm,unsigned char * data,u64 * head,u64 * old) auxtrace_record__find_snapshot() argument
613 auxtrace_record__options(struct auxtrace_record * itr,struct evlist * evlist,struct record_opts * opts) auxtrace_record__options() argument
624 auxtrace_record__reference(struct auxtrace_record * itr) auxtrace_record__reference() argument
631 auxtrace_parse_snapshot_options(struct auxtrace_record * itr,struct record_opts * opts,const char * str) auxtrace_parse_snapshot_options() argument
670 auxtrace_record__read_finish(struct auxtrace_record * itr,int idx) auxtrace_record__read_finish() argument
746 auxtrace_parse_sample_options(struct auxtrace_record * itr,struct evlist * evlist,struct record_opts * opts,const char * str) auxtrace_parse_sample_options() argument
1242 perf_event__synthesize_auxtrace_info(struct auxtrace_record * itr,const struct perf_tool * tool,struct perf_session * session,perf_event__handler_t process) perf_event__synthesize_auxtrace_info() argument
1833 __auxtrace_mmap__read(struct mmap * map,struct auxtrace_record * itr,const struct perf_tool * tool,process_auxtrace_t fn,bool snapshot,size_t snapshot_size) __auxtrace_mmap__read() argument
1944 auxtrace_mmap__read(struct mmap * map,struct auxtrace_record * itr,const struct perf_tool * tool,process_auxtrace_t fn) auxtrace_mmap__read() argument
1951 auxtrace_mmap__read_snapshot(struct mmap * map,struct auxtrace_record * itr,const struct perf_tool * tool,process_auxtrace_t fn,size_t snapshot_size) auxtrace_mmap__read_snapshot() argument
[all...]
/linux/drivers/bus/mhi/host/
H A Dpm.c781 struct state_transition *itr, *tmp; in mhi_pm_st_worker() local
847 struct mhi_chan *itr, *tmp; in mhi_pm_suspend() local
935 struct mhi_chan *itr, *tmp; in __mhi_pm_resume() local
/linux/tools/perf/arch/s390/util/
H A Dauxtrace.c19 static void cpumsf_free(struct auxtrace_record *itr) in cpumsf_free()
/linux/drivers/net/ethernet/microchip/vcap/
H A Dvcap_api.c49 void vcap_iter_set(struct vcap_stream_iter *itr, int sw_width, in vcap_iter_set()
59 static void vcap_iter_skip_tg(struct vcap_stream_iter *itr) in vcap_iter_skip_tg()
70 void vcap_iter_update(struct vcap_stream_iter *itr) in vcap_iter_update()
82 void vcap_iter_init(struct vcap_stream_iter *itr, int sw_width, in vcap_iter_init()
90 void vcap_iter_next(struct vcap_stream_iter *itr) in vcap_iter_next()
97 static void vcap_set_bit(u32 *stream, struct vcap_stream_iter *itr, bool value) in vcap_set_bit()
108 static void vcap_encode_bit(u32 *stream, struct vcap_stream_iter *itr, bool val) in vcap_encode_bit()
125 static void vcap_encode_field(u32 *stream, struct vcap_stream_iter *itr, in vcap_encode_field()
189 static bool vcap_get_bit(u32 *stream, struct vcap_stream_iter *itr) in vcap_get_bit()
197 static void vcap_decode_field(u32 *stream, struct vcap_stream_iter *itr, in vcap_decode_field()
/linux/drivers/crypto/virtio/
H A Dvirtio_crypto_mgr.c35 struct list_head *itr; in virtcrypto_devmgr_add_dev() local
/linux/drivers/crypto/intel/qat/qat_common/
H A Dqat_compression.c54 struct list_head *itr; in qat_compression_get_instance_node() local
/linux/drivers/gpu/drm/i915/gvt/
H A Dkvmgt.c213 struct gvt_dma *itr; in __gvt_cache_find_dma_addr() local
231 struct gvt_dma *itr; in __gvt_cache_find_gfn() local
249 struct gvt_dma *new, *itr; in __gvt_cache_add() local
643 struct intel_vgpu *itr; in __kvmgt_vgpu_exist() local
/linux/drivers/net/ethernet/intel/idpf/
H A Didpf_txrx.c3610 u16 itr = 0; in idpf_vport_intr_buildreg_itr() local
3794 void idpf_vport_intr_write_itr(struct idpf_q_vector *q_vector, u16 itr, bool tx) in idpf_vport_intr_write_itr()
3816 u16 itr; in idpf_vport_intr_ena_irq_all() local
3864 u16 itr; in idpf_tx_dim_work() local
3890 u16 itr; in idpf_rx_dim_work() local
/linux/arch/x86/platform/ts5500/
H A Dts5500.c80 bool itr; member
/linux/drivers/net/ethernet/qualcomm/emac/
H A Demac-sgmii-qdf2432.c107 const struct emac_reg_write *itr, size_t size) in emac_reg_write_all()
H A Demac-sgmii-qdf2400.c117 const struct emac_reg_write *itr, size_t size) in emac_reg_write_all()
H A Demac-sgmii-fsm9900.c140 const struct emac_reg_write *itr, size_t size) in emac_reg_write_all()
/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k.h150 u16 itr; /* interrupt throttle rate value */ member
161 #define ITR_IS_ADAPTIVE(itr) (!!(itr & FM10K_ITR_ADAPTIVE)) argument
187 u32 __iomem *itr; /* pointer to ITR register for this vector */ member
H A Dfm10k_main.c1402 u32 itr = FM10K_ITR_ENABLE; in fm10k_qv_enable() local
/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_txrx.c453 unsigned int avg_wire_size, packets, bytes, itr; in iavf_update_itr() local
1257 static inline u32 iavf_buildreg_itr(const int type, u16 itr) in iavf_buildreg_itr()
/linux/drivers/bus/mhi/ep/
H A Dmain.c818 struct mhi_ep_ring_item *itr, *tmp; in mhi_ep_ch_ring_worker() local
882 struct mhi_ep_state_transition *itr, *tmp; in mhi_ep_state_worker() local
/linux/drivers/gpu/drm/virtio/
H A Dvirtgpu_submit.c62 struct dma_fence_unwrap itr; in virtio_gpu_dma_fence_wait() local
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_nic.h49 u32 itr; member
/linux/drivers/net/ethernet/intel/ice/
H A Dice_lib.c1843 struct ice_ring_container *rc, u16 itr) in __ice_write_itr()
1856 void ice_write_itr(struct ice_ring_container *rc, u16 itr) in ice_write_itr()
/linux/drivers/net/ethernet/intel/e1000/
H A De1000.h220 u32 itr; member
/linux/drivers/dma/idxd/
H A Ddevice.c1251 struct idxd_desc *desc, *itr; in idxd_flush_pending_descs() local
/linux/drivers/net/ethernet/intel/e1000e/
H A Dnetdev.c1943 u32 itr = rx_ring->itr_val ? in e1000_intr_msix_rx() local
2610 void e1000e_write_itr(struct e1000_adapter *adapter, u32 itr) in e1000e_write_itr()
5380 u32 itr = goc > 0 ? (dif * 6000 / goc + 2000) : 8000; in e1000_watchdog_task() local

12