Home
last modified time | relevance | path

Searched refs:first_half (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/tests/shell/
H A Dtest_arm_coresight.sh232 first_half=$(IFS=,; echo "${cpus[*]:0:$half}")
233 arm_cs_etm_test_cpu_list $first_half
/linux/tools/perf/
H A Dbuiltin-script.c3660 char *buf, *scripts_path, *script_path, *lang_path, *first_half; in list_available_scripts() local
3673 first_half = buf + 3 * MAXPATHLEN; in list_available_scripts()
3708 sprintf(first_half, "%s %s", desc->name, in list_available_scripts()
3710 fprintf(stdout, " %-36s %s\n", first_half, in list_available_scripts()