Home
last modified time | relevance | path

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

/linux-4.1.27/kernel/trace/
Dftrace.c1128 struct ftrace_hash { struct
1142 static const struct ftrace_hash empty_hash = { argument
1145 #define EMPTY_HASH ((struct ftrace_hash *)&empty_hash)
1210 static bool __always_inline ftrace_hash_empty(struct ftrace_hash *hash) in ftrace_hash_empty()
1216 ftrace_lookup_ip(struct ftrace_hash *hash, unsigned long ip) in ftrace_lookup_ip()
1239 static void __add_hash_entry(struct ftrace_hash *hash, in __add_hash_entry()
1255 static int add_hash_entry(struct ftrace_hash *hash, unsigned long ip) in add_hash_entry()
1270 free_hash_entry(struct ftrace_hash *hash, in free_hash_entry()
1279 remove_hash_entry(struct ftrace_hash *hash, in remove_hash_entry()
1286 static void ftrace_hash_clear(struct ftrace_hash *hash) in ftrace_hash_clear()
[all …]
Dtrace_functions.c523 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()
Dtrace_events.c2231 event_enable_func(struct ftrace_hash *hash, in event_enable_func()
Dtrace.c5989 ftrace_trace_snapshot_callback(struct ftrace_hash *hash, in ftrace_trace_snapshot_callback()
/linux-4.1.27/include/linux/
Dftrace.h50 struct ftrace_hash;
142 struct ftrace_hash *notrace_hash;
143 struct ftrace_hash *filter_hash;
276 int (*func)(struct ftrace_hash *hash,