Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/trace/
Dtrace_output.c15 #define EVENT_HASHSIZE 128 macro
19 static struct hlist_head event_hash[EVENT_HASHSIZE] __read_mostly;
645 key = type & (EVENT_HASHSIZE - 1); in ftrace_find_event()
764 key = event->type & (EVENT_HASHSIZE - 1); in register_ftrace_event()