Home
last modified time | relevance | path

Searched refs:target_function (Results 1 – 2 of 2) sorted by relevance

/linux-6.14.4/tools/perf/tests/shell/
Dftrace.sh28 target_function=
49 target_function="${FN}"
61 echo "target function: ${target_function}"
62 perf ftrace latency -T "${target_function}" sleep 0.1 > "${output}"
/linux-6.14.4/tools/perf/tests/
Dsdt.c21 static int target_function(void) in target_function() function
106 ret = target_function(); in test__sdt_event()