| /tools/testing/selftests/bpf/progs/ |
| A D | test_global_func5.c | 14 int f3(int, struct __sk_buff *skb); 19 return f1(skb) + f3(val, (void *)&val); /* type mismatch */ in f2() 23 int f3(int val, struct __sk_buff *skb) in f3() function 32 return f1(skb) + f2(2, skb) + f3(3, skb); in global_func5()
|
| A D | test_global_func6.c | 14 int f3(int, struct __sk_buff *skb); 19 return f1(skb) + f3(val, skb + 1); /* type mismatch */ in f2() 23 int f3(int val, struct __sk_buff *skb) in f3() function 32 return f1(skb) + f2(2, skb) + f3(3, skb); in global_func6()
|
| A D | test_global_func2.c | 26 int f3(int, struct __sk_buff *skb, int); 31 return f1(skb) + f3(val, skb, 1); in f2() 35 int f3(int val, struct __sk_buff *skb, int var) in f3() function 48 return f0(1, skb) + f1(skb) + f2(2, skb) + f3(3, skb, 4); in global_func2()
|
| A D | test_global_func1.c | 28 int f3(int, struct __sk_buff *skb, int); 37 return f1(skb) + f3(val, skb, 1); in f2() 41 int f3(int val, struct __sk_buff *skb, int var) in f3() function 54 return f0(1, skb) + f1(skb) + f2(2, skb) + f3(3, skb, 4); in global_func1()
|
| A D | test_global_func4.c | 21 int f3(int val, struct __sk_buff *skb, int var) in f3() function 29 return f3(1, skb, 2); in f4()
|
| A D | test_global_func3.c | 21 int f3(int val, struct __sk_buff *skb, int var) in f3() function 29 return f3(1, skb, 2); in f4()
|
| A D | btf__core_reloc_nesting___dup_compat_types.c | 5 void f3(struct core_reloc_nesting___dup_compat_types__3 x) {} in f3() function
|
| A D | btf__core_reloc_misc.c | 5 void f3(struct core_reloc_misc_extensible x) {} in f3() function
|
| A D | core_reloc_types.h | 963 union a_union f3; member 1030 union a_union___diff f3; member 1080 enum an_enum___diff_sz f3; member 1131 enum an_enum f3; member 1155 func_proto_typedef___fn_wrong_ret2 f3; member 1193 enum an_enum f3; member
|
| /tools/perf/tests/shell/ |
| A D | stat_bpf_counters_cgrp.sh | 34 find_cgroups_self_cgrp=$(grep perf_event /proc/self/cgroup | cut -d: -f3) 37 find_cgroups_self_cgrp=$(grep ^0: /proc/self/cgroup | cut -d: -f3)
|
| /tools/testing/selftests/ftrace/test.d/00basic/ |
| A D | test_ownership.tc | 14 other_group=`tac /etc/group | grep -v ":$original_group:" | head -1 | cut -d: -f3` 15 other_owner=`tac /etc/passwd | grep -v ":$original_owner:" | head -1 | cut -d: -f3`
|
| A D | mount_options.tc | 15 tac /etc/group | grep -v ":$original_gid:" | head -1 | cut -d: -f3
|
| /tools/testing/selftests/bpf/benchs/ |
| A D | run_bench_rename.sh | 7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
|
| A D | run_bench_uprobes.sh | 7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
|
| A D | run_bench_trigger.sh | 21 summary=$(sudo ./bench -w2 -d5 -a -p$p trig-$t | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
|
| /tools/testing/selftests/ftrace/test.d/kprobe/ |
| A D | multiple_kprobes.tc | 16 grep -i " t " /proc/kallsyms | cut -f3 -d" " | grep -v .*\\..* | \
|
| /tools/perf/util/ |
| A D | PERF-VERSION-GEN | 25 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
|
| /tools/leds/ |
| A D | get_led_device_info.sh | 50 usb_interface=`readlink $led_cdev_path | sed s'/.*\(usb[0-9]*\)/\1/' | cut -d\/ -f3` 127 function=`echo $led_name | cut -d: -f3`
|
| /tools/perf/arch/s390/include/ |
| A D | dwarf-regs-table.h | 17 REG_DWARFNUM_NAME(f3, 21),
|
| /tools/testing/selftests/net/netfilter/ |
| A D | br_netfilter.sh | 87 MACVLAN_ADDR=ba:f3:13:37:42:23 94 MACVLAN_ADDR=ba:f3:13:37:42:24
|
| /tools/bootconfig/scripts/ |
| A D | ftrace.sh | 69 limit=`echo $t | cut -d: -f3`
|
| /tools/perf/Documentation/ |
| A D | perf-diff.txt | 201 - file A with samples f1, f2, f3, f4, f6 215 b f3 228 x f3 238 x f3
|
| /tools/testing/selftests/net/forwarding/ |
| A D | devlink_lib.sh | 23 -n | cut -d" " -f3) 583 grep cpu | cut -d/ -f3 | cut -d: -f1 |
|
| /tools/lib/bpf/ |
| A D | Makefile | 202 …(shell grep -oE '^$(pound)define LIBBPF_MAJOR_VERSION ([0-9]+)$$' libbpf_version.h | cut -d' ' -f3) 203 …(shell grep -oE '^$(pound)define LIBBPF_MINOR_VERSION ([0-9]+)$$' libbpf_version.h | cut -d' ' -f3)
|
| /tools/testing/selftests/gpio/ |
| A D | gpio-aggregator.sh | 662 LINE=$(echo "$SETTING" | cut -d: -f3) 680 LINE=$(echo "$SETTING" | cut -d: -f3) 700 LINE=$(echo "$SETTING" | cut -d: -f3)
|