/Linux-v6.6/tools/perf/util/ |
D | metricgroup.c | 120 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/ |
D | dst.h | 165 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()
|
D | ip6_fib.h | 573 static inline bool fib6_metric_locked(struct fib6_info *f6i, int metric) in fib6_metric_locked()
|
/Linux-v6.6/tools/perf/tests/ |
D | pmu-events.c | 802 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/ |
D | xdp_router_ipv4_user.c | 101 int dst_len, iface, metric; in read_route() member 161 int metric; in read_route() member
|
D | xdp_router_ipv4.bpf.c | 20 int metric; member
|
/Linux-v6.6/fs/ceph/ |
D | metric.c | 237 struct ceph_metric *metric; in ceph_metric_init() local
|
D | metric.h | 177 struct ceph_metric metric[METRIC_MAX]; member
|
D | file.c | 1242 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
|
D | mds_client.h | 500 struct ceph_client_metric metric; member
|
/Linux-v6.6/drivers/net/wireless/ti/wlcore/ |
D | event.c | 114 s8 metric = metric_arr[0]; in wlcore_event_rssi_trigger() local
|
/Linux-v6.6/tools/perf/tests/shell/lib/ |
D | perf_metric_validation.py | 360 def _run_perf(self, metric, workload: str): argument
|
/Linux-v6.6/net/mac80211/ |
D | mesh_hwmp.c | 105 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()
|
D | mesh.h | 116 u32 metric; member
|
/Linux-v6.6/tools/perf/ |
D | builtin-kvm.c | 133 #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/ |
D | core.c | 1281 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
|
D | sysfs-schemes.c | 606 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/ |
D | p4.c | 508 #define P4_GEN_CACHE_EVENT(event, bit, metric) \ argument
|
D | core.c | 2571 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/ |
D | tw5864-video.c | 1307 const unsigned int metric = tw5864_md_metric_from_mvd(mv[i]); in tw5864_is_motion_triggered() local
|
/Linux-v6.6/include/linux/ |
D | damon.h | 199 enum damos_wmark_metric metric; member
|
/Linux-v6.6/sound/pci/ |
D | sonicvibes.c | 473 unsigned int xm, xn, xr, xd, metric = ~0U; in snd_sonicvibes_pll() local
|
/Linux-v6.6/net/ipv6/ |
D | ip6_fib.c | 717 void fib6_metric_set(struct fib6_info *f6i, int metric, u32 val) in fib6_metric_set()
|
D | route.c | 787 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/ |
D | tcp_output.c | 128 unsigned int metric = dst_metric_advmss(dst); in tcp_advertise_mss() local
|