Home
last modified time | relevance | path

Searched refs:output_file (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/scripts/
Dgen_initramfs_list.sh227 output_file=""
240 output_file="$1"
243 echo "$output_file" | grep -q "\.gz$" \
246 echo "$output_file" | grep -q "\.bz2$" \
249 echo "$output_file" | grep -q "\.lzma$" \
252 echo "$output_file" | grep -q "\.xz$" \
255 echo "$output_file" | grep -q "\.lzo$" \
258 echo "$output_file" | grep -q "\.lz4$" \
261 echo "$output_file" | grep -q "\.cpio$" && compr="cat"
300 if [ ! -z ${output_file} ]; then
[all …]
/linux-4.4.14/tools/power/cpupower/bench/
Dcpufreq-bench_plot.sh23 output_file="cpufreq-bench.png"
48 output_file="$OPTARG".$picture_type
77 echo "set output \"$output_file\"" >> $dir/plot_script.gpl
/linux-4.4.14/Documentation/zh_CN/
Dbasic_profiling.txt66 dump output opreport > output_file
68 如果只看kernel相关的报告结果,请运行命令 opreport -l /boot/vmlinux > output_file
/linux-4.4.14/Documentation/
Dbasic_profiling.txt51 dump output opreport > output_file
53 To only report on the kernel, run opreport -l /boot/vmlinux > output_file
/linux-4.4.14/drivers/acpi/acpica/
Dacutils.h100 FILE *output_file = acpi_gbl_output_file; \
104 acpi_os_redirect_output (output_file);