Home
last modified time | relevance | path

Searched refs:getenv (Results 1 – 25 of 59) sorted by relevance

123

/linux-6.3-rc2/tools/perf/util/
A Dsetup.py1 from os import getenv, path
5 cc = getenv("CC")
16 src_feature_tests = getenv('srctree') + '/tools/build/feature'
57 cflags = getenv('CFLAGS', '').split()
65 src_perf = getenv('srctree') + '/tools/perf'
66 build_lib = getenv('PYTHON_EXTBUILD_LIB')
67 build_tmp = getenv('PYTHON_EXTBUILD_TMP')
68 libtraceevent = getenv('LIBTRACEEVENT')
69 libapikfs = getenv('LIBAPI')
70 libperf = getenv('LIBPERF')
A Dterm.c10 char *s = getenv("LINES"); in get_term_dimensions()
14 s = getenv("COLUMNS"); in get_term_dimensions()
A Dcolor_config.c32 char *term = getenv("TERM"); in perf_config_colorbool()
A Dmap.c36 app_abi = getenv("APP_ABI"); in replace_android_lib()
50 apk_path = getenv("APK_PATH"); in replace_android_lib()
71 ndk = getenv("NDK_ROOT"); in replace_android_lib()
72 app = getenv("APP_PLATFORM"); in replace_android_lib()
A Dconfig.c527 const char *v = getenv(k); in perf_env_bool()
547 home = getenv("HOME"); in home_perfconfig()
898 char *home = getenv("HOME"); in set_buildid_dir()
/linux-6.3-rc2/tools/testing/selftests/tc-testing/
A Dtdc_config_local_template.py11 ENV_LD_LIBRARY_PATH = os.getenv('LD_LIBRARY_PATH', '')
12 ENV_OTHER_LIB = os.getenv('OTHER_LIB', '')
17 EXTRA_NAMES['SOME_BIN'] = os.path.join(os.getenv('OTHER_BIN', ''), 'some_bin')
/linux-6.3-rc2/tools/lib/subcmd/
A Dpager.c73 const char *pager = getenv(subcmd_config.pager_env); in setup_pager()
83 pager = getenv("PAGER"); in setup_pager()
124 s = getenv("COLUMNS"); in pager_get_columns()
A Dexec-cmd.c46 pwd = getenv("PWD"); in get_pwd_cwd()
124 env = getenv(subcmd_config.exec_path_env); in get_argv_exec_path()
145 const char *old_path = getenv("PATH"); in setup_path()
A Dhelp.c86 char *s = getenv("LINES"); in get_term_dimensions()
90 s = getenv("COLUMNS"); in get_term_dimensions()
198 const char *env_path = getenv("PATH"); in load_command_list()
/linux-6.3-rc2/tools/testing/selftests/bpf/map_tests/
A Dtask_storage_map.c62 cfg = getenv("TASK_STORAGE_MAP_NR_THREAD"); in test_task_storage_map_stress_lookup()
68 cfg = getenv("TASK_STORAGE_MAP_NR_LOOP"); in test_task_storage_map_stress_lookup()
71 cfg = getenv("TASK_STORAGE_MAP_PIN_CPU"); in test_task_storage_map_stress_lookup()
A Dsk_storage_map.c596 test_name = getenv(BPF_SK_STORAGE_MAP_TEST_NAME); in test_sk_storage_map()
598 env_opt = getenv(BPF_SK_STORAGE_MAP_TEST_NR_THREADS); in test_sk_storage_map()
602 env_opt = getenv(BPF_SK_STORAGE_MAP_TEST_SK_PER_THREAD); in test_sk_storage_map()
606 env_opt = getenv(BPF_SK_STORAGE_MAP_TEST_RUNTIME_S); in test_sk_storage_map()
/linux-6.3-rc2/drivers/accessibility/speakup/
A Dmakemapdata.c57 dir_name = getenv("TOPDIR"); in main()
60 spk_dir_name = getenv("SPKDIR"); in main()
/linux-6.3-rc2/certs/
A Dextract-cert.c106 verbose_env = getenv("KBUILD_VERBOSE"); in main()
110 key_pass = getenv("KBUILD_SIGN_PIN"); in main()
/linux-6.3-rc2/tools/perf/arch/
A Dcommon.c97 char *env = getenv("PATH"); in lookup_path()
147 cross_env = getenv("CROSS_COMPILE"); in perf_env__lookup_binutils_path()
/linux-6.3-rc2/tools/perf/jvmti/
A Djvmti_agent.c141 base = getenv("JITDUMPDIR"); in create_jit_cache_dir()
143 base = getenv("HOME"); in create_jit_cache_dir()
238 char *str = getenv("JITDUMP_USE_ARCH_TIMESTAMP"); in init_arch_timestamp()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-help.c141 const char *display = getenv("DISPLAY"); in exec_man_konqueror()
331 const char *old_path = getenv("MANPATH"); in setup_man_path()
365 const char *fallback = getenv("PERF_MAN_VIEWER"); in show_man_page()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_bpftool_synctypes.py12 BPFTOOL_DIR = os.getenv('BPFTOOL_DIR',
14 BPFTOOL_BASHCOMP_DIR = os.getenv('BPFTOOL_BASHCOMP_DIR',
16 BPFTOOL_DOC_DIR = os.getenv('BPFTOOL_DOC_DIR',
18 INCLUDE_DIR = os.getenv('INCLUDE_DIR',
/linux-6.3-rc2/scripts/kconfig/
A Dconfdata.c200 char *name = getenv("KCONFIG_CONFIG"); in conf_get_configname()
207 char *name = getenv("KCONFIG_AUTOCONFIG"); in conf_get_autoconfig_name()
214 char *name = getenv("KCONFIG_AUTOHEADER"); in conf_get_autoheader_name()
221 char *name = getenv("KCONFIG_RUSTCCFG"); in conf_get_rustccfg_name()
364 env = getenv("KCONFIG_DEFCONFIG_LIST"); in conf_read_simple()
921 env = getenv("KCONFIG_OVERWRITECONFIG"); in conf_write()
A Dconf.c92 env = getenv("KCONFIG_SEED"); in set_randconfig_seed()
186 char *env = getenv("KCONFIG_PROBABILITY"); in conf_set_all_new_symbols()
798 name = getenv("KCONFIG_ALLCONFIG"); in main()
831 name = getenv("KCONFIG_NOSILENTUPDATE"); in main()
/linux-6.3-rc2/arch/ia64/scripts/
A Dunwcheck.py22 readelf = os.getenv("READELF", "readelf")
/linux-6.3-rc2/arch/um/os-Linux/
A Dexecvp.c52 char *path = getenv("PATH"); in execvp_noalloc()
/linux-6.3-rc2/tools/perf/tests/shell/coresight/thread_loop/
A Dthread_loop.c30 if (getenv("SHOW_TID")) { in thrfn()
/linux-6.3-rc2/tools/testing/selftests/powerpc/benchmarks/
A Dnull_syscall.c109 override = getenv("FREQUENCY"); in get_proc_frequency()
/linux-6.3-rc2/tools/testing/selftests/exec/
A Dexecveat.c401 const char *verbose = getenv("VERBOSE"); in main()
405 const char *in_test = getenv("IN_TEST"); in main()
/linux-6.3-rc2/tools/lib/api/fs/
A Dfs.c226 override_path = getenv(upper_name); in fs__env_override()
278 return getenv(upper_name) ?: *fs->mounts; in mount_overload()

Completed in 26 milliseconds

123