Searched refs:attr_map (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | target.h | 20 const char *attr_map; member
|
| H A D | bpf_counter.c | 382 if (target->attr_map) { in bperf_lock_attr_map() 383 scnprintf(path, PATH_MAX, "%s", target->attr_map); in bperf_lock_attr_map()
|
| /linux/include/linux/ |
| H A D | intel_rapl.h | 116 u64 attr_map; /* track capabilities */ member
|
| H A D | netdevice.h | 816 struct xps_map __rcu *attr_map[]; /* Either CPUs map or RXQs map */ member
|
| /linux/net/core/ |
| H A D | dev.c | 2685 map = xmap_dereference(dev_maps->attr_map[tci]); in remove_xps_queue() 2699 RCU_INIT_POINTER(old_maps->attr_map[tci], NULL); in remove_xps_queue() 2700 RCU_INIT_POINTER(dev_maps->attr_map[tci], NULL); in remove_xps_queue() 2843 map = xmap_dereference(dev_maps->attr_map[tci]); in xps_copy_dev_maps() 2844 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map); in xps_copy_dev_maps() 2916 map = copy ? xmap_dereference(dev_maps->attr_map[tci]) : NULL; in __netif_set_xps_queue() 2922 RCU_INIT_POINTER(new_dev_maps->attr_map[tci], map); in __netif_set_xps_queue() 2946 map = xmap_dereference(new_dev_maps->attr_map[tci]); in __netif_set_xps_queue() 2975 map = xmap_dereference(dev_maps->attr_map[tci]); in __netif_set_xps_queue() 2980 new_map = xmap_dereference(new_dev_maps->attr_map[tci]); in __netif_set_xps_queue() [all …]
|
| /linux/tools/perf/ |
| H A D | builtin-stat.c | 2449 OPT_STRING(0, "bpf-attr-map", &target.attr_map, "attr-map-path", in cmd_stat()
|