Searched refs:platform (Results 1 – 10 of 10) sorted by relevance
/tools/testing/selftests/gpio/ |
D | gpio-mockup-sysfs.sh | 12 PLATFORM_SYSFS=$SYSFS/devices/platform 22 local platform=$(find $PLATFORM_SYSFS -mindepth 2 -maxdepth 2 -type d -name $chip) 23 [ "$platform" ] || fail "can't find platform of $chip" 25 local base=$(find ${platform%/*}/gpio/ -mindepth 2 -maxdepth 2 -type f -name base)
|
/tools/usb/usbip/libsrc/ |
D | vhci_driver.c | 159 struct udev_device *platform; in get_ncontrollers() local 162 platform = udev_device_get_parent(vhci_driver->hc_device); in get_ncontrollers() 163 if (platform == NULL) in get_ncontrollers() 166 n = scandir(udev_device_get_syspath(platform), &namelist, vhci_hcd_filter, NULL); in get_ncontrollers()
|
/tools/testing/selftests/resctrl/ |
D | cache.c | 296 bool platform, bool cmt) in show_cache_info() argument 307 ret = platform && abs((int)diff_percent) > max_diff_percent && in show_cache_info()
|
D | resctrl.h | 123 bool platform, bool cmt);
|
/tools/perf/Documentation/ |
D | intel-hybrid.txt | 5 For some Intel platforms, such as AlderLake, which is hybrid platform and 64 But on hybrid platform, kernel needs to know where the event comes from 181 If there is no '-e' specified in perf record, on hybrid platform, 188 If there is no '-e' specified in perf stat, on hybrid platform,
|
D | perf-iostat.txt | 40 1. List all PCIe root ports (example for 2-S platform):
|
/tools/usb/usbip/ |
D | INSTALL | 167 platform different from the build platform, you should specify the 168 "host" platform (i.e., that on which the generated programs will
|
/tools/perf/pmu-events/ |
D | README | 19 - To reduce JSON event duplication per architecture, platform JSONs may
|
/tools/power/pm-graph/ |
D | bootgraph.py | 32 import platform 72 self.hostname = platform.node()
|
D | sleepgraph.py | 58 import platform 300 self.archargs = 'args_'+platform.machine() 301 self.hostname = platform.node() 5808 pprint('Checking this system (%s)...' % platform.node()) 6435 kprobesec = 'dev_timeline_functions_'+platform.machine() 6440 kprobesec = 'timeline_functions_'+platform.machine()
|