Home
last modified time | relevance | path

Searched refs:FUNC (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/ftrace/test.d/kprobe/
A Dkprobe_eventname.tc8 FUNC=`grep " [tT] .*vfs_read$" /proc/kallsyms | tail -n 1 | cut -f 3 -d " "`
9 [ "x" != "x$FUNC" ] || exit_unresolved
10 echo "p $FUNC" > kprobe_events
11 PROBE_NAME=`echo $FUNC | tr ".:" "_"`
16 echo "p:event1 $FUNC" > kprobe_events
21 echo "p:kprobes2/event2 $FUNC" > kprobe_events
41 FUNC=`find_dot_func | tail -n 1`
42 [ "x" != "x$FUNC" ] || exit_unresolved
43 echo "p $FUNC" > kprobe_events
44 EVENT=`grep $FUNC kprobe_events | cut -f 1 -d " " | cut -f 2 -d:`
A Dkprobe_module.tc14 FUNC=trace_printk_irq_work
18 echo "p $MOD:$FUNC" > kprobe_events
19 PROBE_NAME=`echo $MOD:$FUNC | tr ".:" "_"`
24 echo "p:event1 $MOD:$FUNC" > kprobe_events
29 echo "p:kprobes1/event1 $MOD:$FUNC" > kprobe_events
40 echo "p:event2 $MOD:$FUNC" >> kprobe_events
/tools/testing/selftests/cpufreq/
A Dmain.sh13 FUNC=basic # do basic tests by default
83 FUNC=$OPTARG
110 if [ $count = 0 -a $FUNC != "modtest" ]; then
114 case "$FUNC" in
/tools/testing/selftests/amd-pstate/
A Drun.sh23 FUNC=all
174 FUNC=$OPTARG
260 case "$FUNC" in
271 echo "$0 # Current comparative test is for $FUNC."
282 case "$FUNC" in
330 case "$FUNC" in
357 case "$FUNC" in
/tools/bpf/bpftool/Documentation/
A Dbpftool-btf.rst186 [19] FUNC 'my_func' type_id=18
257 [104852] FUNC 'i2c_register_spd' type_id=84745 linkage=static
258 [104853] FUNC 'smbalert_driver_init' type_id=1213 linkage=static
261 [104855] FUNC 'i2c_handle_smbus_alert' type_id=104854 linkage=static
262 [104856] FUNC 'smbalert_remove' type_id=104854 linkage=static
266 [104858] FUNC 'smbalert_probe' type_id=104857 linkage=static
267 [104859] FUNC 'smbalert_work' type_id=9695 linkage=static
268 [104860] FUNC 'smbus_alert' type_id=71367 linkage=static
269 [104861] FUNC 'smbus_do_alert' type_id=84827 linkage=static
/tools/include/linux/
A Dfilter.h288 #define BPF_EMIT_CALL(FUNC) \ argument
294 .imm = ((FUNC) - BPF_FUNC_unspec) })
/tools/perf/Documentation/
A Dperf-probe.txt160 [[GROUP:]EVENT=]FUNC[@SRC][:RLN|+OFFS|%return|;PTN] [ARG ...]
176 'FUNC' specifies a probed function name, and it may have one of the following options; '+OFFS' is t…
217 "FUNC[@SRC][:RLN[+NUM|-RLN2]]|SRC[:ALN[+NUM|-ALN2]]"
219 FUNC specifies the function name of showing lines. 'RLN' is the start line
223 many lines to show by using 'NUM'. Moreover, 'FUNC@SRC' combination is good

Completed in 9 milliseconds