| /tools/testing/selftests/gpio/ |
| A 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)
|
| A D | gpio-sim.sh | 357 SYSFS_PATH=/sys/devices/platform/$DEVNAME/$CHIPNAME/sim_gpio0/pull
|
| /tools/perf/arch/powerpc/util/ |
| A D | header.c | 18 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 D | conftest.py | 8 import platform 55 / platform.uname().release
|
| /tools/usb/usbip/libsrc/ |
| A 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/power/x86/turbostat/ |
| A D | turbostat.c | 1269 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 D | cmt_test.c | 53 bool platform) in show_results_info() argument 64 ret = platform && abs((int)diff_percent) > max_diff_percent && in show_results_info()
|
| A D | cat_test.c | 35 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 D | generator.py | 8 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 D | intel-hybrid.txt | 5 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 D | perf-iostat.txt | 40 1. List all PCIe root ports (example for 2-S platform):
|
| /tools/perf/tests/shell/lib/ |
| A D | attr.py | 8 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 D | misc.c | 549 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 D | arm-cs-trace-disasm.py | 15 import platform 95 kver = platform.release()
|
| /tools/arch/x86/dell-uart-backlight-emulator/ |
| A D | README | 16 the drivers/platform/x86/dell/dell-uart-backlight.c driver without access
|
| /tools/testing/selftests/bpf/ |
| A D | vmtest.sh | 87 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 D | show_page_info.py | 31 if prog.platform.flags & PlatformFlags.IS_64_BIT:
|
| /tools/testing/selftests/devices/probe/boards/ |
| A D | google,spherion.yaml | 10 # Every controller needs to be uniquely identified on the platform. To achieve
|
| /tools/usb/usbip/ |
| A 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/testing/selftests/ |
| A D | Makefile | 27 TARGETS += drivers/platform/x86/intel/ifs
|
| /tools/perf/pmu-events/ |
| A D | README | 19 - To reduce JSON event duplication per architecture, platform JSONs may
|
| /tools/power/pm-graph/ |
| A D | bootgraph.py | 32 import platform 72 self.kernel, self.hostname = 'unknown', platform.node()
|
| A D | sleepgraph.py | 58 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 D | kunit.py | 320 if sys.platform != "darwin":
|
| /tools/testing/cxl/test/ |
| A D | mem.c | 1880 MODULE_DEVICE_TABLE(platform, cxl_mock_mem_ids);
|