Home
last modified time | relevance | path

Searched refs:platform (Results 1 – 10 of 10) sorted by relevance

/tools/testing/selftests/gpio/
Dgpio-mockup-sysfs.sh12 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/
Dvhci_driver.c159 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/
Dcache.c296 bool platform, bool cmt) in show_cache_info() argument
307 ret = platform && abs((int)diff_percent) > max_diff_percent && in show_cache_info()
Dresctrl.h123 bool platform, bool cmt);
/tools/perf/Documentation/
Dintel-hybrid.txt5 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,
Dperf-iostat.txt40 1. List all PCIe root ports (example for 2-S platform):
/tools/usb/usbip/
DINSTALL167 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/
DREADME19 - To reduce JSON event duplication per architecture, platform JSONs may
/tools/power/pm-graph/
Dbootgraph.py32 import platform
72 self.hostname = platform.node()
Dsleepgraph.py58 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()