Searched refs:ftrace_hash (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/kernel/trace/ |
D | ftrace.c | 1138 struct ftrace_hash { struct 1152 static const struct ftrace_hash empty_hash = { argument 1155 #define EMPTY_HASH ((struct ftrace_hash *)&empty_hash) 1220 static bool __always_inline ftrace_hash_empty(struct ftrace_hash *hash) in ftrace_hash_empty() 1226 ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip) in ftrace_lookup_ip() 1249 static void __add_hash_entry(struct ftrace_hash *hash, in __add_hash_entry() 1265 static int add_hash_entry(struct ftrace_hash *hash, unsigned long ip) in add_hash_entry() 1280 free_hash_entry(struct ftrace_hash *hash, in free_hash_entry() 1289 remove_hash_entry(struct ftrace_hash *hash, in remove_hash_entry() 1296 static void ftrace_hash_clear(struct ftrace_hash *hash) in ftrace_hash_clear() [all …]
|
D | trace_functions.c | 523 struct ftrace_hash *hash, char *glob, in ftrace_trace_probe_callback() 562 ftrace_trace_onoff_callback(struct ftrace_hash *hash, in ftrace_trace_onoff_callback() 578 ftrace_stacktrace_callback(struct ftrace_hash *hash, in ftrace_stacktrace_callback() 590 ftrace_dump_callback(struct ftrace_hash *hash, in ftrace_dump_callback() 603 ftrace_cpudump_callback(struct ftrace_hash *hash, in ftrace_cpudump_callback()
|
D | trace_events.c | 2712 event_enable_func(struct ftrace_hash *hash, in event_enable_func()
|
D | trace.c | 6024 ftrace_trace_snapshot_callback(struct ftrace_hash *hash, in ftrace_trace_snapshot_callback()
|
/linux-4.4.14/include/linux/ |
D | ftrace.h | 50 struct ftrace_hash; 142 struct ftrace_hash *notrace_hash; 143 struct ftrace_hash *filter_hash; 287 int (*func)(struct ftrace_hash *hash,
|