Home
last modified time | relevance | path

Searched defs:metric (Results 1 – 25 of 30) sorted by relevance

12

/Linux-v6.6/tools/perf/util/
Dmetricgroup.c120 struct metric { struct
128 /** The name of the metric such as "IPC". */ argument
129 const char *metric_name; argument
133 const char *metric_expr; argument
135 const char *metric_threshold; argument
137 * The "ScaleUnit" that scales and adds a unit to the metric during argument
140 const char *metric_unit; argument
145 const char *default_metricgroup_name; argument
147 struct metric_ref *metric_refs; argument
153 * Parsed events for the metric. Optional as events may be taken from a argument
[all …]
/Linux-v6.6/include/net/
Ddst.h165 dst_metric_raw(const struct dst_entry *dst, const int metric) in dst_metric_raw()
173 dst_metric(const struct dst_entry *dst, const int metric) in dst_metric()
192 static inline void dst_metric_set(struct dst_entry *dst, int metric, u32 val) in dst_metric_set()
220 static inline unsigned long dst_metric_rtt(const struct dst_entry *dst, int metric) in dst_metric_rtt()
233 dst_metric_locked(const struct dst_entry *dst, int metric) in dst_metric_locked()
Dip6_fib.h573 static inline bool fib6_metric_locked(struct fib6_info *f6i, int metric) in fib6_metric_locked()
/Linux-v6.6/tools/perf/tests/
Dpmu-events.c802 struct metric { struct
804 struct metric_ref metric_ref; argument
824 pr_debug("Found metric '%s'\n", pm->metric_name); in test__parsing_callback() argument
/Linux-v6.6/samples/bpf/
Dxdp_router_ipv4_user.c101 int dst_len, iface, metric; in read_route() member
161 int metric; in read_route() member
Dxdp_router_ipv4.bpf.c20 int metric; member
/Linux-v6.6/fs/ceph/
Dmetric.c237 struct ceph_metric *metric; in ceph_metric_init() local
Dmetric.h177 struct ceph_metric metric[METRIC_MAX]; member
Dfile.c1242 struct ceph_client_metric *metric = &ceph_sb_to_mdsc(inode->i_sb)->metric; in ceph_aio_complete_req() local
1390 struct ceph_client_metric *metric = &fsc->mdsc->metric; in ceph_direct_read_write() local
Dmds_client.h500 struct ceph_client_metric metric; member
/Linux-v6.6/drivers/net/wireless/ti/wlcore/
Devent.c114 s8 metric = metric_arr[0]; in wlcore_event_rssi_trigger() local
/Linux-v6.6/tools/perf/tests/shell/lib/
Dperf_metric_validation.py360 def _run_perf(self, metric, workload: str): argument
/Linux-v6.6/net/mac80211/
Dmesh_hwmp.c105 u32 lifetime, u32 metric, u32 preq_id, in mesh_path_sel_frame_tx()
711 const u8 *prep_elem, u32 metric) in hwmp_prep_frame_process()
Dmesh.h116 u32 metric; member
/Linux-v6.6/tools/perf/
Dbuiltin-kvm.c133 #define EV_METRIC_CMP(metric) \ argument
156 #define EV_METRIC_ENTRY(metric) \ argument
240 #define EV_METRIC_PERCENT(metric) \ argument
/Linux-v6.6/mm/damon/
Dcore.c1281 static unsigned long damos_wmark_metric_value(enum damos_wmark_metric metric) in damos_wmark_metric_value()
1301 unsigned long metric; in damos_wmark_wait_us() local
Dsysfs-schemes.c606 enum damos_wmark_metric metric; member
614 enum damos_wmark_metric metric, unsigned long interval_us, in damon_sysfs_watermarks_alloc()
652 enum damos_wmark_metric metric; in metric_store() local
/Linux-v6.6/arch/x86/events/intel/
Dp4.c508 #define P4_GEN_CACHE_EVENT(event, bit, metric) \ argument
Dcore.c2571 static inline u64 icl_get_metrics_event_value(u64 metric, u64 slots, int idx) in icl_get_metrics_event_value()
/Linux-v6.6/drivers/media/pci/tw5864/
Dtw5864-video.c1307 const unsigned int metric = tw5864_md_metric_from_mvd(mv[i]); in tw5864_is_motion_triggered() local
/Linux-v6.6/include/linux/
Ddamon.h199 enum damos_wmark_metric metric; member
/Linux-v6.6/sound/pci/
Dsonicvibes.c473 unsigned int xm, xn, xr, xd, metric = ~0U; in snd_sonicvibes_pll() local
/Linux-v6.6/net/ipv6/
Dip6_fib.c717 void fib6_metric_set(struct fib6_info *f6i, int metric, u32 val) in fib6_metric_set()
Droute.c787 struct fib6_info *nomatch, u32 metric, in __find_rr_leaf()
847 u32 metric = rr_head->fib6_metric; in find_rr_leaf() local
/Linux-v6.6/net/ipv4/
Dtcp_output.c128 unsigned int metric = dst_metric_advmss(dst); in tcp_advertise_mss() local

12