Home
last modified time | relevance | path

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

12

/tools/testing/selftests/gpio/
A 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)
A Dgpio-sim.sh357 SYSFS_PATH=/sys/devices/platform/$DEVNAME/$CHIPNAME/sim_gpio0/pull
/tools/perf/arch/powerpc/util/
A Dheader.c18 unsigned long platform = getauxval(AT_PLATFORM); in is_compat_mode() local
20 if (!strcmp((char *)platform, (char *)base_platform)) in is_compat_mode()
/tools/testing/selftests/hid/tests/
A Dconftest.py8 import platform
55 / platform.uname().release
/tools/usb/usbip/libsrc/
A 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/power/x86/turbostat/
A Dturbostat.c1269 if (force_load && !platform) { in probe_platform_features()
1271 platform = &default_features; in probe_platform_features()
1274 if (platform) in probe_platform_features()
5072 if (!platform->has_per_core_rapl) in get_rapl_num_domains()
5333 switch (platform->cst_limit) { in probe_cst_limit()
6908 if (platform->enable_tsc_tweak) in probe_bclk()
6952 if (platform->has_config_tdp) in dump_turbo_ratio_info()
7575 if (platform->rapl_quirk_tdp) in get_quirk_tdp()
7629 if (platform->has_rapl_divisor) in rapl_probe_intel()
7860 if (!platform->rapl_msrs) in print_rapl()
[all …]
/tools/testing/selftests/resctrl/
A Dcmt_test.c53 bool platform) in show_results_info() argument
64 ret = platform && abs((int)diff_percent) > max_diff_percent && in show_results_info()
A Dcat_test.c35 unsigned long num_of_runs, bool platform, in show_results_info() argument
47 ret = platform && (avg_diff * 100) < (float)min_diff_percent; in show_results_info()
/tools/verification/rvgen/rvgen/
A Dgenerator.py8 import platform
40 if platform.system() != "Linux":
43 kernel_path = os.path.join("/lib/modules/%s/build" % platform.release(), self.rv_dir)
/tools/perf/Documentation/
A Dintel-hybrid.txt5 For some Intel platforms, such as AlderLake, which is hybrid platform and
57 But on hybrid platform, kernel needs to know where the event comes from
172 If there is no '-e' specified in perf record, on hybrid platform,
178 If there is no '-e' specified in perf stat, on hybrid platform,
A Dperf-iostat.txt40 1. List all PCIe root ports (example for 2-S platform):
/tools/perf/tests/shell/lib/
A Dattr.py8 import platform
190 return not self.kernel_since <= parse_version(platform.release())
195 return not parse_version(platform.release()) < self.kernel_until
/tools/testing/selftests/powerpc/pmu/sampling_tests/
A Dmisc.c549 char *platform = auxv_platform(); in check_for_compat_mode() local
552 return strcmp(platform, base_platform); in check_for_compat_mode()
/tools/perf/scripts/python/
A Darm-cs-trace-disasm.py15 import platform
95 kver = platform.release()
/tools/arch/x86/dell-uart-backlight-emulator/
A DREADME16 the drivers/platform/x86/dell/dell-uart-backlight.c driver without access
/tools/testing/selftests/bpf/
A Dvmtest.sh87 Using PLATFORM= and CROSS_COMPILE= options will enable cross platform testing:
89 PLATFORM=<platform> CROSS_COMPILE=<toolchain> $0 -- ./test_progs -t test_lsm
/tools/mm/
A Dshow_page_info.py31 if prog.platform.flags & PlatformFlags.IS_64_BIT:
/tools/testing/selftests/devices/probe/boards/
A Dgoogle,spherion.yaml10 # Every controller needs to be uniquely identified on the platform. To achieve
/tools/usb/usbip/
A DINSTALL167 platform different from the build platform, you should specify the
168 "host" platform (i.e., that on which the generated programs will
/tools/testing/selftests/
A DMakefile27 TARGETS += drivers/platform/x86/intel/ifs
/tools/perf/pmu-events/
A DREADME19 - To reduce JSON event duplication per architecture, platform JSONs may
/tools/power/pm-graph/
A Dbootgraph.py32 import platform
72 self.kernel, self.hostname = 'unknown', platform.node()
A Dsleepgraph.py58 import platform
325 self.archargs = 'args_'+platform.machine()
326 self.hostname = platform.node()
6022 pprint('Checking this system (%s)...' % platform.node())
6671 kprobesec = 'dev_timeline_functions_'+platform.machine()
6676 kprobesec = 'timeline_functions_'+platform.machine()
/tools/testing/kunit/
A Dkunit.py320 if sys.platform != "darwin":
/tools/testing/cxl/test/
A Dmem.c1880 MODULE_DEVICE_TABLE(platform, cxl_mock_mem_ids);

Completed in 61 milliseconds

12