Searched refs:attr_map (Results 1 – 7 of 7) sorted by relevance
/Linux-v6.6/tools/perf/util/ |
D | target.h | 21 const char *attr_map; member
|
D | bpf_counter.c | 320 if (target->attr_map) { in bperf_lock_attr_map() 321 scnprintf(path, PATH_MAX, "%s", target->attr_map); in bperf_lock_attr_map()
|
/Linux-v6.6/include/linux/ |
D | intel_rapl.h | 116 u64 attr_map; /* track capabilities */ member
|
D | netdevice.h | 826 struct xps_map __rcu *attr_map[]; /* Either CPUs map or RXQs map */ member
|
/Linux-v6.6/net/core/ |
D | dev.c | 2420 map = xmap_dereference(dev_maps->attr_map[tci]); in remove_xps_queue() 2434 RCU_INIT_POINTER(old_maps->attr_map[tci], NULL); in remove_xps_queue() 2435 RCU_INIT_POINTER(dev_maps->attr_map[tci], NULL); in remove_xps_queue() 2578 map = xmap_dereference(dev_maps->attr_map[tci]); in xps_copy_dev_maps() 2579 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map); in xps_copy_dev_maps() 2651 map = copy ? xmap_dereference(dev_maps->attr_map[tci]) : NULL; in __netif_set_xps_queue() 2657 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map); in __netif_set_xps_queue() 2681 map = xmap_dereference(new_dev_maps->attr_map[tci]); in __netif_set_xps_queue() 2710 map = xmap_dereference(dev_maps->attr_map[tci]); in __netif_set_xps_queue() 2715 new_map = xmap_dereference(new_dev_maps->attr_map[tci]); in __netif_set_xps_queue() [all …]
|
D | net-sysfs.c | 1479 map = rcu_dereference(dev_maps->attr_map[tci]); in xps_queue_show()
|
/Linux-v6.6/tools/perf/ |
D | builtin-stat.c | 1182 OPT_STRING(0, "bpf-attr-map", &target.attr_map, "attr-map-path",
|