Home
last modified time | relevance | path

Searched refs:f3 (Results 1 – 25 of 27) sorted by relevance

12

/tools/testing/selftests/bpf/progs/
A Dtest_global_func5.c14 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 Dtest_global_func6.c14 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 Dtest_global_func2.c26 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 Dtest_global_func1.c28 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 Dtest_global_func4.c21 int f3(int val, struct __sk_buff *skb, int var) in f3() function
29 return f3(1, skb, 2); in f4()
A Dtest_global_func3.c21 int f3(int val, struct __sk_buff *skb, int var) in f3() function
29 return f3(1, skb, 2); in f4()
A Dbtf__core_reloc_nesting___dup_compat_types.c5 void f3(struct core_reloc_nesting___dup_compat_types__3 x) {} in f3() function
A Dbtf__core_reloc_misc.c5 void f3(struct core_reloc_misc_extensible x) {} in f3() function
A Dcore_reloc_types.h963 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 Dstat_bpf_counters_cgrp.sh34 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 Dtest_ownership.tc14 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 Dmount_options.tc15 tac /etc/group | grep -v ":$original_gid:" | head -1 | cut -d: -f3
/tools/testing/selftests/bpf/benchs/
A Drun_bench_rename.sh7 summary=$(sudo ./bench -w2 -d5 -a rename-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
A Drun_bench_uprobes.sh7 summary=$(sudo ./bench -w2 -d5 -a trig-$i | tail -n1 | cut -d'(' -f1 | cut -d' ' -f3-)
A Drun_bench_trigger.sh21 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 Dmultiple_kprobes.tc16 grep -i " t " /proc/kallsyms | cut -f3 -d" " | grep -v .*\\..* | \
/tools/perf/util/
A DPERF-VERSION-GEN25 TAG=$(cut -d' ' -f3 ../../PERF-VERSION-FILE | sed -e 's/\"//g')
/tools/leds/
A Dget_led_device_info.sh50 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 Ddwarf-regs-table.h17 REG_DWARFNUM_NAME(f3, 21),
/tools/testing/selftests/net/netfilter/
A Dbr_netfilter.sh87 MACVLAN_ADDR=ba:f3:13:37:42:23
94 MACVLAN_ADDR=ba:f3:13:37:42:24
/tools/bootconfig/scripts/
A Dftrace.sh69 limit=`echo $t | cut -d: -f3`
/tools/perf/Documentation/
A Dperf-diff.txt201 - file A with samples f1, f2, f3, f4, f6
215 b f3
228 x f3
238 x f3
/tools/testing/selftests/net/forwarding/
A Ddevlink_lib.sh23 -n | cut -d" " -f3)
583 grep cpu | cut -d/ -f3 | cut -d: -f1 |
/tools/lib/bpf/
A DMakefile202 …(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 Dgpio-aggregator.sh662 LINE=$(echo "$SETTING" | cut -d: -f3)
680 LINE=$(echo "$SETTING" | cut -d: -f3)
700 LINE=$(echo "$SETTING" | cut -d: -f3)

Completed in 31 milliseconds

12