/kernel/linux/linux-5.10/Documentation/trace/ |
H A D | function-graph-fold.vim | 15 let line = getline(a:lnum) 29 let s = split(getline(v:foldstart), '|', 1) 30 if getline(v:foldend+1) =~ 'finish_task_switch() {$' 33 let e = split(getline(v:foldend), '|', 1)
|
/kernel/linux/linux-6.6/Documentation/trace/ |
H A D | function-graph-fold.vim | 15 let line = getline(a:lnum) 29 let s = split(getline(v:foldstart), '|', 1) 30 if getline(v:foldend+1) =~ 'finish_task_switch() {$' 33 let e = split(getline(v:foldend), '|', 1)
|
/kernel/linux/linux-6.6/scripts/ |
H A D | ver_linux | 40 while ("ldconfig -p 2>/dev/null" | getline > 0) 54 while ("sort /proc/modules" | getline > 0) { 63 while (cmd | getline > 0) {
|
/kernel/linux/linux-5.10/scripts/ |
H A D | ver_linux | 40 while ("ldconfig -p 2>/dev/null" | getline > 0) { 57 while ("sort /proc/modules" | getline > 0) { 66 while (cmd | getline > 0) {
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | cputopo.c | 47 sret = getline(&buf, &len, fp); in build_cpu_topology() 78 sret = getline(&buf, &len, fp); in build_cpu_topology() 110 if (getline(&buf, &len, fp) <= 0) in build_cpu_topology() 251 while (getline(&buf, &len, fp) > 0) { in load_numa_node() 275 if (getline(&buf, &len, fp) <= 0) in load_numa_node() 311 if (getline(&buf, &len, fp) <= 0) in numa_topology__new()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | cputopo.c | 55 sret = getline(&buf, &len, fp); in build_cpu_topology() 86 sret = getline(&buf, &len, fp); in build_cpu_topology() 118 if (getline(&buf, &len, fp) <= 0) in build_cpu_topology() 333 while (getline(&buf, &len, fp) > 0) { in load_numa_node() 357 if (getline(&buf, &len, fp) <= 0) in load_numa_node() 393 if (getline(&buf, &len, fp) <= 0) in numa_topology__new() 452 if (getline(&buf, &len, fp) <= 0) { in load_hybrid_node()
|
/kernel/linux/linux-5.10/Documentation/arm/samsung/ |
H A D | clksrc-change-registers.awk | 69 while (getline line < ARGV[1] > 0) { 98 if ((getline line) <= 0) {
|
/kernel/linux/linux-6.6/Documentation/arch/arm/samsung/ |
H A D | clksrc-change-registers.awk | 69 while (getline line < ARGV[1] > 0) { 98 if ((getline line) <= 0) {
|
/kernel/linux/linux-5.10/tools/perf/arch/s390/util/ |
H A D | header.c | 60 while ((read = getline(&line, &line_sz, sysinfo)) != -1) { in get_cpuid() 103 while ((read = getline(&line, &line_sz, sysinfo)) != -1) { in get_cpuid()
|
/kernel/linux/linux-6.6/tools/perf/arch/s390/util/ |
H A D | header.c | 60 while ((read = getline(&line, &line_sz, sysinfo)) != -1) { in get_cpuid() 103 while ((read = getline(&line, &line_sz, sysinfo)) != -1) { in get_cpuid()
|
/kernel/linux/linux-5.10/tools/testing/selftests/memfd/ |
H A D | common.c | 28 while (getline(&line, &linelen, f) > 0) { in default_huge_page_size()
|
/kernel/linux/linux-6.6/tools/testing/selftests/memfd/ |
H A D | common.c | 28 while (getline(&line, &linelen, f) > 0) { in default_huge_page_size()
|
/kernel/linux/linux-5.10/tools/testing/selftests/vm/ |
H A D | mlock2.h | 43 while (getline(&line, &size, file) > 0) { in seek_to_smaps_entry()
|
H A D | thuge-gen.c | 85 while (getline(&line, &linelen, f) > 0) { in default_huge_page_size() 127 if (getline(&line, &linelen, f) > 0) { in read_sysfs()
|
H A D | mlock2-tests.c | 86 while (getline(&line, &size, smaps) > 0) { in is_vmflag_set() 123 while (getline(&line, &size, smaps) > 0) { in get_value_for_name()
|
/kernel/linux/linux-6.6/tools/testing/selftests/mm/ |
H A D | mlock2.h | 35 while (getline(&line, &size, file) > 0) { in seek_to_smaps_entry()
|
H A D | mlock2-tests.c | 85 while (getline(&line, &size, smaps) > 0) { in is_vmflag_set() 122 while (getline(&line, &size, smaps) > 0) { in get_value_for_name()
|
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | trace_printk.c | 57 while (getline(&buf, &buflen, fp) >= 0 || errno == EAGAIN) { in test_trace_printk()
|
/kernel/linux/linux-6.6/tools/perf/arch/x86/util/ |
H A D | tsc.c | 39 while (getline(&line, &len, cpuinfo) > 0) { in cpuinfo_tsc_freq()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | trace_vprintk.c | 52 while (getline(&buf, &buflen, fp) >= 0 || errno == EAGAIN) { in serial_test_trace_vprintk()
|
H A D | trace_printk.c | 59 while (getline(&buf, &buflen, fp) >= 0 || errno == EAGAIN) { in serial_test_trace_printk()
|
H A D | get_branch_snapshot.c | 20 while (getline(&line, &len, fp) != -1) { in is_hypervisor()
|
/kernel/linux/linux-6.6/tools/perf/arch/riscv/util/ |
H A D | header.c | 51 while ((read = getline(&line, &line_sz, cpuinfo)) != -1) { in _get_cpuid()
|
/kernel/linux/linux-6.6/tools/lib/api/fs/ |
H A D | cgroup.c | 53 while (getline(&line, &len, fp) != -1) { in cgroupfs_find_mountpoint()
|
/kernel/linux/linux-5.10/tools/testing/selftests/pidfd/ |
H A D | pidfd_open_test.c | 101 while (getline(&line, &n, f) != -1) { in get_pid_from_fdinfo_file()
|