Searched refs:attribute (Results 1 – 12 of 12) sorted by relevance
| /tools/thermal/tmon/ |
| A D | tmon.h | 70 int attribute; /* programmability etc. */ member
|
| /tools/testing/selftests/cgroup/ |
| A D | test_memcontrol.c | 484 const char *attribute = min ? "memory.min" : "memory.low"; in test_memcg_protection() local 509 if (cg_read_long(parent[0], attribute)) { in test_memcg_protection() 549 if (cg_write(parent[1], attribute, "50M")) in test_memcg_protection() 551 if (cg_write(children[0], attribute, "75M")) in test_memcg_protection() 553 if (cg_write(children[1], attribute, "25M")) in test_memcg_protection() 555 if (cg_write(children[2], attribute, "0")) in test_memcg_protection() 557 if (cg_write(children[3], attribute, "500M")) in test_memcg_protection()
|
| /tools/testing/nvdimm/test/ |
| A D | ndtest.c | 396 static struct attribute *ndtest_region_attributes[] = { 552 static struct attribute *dimm_attributes[] = { 655 struct attribute *a, int n) in ndtest_nvdimm_attr_visible() 701 static struct attribute *ndtest_nvdimm_attributes[] = { 802 static struct attribute *of_node_attributes[] = {
|
| A D | nfit.c | 1811 static struct attribute *nfit_test_dimm_attributes[] = {
|
| /tools/perf/Documentation/ |
| A D | perf.data-directory-format.txt | 51 Samples for 'cycles' event do not have CPU attribute set. Skipping 'cpu' field.
|
| A D | perf-amd-ibs.txt | 52 precise_ip attribute is set:
|
| A D | perf-probe.txt | 203 "@user" is a special attribute which means the LOCALVAR will be treated as a user-space memory. Thi…
|
| A D | perf.data-file-format.txt | 22 uint64_t attr_size; /* size of an attribute in attrs */
|
| A D | perf-record.txt | 711 'overwrite' attribute can also be set or canceled for an event using
|
| /tools/lib/perf/Documentation/ |
| A D | libperf-sampling.txt | 118 We create libperf's event for the cycles attribute we defined earlier and add it to the list:
|
| /tools/testing/cxl/test/ |
| A D | mem.c | 1309 static struct attribute *cxl_mock_mem_core_attrs[] = { 1866 static struct attribute *cxl_mock_mem_attrs[] = {
|
| /tools/testing/selftests/kvm/lib/ |
| A D | kvm_util.c | 1841 struct kvm_device_attr attribute = { in __kvm_has_device_attr() local 1847 return ioctl(dev_fd, KVM_HAS_DEVICE_ATTR, &attribute); in __kvm_has_device_attr()
|
Completed in 37 milliseconds