Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dutils.h26 #define strncmp_static(s1, s2) strncmp(s1, s2, ARRAY_SIZE(s2)) macro
H A Dtimerlat.c37 if (rtla_no_bpf && strncmp_static(rtla_no_bpf, "1") == 0) { in timerlat_apply_config()
H A Dactions.c201 if (strncmp_static(arg_value, "parent") == 0) in actions_parse()