Home
last modified time | relevance | path

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

/openbmc/linux/kernel/trace/
H A Dfgraph.c21 #define ASSIGN_OPS_HASH(opsname, val) \ argument
23 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),
25 #define ASSIGN_OPS_HASH(opsname, val) argument
H A Dftrace.c75 #define INIT_OPS_HASH(opsname) \ argument
76 .func_hash = &opsname.local_hash, \
77 .local_hash.regex_lock = __MUTEX_INITIALIZER(opsname.local_hash.regex_lock),
79 #define INIT_OPS_HASH(opsname) argument