Home
last modified time | relevance | path

Searched refs:FN (Results 1 – 3 of 3) sorted by relevance

/tools/include/uapi/linux/
Dbpf.h5802 #define ___BPF_FUNC_MAPPER(FN, ctx...) \ argument
5803 FN(unspec, 0, ##ctx) \
5804 FN(map_lookup_elem, 1, ##ctx) \
5805 FN(map_update_elem, 2, ##ctx) \
5806 FN(map_delete_elem, 3, ##ctx) \
5807 FN(probe_read, 4, ##ctx) \
5808 FN(ktime_get_ns, 5, ##ctx) \
5809 FN(trace_printk, 6, ##ctx) \
5810 FN(get_prandom_u32, 7, ##ctx) \
5811 FN(get_smp_processor_id, 8, ##ctx) \
[all …]
/tools/perf/tests/shell/
Dftrace.sh47 for FN in ${sleep_functions}; do
48 if grep -q "${FN}" "${output}"; then
49 target_function="${FN}"
/tools/testing/selftests/bpf/
Dtest_maps.c1351 #define run_parallel(N, FN, DATA) \ argument
1352 printf("Fork %u tasks to '" #FN "'\n", N); \
1353 __run_parallel(N, FN, DATA)